[SCM] Debian packaging of libxml-rss-simplegen-perl branch, master, updated. 60e65b3745a21a2ebbf0523a97aa6c1d30b55deb

Axel Beckert abe at deuxchevaux.org
Thu Dec 13 01:19:02 UTC 2012


The following commit has been merged in the master branch:
commit 7b0919a96b236579db7fdcf2fbfa289e14b7c820
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Thu Dec 13 02:14:20 2012 +0100

    Bump Standards Version to 3.9.3
    
    Remove PREFIX= from "make install" call. No more needed.

diff --git a/debian/changelog b/debian/changelog
index 57db6fa..8fb6826 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -16,6 +16,8 @@ libxml-rss-simplegen-perl (11.11-3) UNRELEASED; urgency=low
     - description-synopsis-starts-with-article
   * Bump debhelper compatibility to 7
     - Use dh_prep instead of dh_clean -k
+  * Bump Standards Version to 3.9.3
+    - Remove PREFIX= from "make install" call. No more needed.
 
  -- Axel Beckert <abe at debian.org>  Thu, 13 Dec 2012 01:49:30 +0100
 
diff --git a/debian/control b/debian/control
index 9d65ac4..d7e3168 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 7)
 Build-Depends-Indep: perl
-Standards-Version: 3.8.4
+Standards-Version: 3.9.3
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libxml-rss-simplegen-perl.git
 Vcs-Git: git://git.debian.org/pkg-perl/packages/libxml-rss-simplegen-perl.git
 Homepage: https://metacpan.org/release/XML-RSS-SimpleGen/
diff --git a/debian/rules b/debian/rules
index a4ed0d0..8381227 100755
--- a/debian/rules
+++ b/debian/rules
@@ -49,7 +49,7 @@ install-stamp: build-stamp
 	dh_prep
 
 	# Add commands to install the package into $(TMP) here
-	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
+	$(MAKE) install DESTDIR=$(TMP)
 
 	[ ! -d $(TMP)/usr/lib/perl5 ] || rmdir --ignore-fail-on-non-empty --parents --verbose $(TMP)/usr/lib/perl5
 

-- 
Debian packaging of libxml-rss-simplegen-perl



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