r26525 - in /trunk/libxml-atom-perl/debian: changelog compat control copyright rules

ghostbar-guest at users.alioth.debian.org ghostbar-guest at users.alioth.debian.org
Sun Nov 2 08:01:34 UTC 2008


Author: ghostbar-guest
Date: Sun Nov  2 08:01:30 2008
New Revision: 26525

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=26525
Log:
* Switched to debhelper v7, updated debian/rules, debian/compat and build depencncy on debhelper >= 7 on debian/control.
* Bumped to standars-version 3.8.0 wo/ changes needed.
* debian/copyright: updated formatting.
* added me as uploader
* releasing 0.29-1

Modified:
    trunk/libxml-atom-perl/debian/changelog
    trunk/libxml-atom-perl/debian/compat
    trunk/libxml-atom-perl/debian/control
    trunk/libxml-atom-perl/debian/copyright
    trunk/libxml-atom-perl/debian/rules

Modified: trunk/libxml-atom-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-atom-perl/debian/changelog?rev=26525&op=diff
==============================================================================
--- trunk/libxml-atom-perl/debian/changelog (original)
+++ trunk/libxml-atom-perl/debian/changelog Sun Nov  2 08:01:30 2008
@@ -1,12 +1,17 @@
-libxml-atom-perl (0.29-1) UNRELEASED; urgency=low
+libxml-atom-perl (0.29-1) unstable; urgency=low
 
   [ David Paleino ]
   * debian/control: removed myself from Uploaders
 
   [ Jose Luis Rivas ]
-  * (NOT RELEASED YET) New upstream release
+  * New upstream release
+  * Switched to debhelper v7, updated debian/rules, debian/compat and build
+  dependencies to debhelper >= 7 on debian/control.
+  * Bumped to Standars-Version 3.8.0 wo/ changes needed.
+  * debian/copyright: Updated formatting.
+  * Added me as Uploader.
 
- -- Jose Luis Rivas <ghostbar38 at gmail.com>  Sun, 02 Nov 2008 03:14:50 -0430
+ -- Jose Luis Rivas <ghostbar38 at gmail.com>  Sun, 02 Nov 2008 03:28:32 -0430
 
 libxml-atom-perl (0.28-1) unstable; urgency=low
 

Modified: trunk/libxml-atom-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-atom-perl/debian/compat?rev=26525&op=diff
==============================================================================
--- trunk/libxml-atom-perl/debian/compat (original)
+++ trunk/libxml-atom-perl/debian/compat Sun Nov  2 08:01:30 2008
@@ -1,1 +1,1 @@
-6
+7

Modified: trunk/libxml-atom-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-atom-perl/debian/control?rev=26525&op=diff
==============================================================================
--- trunk/libxml-atom-perl/debian/control (original)
+++ trunk/libxml-atom-perl/debian/control Sun Nov  2 08:01:30 2008
@@ -1,7 +1,7 @@
 Source: libxml-atom-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 6)
+Build-Depends: debhelper (>= 7)
 Build-Depends-Indep: perl (>= 5.8.0-7), libxml-libxml-perl (>=1.64), 
  liburi-perl, libwww-perl, liblwp-authen-wsse-perl, 
  libdigest-sha1-perl, libdatetime-perl, libhtml-parser-perl, 
@@ -11,8 +11,9 @@
  gregor herrmann <gregor+debian at comodo.priv.at>,
  Carlo Segre <segre at debian.org>, 
  Krzysztof Krzyzaniak (eloy) <eloy at debian.org>,
- Rene Mayorga <rmayorga at debian.org.sv>
-Standards-Version: 3.7.3
+ Rene Mayorga <rmayorga at debian.org.sv>,
+ Jose Luis Rivas <ghostbar38 at gmail.com>
+Standards-Version: 3.8.0
 Homepage: http://search.cpan.org/dist/XML-Atom/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libxml-atom-perl/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-atom-perl/

Modified: trunk/libxml-atom-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-atom-perl/debian/copyright?rev=26525&op=diff
==============================================================================
--- trunk/libxml-atom-perl/debian/copyright (original)
+++ trunk/libxml-atom-perl/debian/copyright Sun Nov  2 08:01:30 2008
@@ -1,15 +1,19 @@
-This package was downloaded from: http://search.cpan.org/dist/XML-Atom/
+Format-Specification: http://wiki.debian.org/Proposals/CopyrightFormat
+Upstream-Author: Benjamin Trott <cpan at stupidfool.org>
+Original-Source-Location: http://search.cpan.org/dist/XML-Atom/
+Original-Source-Command: uscan --force-download
+Original-Source-Depends: devscripts
 
-Upstream author: Benjamin Trott, cpan at stupidfool.org.
-
-files : *
+Files : *
 Copyright: © 2003-2005 Benjamin Trott, <cpan at stupidfool.org>
-License GPL-2+ | Artistic
+License: GPL-2+ | Artistic
+ This library is free software; you can redistribute it and/or modify it under
+ the same terms as Perl itself.
 
 Files: debian/*
 Copyright: © 2008 Debian Perl Group
  		  <pkg-perl-maintainers at lists.alioth.debian.org>
-License: GPL
+License: GPL-2+ | Artistic
 
 On Debian GNU/Linux systems, the complete text of the GNU General
 Public License can be found in `/usr/share/common-licenses/GPL' and

Modified: trunk/libxml-atom-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-atom-perl/debian/rules?rev=26525&op=diff
==============================================================================
--- trunk/libxml-atom-perl/debian/rules (original)
+++ trunk/libxml-atom-perl/debian/rules Sun Nov  2 08:01:30 2008
@@ -1,64 +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
-
-PACKAGE=$(shell dh_listpackages)
-
-ifndef PERL
-PERL = /usr/bin/perl
-endif
-
-TMP     =$(CURDIR)/debian/$(PACKAGE)
 
 build: build-stamp
 build-stamp:
-	dh_testdir
-	PERL_AUTOINSTALL=--skip $(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) distclean
+	dh $@
 
 install: install-stamp
 install-stamp: build-stamp
-	dh_testdir
-	dh_testroot
-	dh_clean -k
-	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
+	dh install
 	touch $@
-	[ ! -d $(TMP)/usr/lib/perl5 ] || rmdir --ignore-fail-on-non-empty --parents --verbose $(TMP)/usr/lib/perl5
 
 binary-arch:
-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-indep: install
+	dh $@
 
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary
+binary: binary-arch binary-indep
+
+.PHONY: binary binary-arch binary-indep install clean build




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