r60142 - in /trunk/libuuid-perl/debian: changelog compat control copyright rules source/ source/format

ansgar-guest at users.alioth.debian.org ansgar-guest at users.alioth.debian.org
Thu Jul 8 09:25:12 UTC 2010


Author: ansgar-guest
Date: Thu Jul  8 09:25:03 2010
New Revision: 60142

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=60142
Log:
* Use debhelper.
* Depend on perl-base instead of the full perl package. (Closes: #588427)
* debian/control: Make build-dep on perl unversioned.
* Use source format 3.0 (quilt).
* Convert debian/copyright to proposed machine-readable format.
* Bump Standards-Version to 3.9.0.
* Add myself to Uploaders.

Added:
    trunk/libuuid-perl/debian/compat
    trunk/libuuid-perl/debian/source/
    trunk/libuuid-perl/debian/source/format
Modified:
    trunk/libuuid-perl/debian/changelog
    trunk/libuuid-perl/debian/control
    trunk/libuuid-perl/debian/copyright
    trunk/libuuid-perl/debian/rules

Modified: trunk/libuuid-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libuuid-perl/debian/changelog?rev=60142&op=diff
==============================================================================
--- trunk/libuuid-perl/debian/changelog (original)
+++ trunk/libuuid-perl/debian/changelog Thu Jul  8 09:25:03 2010
@@ -1,4 +1,4 @@
-libuuid-perl (0.02-4) UNRELEASED; urgency=low
+libuuid-perl (0.02-4) unstable; urgency=low
 
   [ gregor herrmann ]
   * debian/control: Changed: Switched Vcs-Browser field to ViewSVN
@@ -10,7 +10,16 @@
   [ Nathan Handler ]
   * debian/watch: Update to ignore development releases.
 
- -- gregor herrmann <gregoa at debian.org>  Sun, 16 Nov 2008 20:48:51 +0100
+  [ Ansgar Burchardt ]
+  * Use debhelper.
+  * Depend on perl-base instead of the full perl package. (Closes: #588427)
+  * debian/control: Make build-dep on perl unversioned.
+  * Use source format 3.0 (quilt).
+  * Convert debian/copyright to proposed machine-readable format.
+  * Bump Standards-Version to 3.9.0.
+  * Add myself to Uploaders.
+
+ -- Ansgar Burchardt <ansgar at 43-1.org>  Thu, 08 Jul 2010 18:24:23 +0900
 
 libuuid-perl (0.02-3) unstable; urgency=low
 

Added: trunk/libuuid-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libuuid-perl/debian/compat?rev=60142&op=file
==============================================================================
--- trunk/libuuid-perl/debian/compat (added)
+++ trunk/libuuid-perl/debian/compat Thu Jul  8 09:25:03 2010
@@ -1,0 +1,1 @@
+7

Modified: trunk/libuuid-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libuuid-perl/debian/control?rev=60142&op=diff
==============================================================================
--- trunk/libuuid-perl/debian/control (original)
+++ trunk/libuuid-perl/debian/control Thu Jul  8 09:25:03 2010
@@ -1,10 +1,11 @@
 Source: libuuid-perl
 Section: perl
 Priority: optional
-Build-Depends: perl (>= 5.8.0-1), uuid-dev
+Build-Depends: debhelper (>= 7.0.50~), perl, uuid-dev
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders:  gregor herrmann <gregoa at debian.org>
-Standards-Version: 3.7.3
+Uploaders: gregor herrmann <gregoa at debian.org>,
+ Ansgar Burchardt <ansgar at 43-1.org>
+Standards-Version: 3.9.0
 Homepage: http://search.cpan.org/dist/UUID/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libuuid-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libuuid-perl/

Modified: trunk/libuuid-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libuuid-perl/debian/copyright?rev=60142&op=diff
==============================================================================
--- trunk/libuuid-perl/debian/copyright (original)
+++ trunk/libuuid-perl/debian/copyright Thu Jul  8 09:25:03 2010
@@ -1,28 +1,41 @@
-The upstream author is: 
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: Peter Braam <braam at clusterfs.com>
+Source: http://search.cpan.org/dist/UUID/
+Name: UUID
 
-Peter J. Braam <braam at clusterfs.com>
+Copyright: 2001, Peter Braam <braam at clusterfs.com>
+License: Artistic
+X-Comment:
+  Date: Thu, 04 Jan 2007 15:09:45 -0700
+  From: Peter Braam <braam at clusterfs.com>
+  To: Clint Adams <schizo at debian.org>
+  Subject: Re: UUID license
+  .
+  Hi,
+  .
+  I haven't worked on this for a while.  i am quite happy to give it the
+  Perl Artistic License, but remember that it links with libext2 which
+  might be GPL.
+  .
+  - Peter -
 
-The software is licensed under the terms of the Perl Artistic
-License.  See /usr/share/common-licenses/Artistic .
-See below for declaration of license.
+Files: debian/*
+Copyright:
+ 2007-2008, Clint Adams <schizo at debian.org>
+ 2008,      gregor herrmann <gregoa at debian.org>
+ 2010,      Ansgar Burchardt <ansgar at 43-1.org>
+License: Artistic or GPL-1+
 
-The upstream sources can be obtained at:
+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'
 
-http://www.cpan.org/modules/by-module/UUID/BRAAM/
-
-The Debian packaging was carried out by Clint Adams <schizo at debian.org>.
-
-
-Date: Thu, 04 Jan 2007 15:09:45 -0700
-From: Peter Braam <braam at clusterfs.com>
-To: Clint Adams <schizo at debian.org>
-Subject: Re: UUID license
-
-Hi,
-
-I haven't worked on this for a while.  i am quite happy to give it the
-Perl Artistic License, but remember that it links with libext2 which
-might be GPL.
-
-- Peter -
-
+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'

Modified: trunk/libuuid-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libuuid-perl/debian/rules?rev=60142&op=diff
==============================================================================
--- trunk/libuuid-perl/debian/rules (original)
+++ trunk/libuuid-perl/debian/rules Thu Jul  8 09:25:03 2010
@@ -1,83 +1,7 @@
 #!/usr/bin/make -f
-INSTALL = install
-INSTALL_FILE    = $(INSTALL) -p    -o root -g root  -m  644
-INSTALL_PROGRAM = $(INSTALL) -p    -o root -g root  -m  755
-INSTALL_SCRIPT  = $(INSTALL) -p    -o root -g root  -m  755
-INSTALL_DIR     = $(INSTALL) -p -d -o root -g root  -m  755
 
-package=libuuid-perl
+%:
+	dh $@
 
-CFLAGS = -Wall -g
-
-ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
-CFLAGS += -O0
-else
-CFLAGS += -O2
-endif
-
-PERL = /usr/bin/perl
-
-define checkdir
-	test -f debian/rules
-endef
-
-build: build-stamp
-build-stamp:
-	$(checkdir)
-	$(PERL) Makefile.PL INSTALLDIRS=vendor
-	$(MAKE) OPTIMIZE="$(CFLAGS)" LD_RUN_PATH=""
-	$(MAKE) test
-	touch build-stamp
-
-clean:	checkroot
-	[ ! -f Makefile ] || $(MAKE) realclean
-	rm -f debian/*.substvars *-stamp debian/files
-	rm -rf debian/$(package)
-
-install: install-stamp
-install-stamp: checkroot build-stamp
-	rm -f debian/*.substvars
-	rm -rf debian/$(package)
-	$(MAKE) install DESTDIR=$(CURDIR)/debian/$(package) PREFIX=/usr
-	[ ! -d $(CURDIR)/debian/$(package)/usr/share/perl5 ] || rmdir --ignore-fail-on-non-empty --parents --verbose $(CURDIR)/debian/$(package)/usr/share/perl5
-	touch install-stamp
-
-# Build architecture-independent files here.
-binary-indep: build install
-# We have nothing to do by default.
-
-# Build architecture-dependent files here.
-binary-arch: build install checkroot
-	$(INSTALL_DIR) debian/$(package)/usr/share/doc/$(package) \
-		       debian/$(package)/DEBIAN
-	$(INSTALL_FILE) debian/copyright debian/$(package)/usr/share/doc/$(package)/copyright
-	$(INSTALL_FILE) debian/changelog debian/$(package)/usr/share/doc/$(package)/changelog.Debian
-	$(INSTALL_FILE) Changes debian/$(package)/usr/share/doc/$(package)/changelog
-ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
-	strip --remove-section=.comment --remove-section=.note --strip-unneeded debian/$(package)/usr/lib/perl5/auto/UUID/UUID.so
-endif
-	chmod 644 $(CURDIR)/debian/$(package)/usr/share/man/man3/UUID.3pm \
-		$(CURDIR)/debian/$(package)/usr/share/doc/$(package)/changelog.Debian
-	gzip -9f $(CURDIR)/debian/$(package)/usr/share/man/man3/UUID.3pm \
-		$(CURDIR)/debian/$(package)/usr/share/doc/$(package)/changelog.Debian \
-		$(CURDIR)/debian/$(package)/usr/share/doc/$(package)/changelog
-	echo $$(perl -MConfig -e 'printf "perl:Depends=perlapi-%s", $$Config{version}'), perl '(>=' $$(dpkg -s perl | awk '/^Version:/ {print $$2}')')' > debian/$(package).substvars
-	dpkg-shlibdeps -Tdebian/$(package).substvars debian/$(package)/usr/lib/perl5/auto/UUID/UUID.so
-
-	dpkg-gencontrol -ldebian/changelog -isp -Tdebian/$(package).substvars -Pdebian/$(package)
-	cd debian/$(package) && find . -type f ! -regex '.*/DEBIAN/.*' -printf '%P\0' | xargs -r0 md5sum > DEBIAN/md5sums
-	chmod -R u=rwX,go=rX debian/$(package)
-	chown -R 0:0 debian/$(package)
-	dpkg-deb --build debian/$(package) ..
-
-
-source diff:
-	@echo >&2 'source and diff are obsolete - use dpkg-source -b'; false
-
-binary: binary-indep binary-arch
-
-checkroot:
-	$(checkdir)
-	test root = "`whoami`"
-
-.PHONY: binary binary-arch binary-indep clean checkroot
+override_dh_perl:
+	dh_perl -d

Added: trunk/libuuid-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libuuid-perl/debian/source/format?rev=60142&op=file
==============================================================================
--- trunk/libuuid-perl/debian/source/format (added)
+++ trunk/libuuid-perl/debian/source/format Thu Jul  8 09:25:03 2010
@@ -1,0 +1,1 @@
+3.0 (quilt)




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