[SCM] Debian packaging of libfile-find-object-perl branch, master, updated. 9f38ad4661b4be07f797465179111f96fd54fe91

Xavier Guimard x.guimard at free.fr
Sun Nov 25 07:23:59 UTC 2012


The following commit has been merged in the master branch:
commit 7855b26531432c1943e5038c3480d9a231a9d043
Author: Xavier Guimard <x.guimard at free.fr>
Date:   Sun Nov 25 08:01:51 2012 +0100

    Use dh * in d/rules

diff --git a/debian/changelog b/debian/changelog
index f1c48ac..cc49527 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -29,6 +29,7 @@ libfile-find-object-perl (0.2.5-1) UNRELEASED; urgency=low
   * Bump Standards-Version to 3.9.4
   * Use debhelper 8
   * Update debian/copyright (years, format, license)
+  * Update debian/rules to use dh
 
  -- Jonathan Yu <jawnsy at cpan.org>  Sun, 25 Nov 2012 07:49:12 +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 libfile-find-object-perl



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