[SCM] Debian packaging of libnet-oauth-perl branch, master, updated. debian/0.27-2-14-gabc6b49

Jotam Jr. Trejo jotamjr at debian.org.sv
Tue Jan 10 04:51:58 UTC 2012


The following commit has been merged in the master branch:
commit 0efc9312bd1a145eaa338cb0fad6068483db2055
Author: Jotam Jr. Trejo <jotamjr at debian.org.sv>
Date:   Mon Jan 9 22:36:57 2012 -0600

    debian/rules: change the override to be aware of the new files

diff --git a/debian/changelog b/debian/changelog
index 85cecee..aecffed 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,6 @@
 libnet-oauth-perl (0.28-1) UNRELEASED; urgency=low
 
   TODO:
-  - d/rules: the override can be removed (or needs changes; at least there are
-    no zip files anymore, and also no /opt); and the examples are not
-    installed because -->
   - the POD now says "OAuth 1.0", I suggest to mention "1.0" in d/control
 
   * Imported Upstream version 0.28
@@ -12,6 +9,7 @@ libnet-oauth-perl (0.28-1) UNRELEASED; urgency=low
     + update DEP 5 format specification
     + update upstream copyright years
   * debian/libnet-oauth-perl.examples: update the demo folder
+  * debian/rules: change the override to be aware of the new files
   * Add myself to Uploaders and Copyright
 
  -- Jotam Jr. Trejo <jotamjr at debian.org.sv>  Mon, 09 Jan 2012 00:14:36 -0600
diff --git a/debian/rules b/debian/rules
index 3da21ce..e103fc7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,7 +8,6 @@ TMP     = $(CURDIR)/debian/$(PACKAGE)
 
 override_dh_installexamples:
 	dh_installexamples
-	$(RM) -v $(TMP)/usr/share/doc/$(PACKAGE)/examples/*/oauth-demo.zip
 	find $(TMP)/usr/share/doc/$(PACKAGE)/examples -type f -print0 | \
-		xargs -r0 sed -i -e '1s|^#!/opt/local/bin/perl|#!/usr/bin/perl|'
+		xargs -r0 sed -i -e '1s|^#!/usr/bin/env perl|#!/usr/bin/perl|'
 

-- 
Debian packaging of libnet-oauth-perl



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