[SCM] Package UR for Debian branch, master, updated. bc3c39667ab7f39d557fd5ad6ca3537c6540a9d0

Olivier Sallou olivier.sallou at debian.org
Wed Mar 13 16:14:36 UTC 2013


The following commit has been merged in the master branch:
commit 66826e78f6bb5983e39ec0e4b78da43e4f91125d
Author: Olivier Sallou <olivier.sallou at debian.org>
Date:   Wed Mar 13 16:01:09 2013 +0100

    clean with debian clean files instead of rules

diff --git a/debian/clean b/debian/clean
new file mode 100644
index 0000000..353ef01
--- /dev/null
+++ b/debian/clean
@@ -0,0 +1 @@
+t/Vending/DataSource/Meta.sqlite3
diff --git a/debian/rules b/debian/rules
index 561f7cb..5ce89ca 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,10 +1,4 @@
 #!/usr/bin/make -f
-# -*- makefile -*-
-# Sample debian/rules that uses debhelper.
-# This file was originally written by Joey Hess and Craig Small.
-# As a special exception, when this file is copied by dh-make into a
-# dh-make output file, you may use that output file without restriction.
-# This special exception was added by Craig Small in version 0.37 of dh-make.
 
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
@@ -18,7 +12,3 @@ override_dh_installman:
 	rename 's/\.3pm/\.3perl/' debian/libur-perl/usr/share/man/man3/*.3pm*
 	rename 's/\.1p/\.1/' debian/libur-perl/usr/share/man/man1/*.1p*
 	dh_installman
-
-override_dh_clean:
-	rm -f t/Vending/DataSource/Meta.sqlite3
-	dh_clean

-- 
Package UR for Debian



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