[SCM] Debian packaging of libtie-ical-perl branch, master, updated. upstream/0.14-23-g2f725d1

Fabrizio Regalli fabreg at fabreg.it
Thu Aug 11 13:58:25 UTC 2011


The following commit has been merged in the master branch:
commit 2f725d1f624cb162ca570272d0cb3d806bc10176
Author: Fabrizio Regalli <fabreg at fabreg.it>
Date:   Thu Aug 11 15:58:07 2011 +0200

    Removed hashbang.patch patch

diff --git a/debian/changelog b/debian/changelog
index 32078b0..974d873 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -42,6 +42,7 @@ libtie-ical-perl (0.14) UNRELEASED; urgency=low
   * Added libtie-ical-perl.examples file for examples
   * Switch to 3.0 quilt format
   * Update copyright year
+  * Removed hashbang.patch patch
 
  -- Fabrizio Regalli <fabreg at fabreg.it>  Thu, 11 Aug 2011 15:00:04 +0200
 
diff --git a/debian/patches/hashbang.patch b/debian/patches/hashbang.patch
deleted file mode 100644
index 5c87b42..0000000
--- a/debian/patches/hashbang.patch
+++ /dev/null
@@ -1,30 +0,0 @@
---- a/samples/demo.pl
-+++ b/samples/demo.pl
-@@ -1,3 +1,5 @@
-+#!/usr/bin/perl
-+
- use Tie::iCal;
- use Data::Dumper;
- 
-@@ -84,4 +86,4 @@ $eventscopy{"A-UNIQUE-ID"} = [
- print "hit Enter to test CLEAR..\n";
- getc(STDIN);
- print "CLEAR test..\n";
--%eventscopy = ();
-\ No newline at end of file
-+%eventscopy = ();
---- a/samples/uniquify.pl
-+++ b/samples/uniquify.pl
-@@ -1,3 +1,5 @@
-+#!/usr/bin/perl
-+
- use Tie::iCal;
- 
- unlink "unique.ics", "nonunique.ics";
-@@ -71,4 +73,4 @@ SUMMARY:My Event
- DTSTART;VALUE=DATE:20031225
- DTEND;VALUE=DATE:20031226
- END:VEVENT
--END:VCALENDAR
-\ No newline at end of file
-+END:VCALENDAR
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 5162df7..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-hashbang.patch
diff --git a/debian/rules b/debian/rules
index 2d33f6a..7ba04d6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,4 +1,15 @@
 #!/usr/bin/make -f
 
+PACKAGE = $(shell dh_listpackages)
+TMP     = $(CURDIR)/debian/$(PACKAGE)
+
 %:
 	dh $@
+
+override_dh_fixperms:
+	dh_fixperms
+	chmod 644 $(TMP)/usr/share/doc/libtie-ical-perl/examples/*
+
+override_dh_installexamples:
+	dh_installexamples
+	sed -i '1s|^#!perl|#!/usr/bin/perl|' $(TMP)/usr/share/doc/$(PACKAGE)/examples/*

-- 
Debian packaging of libtie-ical-perl



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