[SCM] Debian packaging of liblocale-us-perl branch, master, updated. 87f33abbd1b1beefc8dfbc95f5be6f2f3ef8f6c3

Fabrizio Regalli fabreg at fabreg.it
Thu Aug 11 20:32:43 UTC 2011


The following commit has been merged in the master branch:
commit 87f33abbd1b1beefc8dfbc95f5be6f2f3ef8f6c3
Author: Fabrizio Regalli <fabreg at fabreg.it>
Date:   Thu Aug 11 22:32:22 2011 +0200

    Imported Upstream version 2.112150
    
    * Imported Upstream version 2.112150
    * Switch to 3.0 quilt format
    * Switch to standard three lines d/rules
    * Update d/compat to 8
    * Update debhelper to (>= 8)
    * Added myself to Uploaders and Copyright
    * Bump to 3.9.2 Standards-Version
    * Switch to DEP5 license format

diff --git a/debian/changelog b/debian/changelog
index d4679c5..e58bd0f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,5 @@
-liblocale-us-perl (1.2-2) UNRELEASED; urgency=low
+liblocale-us-perl (2.112150-1) UNRELEASED; urgency=low
+
 
   [ gregor herrmann ]
   * debian/control: Changed: Maintainer set to Debian Perl Group <pkg-
@@ -11,7 +12,17 @@ liblocale-us-perl (1.2-2) UNRELEASED; urgency=low
   [ Ansgar Burchardt ]
   * debian/control: Convert Vcs-* fields to Git.
 
- -- gregor herrmann <gregor+debian at comodo.priv.at>  Sat, 19 Jan 2008 01:52:53 +0100
+  [ Fabrizio Regalli ]
+  * Imported Upstream version 2.112150
+  * Switch to 3.0 quilt format
+  * Switch to standard three lines d/rules
+  * Update d/compat to 8
+  * Update debhelper to (>= 8)
+  * Added myself to Uploaders and Copyright
+  * Bump to 3.9.2 Standards-Version
+  * Switch to DEP5 license format
+
+ -- Fabrizio Regalli <fabreg at fabreg.it>  Thu, 11 Aug 2011 22:22:35 +0200
 
 liblocale-us-perl (1.2-1) unstable; urgency=low
 
diff --git a/debian/compat b/debian/compat
index 1e8b314..45a4fb7 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-6
+8
diff --git a/debian/control b/debian/control
index a7529fb..5ec8efb 100644
--- a/debian/control
+++ b/debian/control
@@ -1,19 +1,22 @@
 Source: liblocale-us-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 6)
-Build-Depends-Indep: perl (>= 5.8.0)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Damyan Ivanov <dmn at debian.org>
-Homepage: http://search.cpan.org/dist/Locale-US/
-Vcs-Git: git://git.debian.org/pkg-perl/packages/liblocale-us-perl.git
+Uploaders: Damyan Ivanov <dmn at debian.org>,
+ Fabrizio Regalli <fabreg at fabreg.it>
+Build-Depends: debhelper (>= 8)
+Build-Depends-Indep: libdata-section-simple-perl,
+ perl
+Standards-Version: 3.9.2
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/liblocale-us-perl.git
-Standards-Version: 3.7.3
+Vcs-Git: git://git.debian.org/pkg-perl/packages/liblocale-us-perl.git
+Homepage: http://search.cpan.org/dist/Locale-US/
 
 Package: liblocale-us-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}
-Description:  Module for United States state identification
+Depends: ${misc:Depends}, ${perl:Depends},
+ libdata-section-simple-perl
+Description: Module for United States state identification
  This Perl module provides methods allowing United States' two-letter
  state identification parsing from state code to state name
  and vice versa.
diff --git a/debian/copyright b/debian/copyright
index 9cda015..307d400 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,22 +1,29 @@
-This package was debianized by Ernesto Hernández-Novich (USB <emhn at usb.ve>
-on Sat, 17 Nov 2007 11:37:57 -0400
-
-It was downloaded from http://search.cpan.org/dist/Locale-US/
-
-Upstream Author: 
-
-T. M. Brannon, <tbone at cpan.org>
-
-Copyright:
-
-Copyright (c) 2002-2007 Terrence Brannon. All rights reserved.
-
-This program is free software; you can redistribute it and/or modify it
-under the same terms as Perl itself.
-
-Perl is distributed under your choice of the GNU General Public License or
-the Artistic License.
-
-The complete text of the GNU General Public License can be found in
-/usr/share/common-licenses/GPL and the Artistic License can be found
-in /usr/share/common-licenses/Artistic.
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: Terrence Brannon
+Source: http://search.cpan.org/dist/Locale-US/
+Name: Locale-US
+
+Files: *
+Copyright: 2002-2007, Terrence Brannon
+License: Artistic or GPL-1+
+
+Files: debian/*
+Copyright: 2008, Ernesto Hernández-Novich (USB) <emhn at usb.ve>
+ 2011, Fabrizio Regalli <fabreg at fabreg.it>
+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 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 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 eab1bf1..2d33f6a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,67 +1,4 @@
 #!/usr/bin/make -f
-# This debian/rules file is provided as a template for normal perl
-# packages. It was created by Marc Brockschmidt <marc at dch-faq.de> for
-# the Debian Perl Group (http://pkg-perl.alioth.debian.org/) but may
-# be used freely wherever it is useful.
 
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
-
-# If set to a true value then MakeMaker's prompt function will
-# always return the default without waiting for user input.
-export PERL_MM_USE_DEFAULT=1
-
-PACKAGE=$(shell dh_listpackages)
-
-ifndef PERL
-PERL = /usr/bin/perl
-endif
-
-TMP     =$(CURDIR)/debian/$(PACKAGE)
-
-build: build-stamp
-build-stamp:
-	dh_testdir
-	$(PERL) Makefile.PL INSTALLDIRS=vendor
-	$(MAKE)
-	$(MAKE) test
-	touch build-stamp
-
-clean:
-	dh_testdir
-	dh_testroot
-	dh_clean build-stamp install-stamp
-	[ ! -f Makefile ] || $(MAKE) realclean
-
-install: install-stamp
-install-stamp: build-stamp
-	dh_testdir
-	dh_testroot
-	dh_clean -k
-	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
-	[ ! -d $(TMP)/usr/lib/perl5 ] || \
-	    rmdir --ignore-fail-on-non-empty --parents --verbose \
-		$(TMP)/usr/lib/perl5
-	touch install-stamp
-
-binary-arch:
-# We have nothing to do by default.
-
-binary-indep: build install
-	dh_testdir
-	dh_testroot
-	dh_installdocs
-	dh_installchangelogs Changes
-	dh_perl
-	dh_compress
-	dh_fixperms
-	dh_installdeb
-	dh_gencontrol
-	dh_md5sums
-	dh_builddeb
-
-source diff:                                                                  
-	@echo >&2 'source and diff are obsolete - use dpkg-source -b'; false
-
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary
+%:
+	dh $@
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)

-- 
Debian packaging of liblocale-us-perl



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