[SCM] Debian packaging of libcrypt-cbc-perl branch, master, updated. 15d2e55c1cfed0ac6901d4b11215c5c9b50c62fd

Xavier Guimard x.guimard at free.fr
Wed Nov 21 05:11:50 UTC 2012


The following commit has been merged in the master branch:
commit 01e019b413ae9760e116a99196bb13b7efdaa0c0
Author: Xavier Guimard <x.guimard at free.fr>
Date:   Wed Nov 21 06:03:38 2012 +0100

    Use dh in d/rules

diff --git a/debian/changelog b/debian/changelog
index 3de0166..f6975f5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -19,6 +19,7 @@ libcrypt-cbc-perl (2.31-1) UNRELEASED; urgency=low
   * Use debhelper 8
   * Update debian/copyright format
   * Update source format to 3.0 (quilt)
+  * Update debian/rules to use dh
 
  -- Xavier Guimard <x.guimard at free.fr>  Wed, 21 Nov 2012 05:51:45 +0100
 
diff --git a/debian/rules b/debian/rules
index 0d045f4..2d33f6a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,23 +1,4 @@
 #!/usr/bin/make -f
 
-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

-- 
Debian packaging of libcrypt-cbc-perl



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