r33753 - in /trunk/libcrypt-generatepassword-perl/debian: changelog control rules

eloy at users.alioth.debian.org eloy at users.alioth.debian.org
Wed Apr 22 19:30:24 UTC 2009


Author: eloy
Date: Wed Apr 22 19:30:19 2009
New Revision: 33753

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=33753
Log:
drop cdbs, use rules from debhelper7

Modified:
    trunk/libcrypt-generatepassword-perl/debian/changelog
    trunk/libcrypt-generatepassword-perl/debian/control
    trunk/libcrypt-generatepassword-perl/debian/rules

Modified: trunk/libcrypt-generatepassword-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcrypt-generatepassword-perl/debian/changelog?rev=33753&op=diff
==============================================================================
--- trunk/libcrypt-generatepassword-perl/debian/changelog (original)
+++ trunk/libcrypt-generatepassword-perl/debian/changelog Wed Apr 22 19:30:19 2009
@@ -2,6 +2,8 @@
 
   [ Krzysztof Krzyżaniak (eloy) ]
   * debian/control: Standards-Version updated to 3.8.1
+  * drop cdbs, convert to debhelper7
+  * debian/rules: use example from debhelper7
 
   [ Alexander GQ Gerasiov ]
   * Switch package under cdbs.

Modified: trunk/libcrypt-generatepassword-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcrypt-generatepassword-perl/debian/control?rev=33753&op=diff
==============================================================================
--- trunk/libcrypt-generatepassword-perl/debian/control (original)
+++ trunk/libcrypt-generatepassword-perl/debian/control Wed Apr 22 19:30:19 2009
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Alexander GQ Gerasiov <gq at cs.msu.su>
-Build-Depends: debhelper (>= 7.0), cdbs
+Build-Depends: debhelper (>= 7.0)
 Build-Depends-Indep: perl (>= 5.8.4)
 Standards-Version: 3.8.1
 Homepage: http://search.cpan.org/dist/Crypt-GeneratePassword/

Modified: trunk/libcrypt-generatepassword-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcrypt-generatepassword-perl/debian/rules?rev=33753&op=diff
==============================================================================
--- trunk/libcrypt-generatepassword-perl/debian/rules (original)
+++ trunk/libcrypt-generatepassword-perl/debian/rules Wed Apr 22 19:30:19 2009
@@ -1,4 +1,23 @@
 #!/usr/bin/make -f
 
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/perlmodule.mk
+build: build-stamp
+build-stamp:
+	dh build
+	touch $@
+
+clean:
+	dh $@
+
+install: install-stamp
+install-stamp: build-stamp
+	dh install
+	touch $@
+
+binary-arch:
+
+binary-indep: install
+	dh $@
+
+binary: binary-arch binary-indep
+
+.PHONY: binary binary-arch binary-indep install clean build




More information about the Pkg-perl-cvs-commits mailing list