[libstring-shellquote-perl] 06/06: Import Debian changes 1.03-1.2

gregor herrmann gregoa at debian.org
Fri Aug 4 16:07:11 UTC 2017


This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libstring-shellquote-perl.

commit f7bd4e29f2f1793a71db8f57d5150ad5ac398f64
Author: Andy Simpkins <rattusrattus at debian.org>
Date:   Sat Feb 20 16:43:17 2016 +0000

    Import Debian changes 1.03-1.2
    
    libstring-shellquote-perl (1.03-1.2) unstable; urgency=medium
    
      * Non-maintainer upload.
      * changed from debhelper compatability level 3 to 9:
        closes: #800302
        - changed (control) Build-Depends: debhelper (>= 9)
        - added (control) Depends: ${misc:Depends}
        - removed (rules) export DH_COMPAT=3
        - added new (compat) file
        - replaced (rules) (depricated) dh_clean -k
          with dh_prep
      * resolved lintian warnings:
        - changed (copyright) FSF address
        - updated (control) ancient-standards-version 3.6.1 to 3.9.6
---
 debian/changelog | 17 +++++++++++++++++
 debian/compat    |  1 +
 debian/control   |  6 +++---
 debian/copyright |  7 ++++---
 debian/rules     |  9 ++++++---
 5 files changed, 31 insertions(+), 9 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 02b9de1..7cbeaaf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,20 @@
+libstring-shellquote-perl (1.03-1.2) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * changed from debhelper compatability level 3 to 9:
+    closes: #800302
+    - changed (control) Build-Depends: debhelper (>= 9)
+    - added (control) Depends: ${misc:Depends}
+    - removed (rules) export DH_COMPAT=3
+    - added new (compat) file
+    - replaced (rules) (depricated) dh_clean -k
+      with dh_prep
+  * resolved lintian warnings:
+    - changed (copyright) FSF address
+    - updated (control) ancient-standards-version 3.6.1 to 3.9.6
+
+ -- Andy Simpkins <rattusrattus at debian.org>  Sat, 20 Feb 2016 16:43:17 +0000
+
 libstring-shellquote-perl (1.03-1.1) unstable; urgency=medium
 
   * Non-maintainer upload.
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..f11c82a
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+9
\ No newline at end of file
diff --git a/debian/control b/debian/control
index 3779067..ee63815 100644
--- a/debian/control
+++ b/debian/control
@@ -2,12 +2,12 @@ Source: libstring-shellquote-perl
 Section: perl
 Priority: optional
 Maintainer: Roderick Schertler <roderick at argon.org>
-Standards-Version: 3.6.1
-Build-Depends: debhelper (>= 3.0.5), perl (>= 5.6.0-16)
+Standards-Version: 3.9.6
+Build-Depends: debhelper (>= 9), perl (>= 5.6.0-16)
 
 Package: libstring-shellquote-perl
 Architecture: all
-Depends: ${perl:Depends}
+Depends: ${perl:Depends}, ${misc:Depends}
 Description: quote strings for passing through the shell
  This Perl module contains some functions which are useful for quoting
  strings which are going to pass through the shell or a shell-like
diff --git a/debian/copyright b/debian/copyright
index 75af9e8..68f7837 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -25,9 +25,10 @@ It may be distributed under the same terms as Perl.  These are:
     You should have received a copy of the Artistic License with this
     Kit, in the file named "Artistic".  If not, I'll be glad to provide one.
 
-    You should also have received a copy of the GNU General Public License
-    along with this program; if not, write to the Free Software Foundation,
-    Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
+    You should have received a copy of the GNU General Public License along
+    with this program; if not, write to the Free Software Foundation,Inc.,
+    51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+
 
 On Debian systems, the complete text of the GNU General Public License can
 be found in `/usr/share/common-licenses/GPL', and the complete text of the
diff --git a/debian/rules b/debian/rules
index 9d91e06..493143c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,10 +11,13 @@ clean		:= $(stamp_build) $(stamp_install)
 ifneq "" "$(findstring debug,$(DEB_BUILD_OPTIONS))"
     CFLAGS		+= -g
 endif
-export DH_COMPAT	:= 3
+
 PERL			?= perl
 
-build: $(stamp_build)
+build: build-arch build-indep
+build-arch: $(stamp_build) 
+build-indep: $(stamp_build)
+
 $(stamp_build):
 	dh_testdir
 	$(PERL) Makefile.PL INSTALLDIRS=vendor
@@ -26,7 +29,7 @@ install: $(stamp_install)
 $(stamp_install): $(stamp_build)
 	dh_testdir
 	dh_testroot
-	dh_clean -k
+	dh_prep
 	dh_installdirs
 	$(MAKE) install DESTDIR=$(prefix)
 	find $(prefix) -depth -type d -print0 | \

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libstring-shellquote-perl.git



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