r24849 - in /trunk/libnet-amazon-s3-perl/debian: changelog compat control copyright rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sat Sep 6 17:06:48 UTC 2008


Author: gregoa
Date: Sat Sep  6 17:06:45 2008
New Revision: 24849

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=24849
Log:
* Set debhelper compatibility level to 7; adapt
  debian/{control,compat,rules}.
* Convert debian/copyright to the new proposed format.

Modified:
    trunk/libnet-amazon-s3-perl/debian/changelog
    trunk/libnet-amazon-s3-perl/debian/compat
    trunk/libnet-amazon-s3-perl/debian/control
    trunk/libnet-amazon-s3-perl/debian/copyright
    trunk/libnet-amazon-s3-perl/debian/rules

Modified: trunk/libnet-amazon-s3-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-amazon-s3-perl/debian/changelog?rev=24849&op=diff
==============================================================================
--- trunk/libnet-amazon-s3-perl/debian/changelog (original)
+++ trunk/libnet-amazon-s3-perl/debian/changelog Sat Sep  6 17:06:45 2008
@@ -1,8 +1,11 @@
-libnet-amazon-s3-perl (0.44-1) UNRELEASED; urgency=low
+libnet-amazon-s3-perl (0.45-1) UNRELEASED; urgency=low
 
   * New upstream release.
   * Remove patch key-named-zero.patch; included upstream. Remove quilt
     framework.
+  * Set debhelper compatibility level to 7; adapt
+    debian/{control,compat,rules}.
+  * Convert debian/copyright to the new proposed format.
 
  -- gregor herrmann <gregoa at debian.org>  Wed, 06 Aug 2008 21:33:55 -0300
 

Modified: trunk/libnet-amazon-s3-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-amazon-s3-perl/debian/compat?rev=24849&op=diff
==============================================================================
--- trunk/libnet-amazon-s3-perl/debian/compat (original)
+++ trunk/libnet-amazon-s3-perl/debian/compat Sat Sep  6 17:06:45 2008
@@ -1,1 +1,1 @@
-5
+7

Modified: trunk/libnet-amazon-s3-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-amazon-s3-perl/debian/control?rev=24849&op=diff
==============================================================================
--- trunk/libnet-amazon-s3-perl/debian/control (original)
+++ trunk/libnet-amazon-s3-perl/debian/control Sat Sep  6 17:06:45 2008
@@ -1,7 +1,7 @@
 Source: libnet-amazon-s3-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 5)
+Build-Depends: debhelper (>= 7)
 Build-Depends-Indep: perl (>= 5.8.0-7), libtest-pod-perl,
  libtest-pod-coverage-perl, libdigest-md5-file-perl, libxml-libxml-perl,
  libclass-accessor-perl, libdatetime-format-strptime-perl

Modified: trunk/libnet-amazon-s3-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-amazon-s3-perl/debian/copyright?rev=24849&op=diff
==============================================================================
--- trunk/libnet-amazon-s3-perl/debian/copyright (original)
+++ trunk/libnet-amazon-s3-perl/debian/copyright Sat Sep  6 17:06:45 2008
@@ -1,24 +1,26 @@
-This is the debian package for the Net-Amazon-S3 module.
-It was created by Alexis Sukrieh <sukria at debian.org> with the help of dh-make-perl.
-Current maintainer is Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Format-Specification:
+    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+Upstream-Maintainer: Leon Brocard <acme at astray.com>
+Upstream-Source: http://search.cpan.org/dist/Net-Amazon-S3/
+Upstream-Name: Net-Amazon-S3
 
-Upstream source location: http://search.cpan.org/dist/Net-Amazon-S3/
+Files: *
+Copyright: © 2006 Amazon Digital Services, Inc. or its affiliates.
+License-Alias: Perl
+License: other
+ This is published under the terms of the following Amazon licence:
+ .
+ This software code is made available "AS IS" without warranties of any
+ kind.  You may copy, display, modify and redistribute the software
+ code either by itself or as incorporated into your code; provided that
+ you do not remove any proprietary notices.  Your use of this software
+ code is at your own risk and you waive any claim against Amazon
+ Digital Services, Inc. or its affiliates with respect to your use of
+ this software code. (c) 2006 Amazon Digital Services, Inc. or its
+ affiliates.
 
-The upstream authors are: Leon Brocard <acme at astray.com>, Brad Fitzpatrick
-<brad at danga.com> and unknown Amazon Digital Services programmers,
-
-Copyright © 2006 Amazon Digital Services, Inc. or its affiliates.
-
-This is published under the terms of the following Amazon licence:
-
-This software code is made available "AS IS" without warranties of any
-kind.  You may copy, display, modify and redistribute the software
-code either by itself or as incorporated into your code; provided that
-you do not remove any proprietary notices.  Your use of this software
-code is at your own risk and you waive any claim against Amazon
-Digital Services, Inc. or its affiliates with respect to your use of
-this software code. (c) 2006 Amazon Digital Services, Inc. or its
-affiliates.
-
-Packaging is copyright (c) 2006 Alexis Sukrieh and is licensed under the same
-terms as the software itself.
+Files: debian/*
+Copyright: 2006, Alexis Sukrieh <sukria at debian.org>
+ 2007-2008, various members of the Debian Perl Group, cf. debian/changelog
+License: other
+ same as the code itself

Modified: trunk/libnet-amazon-s3-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-amazon-s3-perl/debian/rules?rev=24849&op=diff
==============================================================================
--- trunk/libnet-amazon-s3-perl/debian/rules (original)
+++ trunk/libnet-amazon-s3-perl/debian/rules Sat Sep  6 17:06:45 2008
@@ -1,60 +1,23 @@
 #!/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
-
-PERL   ?= /usr/bin/perl
-PACKAGE = $(shell dh_listpackages)
-TMP     = $(CURDIR)/debian/$(PACKAGE)
 
 build: build-stamp
 build-stamp:
-	dh_testdir
-	$(PERL) Makefile.PL INSTALLDIRS=vendor
-	$(MAKE)
-	$(MAKE) test
+	dh build
 	touch $@
 
 clean:
-	dh_testdir
-	dh_testroot
-	dh_clean build-stamp install-stamp
-	[ ! -f Makefile ] || $(MAKE) realclean
+	dh $@
 
 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
+	dh install
 	touch $@
 
 binary-arch:
-# We have nothing to do here for an architecture-independent package
 
-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
+binary-indep: install
+	dh $@
 
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install
+binary: binary-arch binary-indep
+
+.PHONY: binary binary-arch binary-indep install clean build




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