[SCM] Debian packaging of libtie-ical-perl branch, master, updated. debian/0.14-1-10-g200dcf9

Fabrizio Regalli fabreg at fabreg.it
Thu Nov 10 09:20:45 UTC 2011


The following commit has been merged in the master branch:
commit 200dcf9685b9d6746d42d45e6b05ebfc472e547f
Author: Fabrizio Regalli <fabreg at fabreg.it>
Date:   Thu Nov 10 10:20:23 2011 +0100

    Removed override_dh_clean rule in favor of d/clean

diff --git a/debian/changelog b/debian/changelog
index 4fef39d..48352e9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,18 +2,12 @@ libtie-ical-perl (0.15-1) UNRELEASED; urgency=low
 
   TODO:
   - we now need Module::Build: 0.38
-  - override_dh_clean is not very elegant,
-    "echo test.ics > debian/clean"
-    is simpler;
-    (interesting grep result BTW:
-      t/d_keeptidy.t:#unlink 'test.ics';
-    )
   - forwarding debian/patches/01-fixspelling.diff would be good
 
   * Imported Upstream version 0.15
   * Update d/copyright according to latest DEP5 revision
   * Refreshed 01-fixspelling.diff patch
-  * Added override_dh_clean rules to remove test.ics file
+  * Removed test.ics file using debian/clean
 
  -- Fabrizio Regalli <fabreg at fabreg.it>  Tue, 20 Sep 2011 18:55:21 +0200
 
diff --git a/debian/clean b/debian/clean
new file mode 100644
index 0000000..f2b7af2
--- /dev/null
+++ b/debian/clean
@@ -0,0 +1 @@
+test.ics
diff --git a/debian/rules b/debian/rules
index f531ab3..7ba04d6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,7 +13,3 @@ override_dh_fixperms:
 override_dh_installexamples:
 	dh_installexamples
 	sed -i '1s|^#!perl|#!/usr/bin/perl|' $(TMP)/usr/share/doc/$(PACKAGE)/examples/*
-
-override_dh_clean:
-	dh_clean
-	rm -f test.ics

-- 
Debian packaging of libtie-ical-perl



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