--- libdbix-class-htmlwidget-perl-0.16.orig/debian/watch +++ libdbix-class-htmlwidget-perl-0.16/debian/watch @@ -0,0 +1,3 @@ +# format version number, currently 2; this line is compulsory! +version=2 +http://www.cpan.org/modules/by-module/DBIx/DBIx-Class-HTMLWidget-(.*).(tar.gz|tar|tgz) --- libdbix-class-htmlwidget-perl-0.16.orig/debian/copyright +++ libdbix-class-htmlwidget-perl-0.16/debian/copyright @@ -0,0 +1,36 @@ +This is the debian package for the DBIx-Class-HTMLWidget module. +It was created by Al Nikolov using dh-make-perl. + +It was downloaded from http://search.cpan.org/~andremar/DBIx-Class-HTMLWidget/ + +The upstream authors are: + +Thomas Klausner, , http://domm.zsi.at + +Marcus Ramberg, + +Andreas Marienborg, . + +Simon Elliott, + +Ashley Berlin + +Guillermo Sansovic + +This code is Copyright (c) 2003-2006 Thomas Klausner. +All rights reserved. + +You may use and distribute this module according to the same terms +that Perl is distributed under. + +Perl is distributed under licenses: + + a) the GNU General Public License as published by the Free Software + Foundation; either version 1, or (at your option) any later + version, or + + b) the "Artistic License" which comes with Perl. + +On Debian GNU/Linux systems, the complete text of the GNU General Public License +can be found in /usr/share/common-licenses/GPL' and the Artistic Licence in +/usr/share/common-licenses/Artistic'. --- libdbix-class-htmlwidget-perl-0.16.orig/debian/compat +++ libdbix-class-htmlwidget-perl-0.16/debian/compat @@ -0,0 +1 @@ +5 --- libdbix-class-htmlwidget-perl-0.16.orig/debian/rules +++ libdbix-class-htmlwidget-perl-0.16/debian/rules @@ -0,0 +1,81 @@ +#!/usr/bin/make -f +# This debian/rules file is provided as a template for normal perl +# packages. It was created by Marc Brockschmidt for +# the Debian Perl Group (http://pkg-perl.alioth.debian.org/) but may +# be used freely wherever it is useful. + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +# If set to a true value then MakeMaker's prompt function will +# always return the default without waiting for user input. +export PERL_MM_USE_DEFAULT=1 + +PACKAGE=$(shell dh_listpackages) + +ifndef PERL +PERL = /usr/bin/perl +endif + +TMP =$(CURDIR)/debian/$(PACKAGE) + +build: build-stamp +build-stamp: + dh_testdir + + # Add commands to compile the package here + $(PERL) Makefile.PL INSTALLDIRS=vendor + $(MAKE) OPTIMIZE="-Wall -O2 -g" + + touch build-stamp + +clean: + dh_testdir + dh_testroot + + # Add commands to clean up after the build process here + [ ! -f Makefile ] || $(MAKE) realclean + + dh_clean build-stamp install-stamp + +install: build install-stamp +install-stamp: + dh_testdir + dh_testroot + dh_clean -k + + # Add commands to install the package into debian/PACKAGE_NAME here + $(MAKE) test + $(MAKE) install DESTDIR=$(TMP) PREFIX=/usr + + # As this is a architecture independent package, we are not + # supposed to install stuff to /usr/lib. MakeMaker creates + # the dirs, we delete them from the deb: + # (closes: #467690 as suggested by debian-perl) + [ ! -d $(TMP)/usr/lib/perl5 ] \ + || rmdir --ignore-fail-on-non-empty --parents \ + --verbose $(TMP)/usr/lib/perl5 + + touch install-stamp + +binary-arch: +# We have nothing to do by default. + +binary-indep: build install + dh_testdir + dh_testroot + dh_installdocs + dh_installchangelogs Changes + dh_perl + dh_compress + dh_fixperms + dh_installdeb + dh_gencontrol + dh_md5sums + dh_builddeb + +source diff: + @echo >&2 'source and diff are obsolete - use dpkg-source -b'; false + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary --- libdbix-class-htmlwidget-perl-0.16.orig/debian/changelog +++ libdbix-class-htmlwidget-perl-0.16/debian/changelog @@ -0,0 +1,27 @@ +libdbix-class-htmlwidget-perl (0.16-2) unstable; urgency=low + + * Migrating to unstable. + + -- Al Nikolov Mon, 5 May 2008 15:10:21 +0400 + +libdbix-class-htmlwidget-perl (0.16-1) experimental; urgency=low + + * New upstream release + * Conditional removal of /usr/lib/perl5 as suggested by debian-perl. + Closes: #467690 + + -- Al Nikolov Tue, 25 Mar 2008 14:00:27 +0300 + +libdbix-class-htmlwidget-perl (0.11-2) unstable; urgency=low + + * Updated to follow Standards-Version 3.7.3 + * Homepage moved out from description. + + -- Al Nikolov Fri, 13 Dec 2007 13:42:03 +0300 + +libdbix-class-htmlwidget-perl (0.11-1) unstable; urgency=low + + * Initial Release. Closes #454138. + + -- Al Nikolov Sat, 1 Dec 2007 22:54:58 +0300 + --- libdbix-class-htmlwidget-perl-0.16.orig/debian/control +++ libdbix-class-htmlwidget-perl-0.16/debian/control @@ -0,0 +1,17 @@ +Source: libdbix-class-htmlwidget-perl +Section: perl +Priority: optional +Build-Depends: debhelper (>= 5.0.0) +Build-Depends-Indep: perl (>= 5.8.8-7etch1) +Maintainer: Al Nikolov +Standards-Version: 3.7.3 +Homepage: http://search.cpan.org/~andremar/DBIx-Class-HTMLWidget/ + + +Package: libdbix-class-htmlwidget-perl +Architecture: all +Depends: ${perl:Depends}, libhtml-widget-perl (>= 1.10), libdbix-class-perl (>= 0.05) +Description: Like FromForm but with DBIx::Class and HTML::Widget + Something like Class::DBI::FromForm / Class::DBI::FromCGI but using + HTML::Widget for form creation and validation and DBIx::Class as a ORM. +