[libfile-chmod-perl] 04/04: * New upstream version 0.38. * d/compat: Update to compatibility level 9. * d/control: - Update my email address in Uploaders field. - Update Standards-Version to 3.9.4. * d/copyright: Update file structure and fix the refers to symlink license (GPL) * Switch to dpkg-source 3.0 (quilt) format.

Alejandro Garrido Mota alejandro at debian.org
Sat Sep 14 17:55:38 UTC 2013


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

mogaal-guest pushed a commit to branch master
in repository libfile-chmod-perl.

commit 4a724dd43ce02a8ab9276e50cd1a240f9a5372cc
Author: Alejandro Garrido Mota <garridomota at gmail.com>
Date:   Sat Sep 14 19:54:54 2013 +0200

      * New upstream version 0.38.
      * d/compat: Update to compatibility level 9.
      * d/control:
         - Update my email address in Uploaders field.
         - Update Standards-Version to 3.9.4.
      * d/copyright: Update file structure and fix the refers to symlink license
        (GPL)
      * Switch to dpkg-source 3.0 (quilt) format.
---
 debian/changelog     |    8 ++++++++
 debian/compat        |    2 +-
 debian/control       |    6 +++---
 debian/copyright     |   29 ++++++++++++++---------------
 debian/rules         |   21 +--------------------
 debian/source/format |    1 +
 debian/watch         |    1 -
 7 files changed, 28 insertions(+), 40 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index bb7ffd5..2bd826c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -20,6 +20,14 @@ libfile-chmod-perl (0.38-1) UNRELEASED; urgency=low
 
   [ Alejandro Garrido Mota ]
   * New upstream version 0.38.
+  * d/compat: Update to compatibility level 9.
+  * d/control: 
+     - Update my email address in Uploaders field.
+     - Update Standards-Version to 3.9.4.
+  * d/copyright: Update file structure and fix the refers to symlink license
+    (GPL) 
+  * Switch to dpkg-source 3.0 (quilt) format.
+
 
  -- Alejandro Garrido Mota <alejandro at debian.org>  Sat, 14 Sep 2013 19:32:30 +0200
 
diff --git a/debian/compat b/debian/compat
index 7f8f011..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-7
+9
diff --git a/debian/control b/debian/control
index 82c640f..c135c7a 100644
--- a/debian/control
+++ b/debian/control
@@ -1,12 +1,12 @@
 Source: libfile-chmod-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7)
+Build-Depends: debhelper (>= 9)
 Build-Depends-Indep: perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Alejandro Garrido Mota <alejandro at gmail.com>,
+Uploaders: Alejandro Garrido Mota <alejandro at debian.org>,
  gregor herrmann <gregoa at debian.org>
-Standards-Version: 3.8.0
+Standards-Version: 3.9.4
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libfile-chmod-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libfile-chmod-perl.git
 Homepage: https://metacpan.org/release/File-chmod/
diff --git a/debian/copyright b/debian/copyright
index 88cec94..8a1ca39 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -4,28 +4,27 @@ Upstream-Contact: Jeff japhy Pinyan, japhy.734+CPAN at gmail.com, CPAN ID: PINYAN
 Source: https://metacpan.org/release/File-chmod/
 
 Files: *
-Copyright: 2007 by Jeff Pinyan
+Copyright: 2007, Jeff Pinyan
 License: Artistic or GPL-1+
- This library is free software; you can redistribute it and/or modify
- it under the same terms as Perl itself, either Perl version 5.8.8 or,
- at your option, any later version of Perl 5 you may have available.
 
 Files: debian/*
 Copyright:
- 2008, Alejandro Garrido Mota <garridomota at gmail.com>
+ 2008, Alejandro Garrido Mota <alejandro at debian.org>
  2008, gregor herrmann <gregoa at debian.org>
 License: Artistic or GPL-1+
 
 License: Artistic
-    This program is free software; you can redistribute it and/or modify
-    it under the terms of the Artistic License, which comes with Perl.
-    On Debian GNU/Linux systems, the complete text of the Artistic License
-    can be found in /usr/share/common-licenses/Artistic
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the Artistic License, which comes with Perl.
+ .
+ On Debian systems, the complete text of the Artistic License can be
+ found in `/usr/share/common-licenses/Artistic'.
 
 License: GPL-1+
-    This program is free software; you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by 
-    the Free Software Foundation; either version 1, or (at your option)
-    any later version.
-    On Debian GNU/Linux systems, the complete text of the GNU General
-    Public License can be found in `/usr/share/common-licenses/GPL'
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 1, or (at your option)
+ any later version.
+ .
+ On Debian systems, the complete text of version 1 of the GNU General
+ Public License can be found in `/usr/share/common-licenses/GPL-1'.
diff --git a/debian/rules b/debian/rules
index 0d045f4..2d33f6a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,23 +1,4 @@
 #!/usr/bin/make -f
 
-build: build-stamp
-build-stamp:
-	dh build
-	touch $@
-
-clean:
+%:
 	dh $@
-
-install: install-stamp
-install-stamp: build-stamp
-	dh install
-	touch $@
-
-binary-arch:
-
-binary-indep: install
-	dh $@
-
-binary: binary-arch binary-indep
-
-.PHONY: binary binary-arch binary-indep install clean build
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/watch b/debian/watch
index 2e6a9a4..4ecb45b 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,3 +1,2 @@
 version=3
-
 https://metacpan.org/release/File-chmod/ .*/File-chmod-v?(\d[\d.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$

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



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