r26513 - in /trunk/libpoe-component-client-dns-perl/debian: README.source changelog compat control patches/ rules

ghostbar-guest at users.alioth.debian.org ghostbar-guest at users.alioth.debian.org
Sun Nov 2 07:09:13 UTC 2008


Author: ghostbar-guest
Date: Sun Nov  2 07:09:09 2008
New Revision: 26513

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=26513
Log:
* Switched to debhelper v7, updated debian/rules, debian/compat and upgraded debhelper dependency to >= 7 on debian/control.
* Patch is applied from upstream, no longer needed quilt. Removed from debian/rules and debian/control b-d as well as removed debian/README.Source, no longer needed
* Added me as uploader
* bumped to 3.8.0 Standards-Version wo/ changes needed.
* Releasing 1:1.01-1

Removed:
    trunk/libpoe-component-client-dns-perl/debian/README.source
    trunk/libpoe-component-client-dns-perl/debian/patches/
Modified:
    trunk/libpoe-component-client-dns-perl/debian/changelog
    trunk/libpoe-component-client-dns-perl/debian/compat
    trunk/libpoe-component-client-dns-perl/debian/control
    trunk/libpoe-component-client-dns-perl/debian/rules

Modified: trunk/libpoe-component-client-dns-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-client-dns-perl/debian/changelog?rev=26513&op=diff
==============================================================================
--- trunk/libpoe-component-client-dns-perl/debian/changelog (original)
+++ trunk/libpoe-component-client-dns-perl/debian/changelog Sun Nov  2 07:09:09 2008
@@ -1,16 +1,18 @@
-libpoe-component-client-dns-perl (1:1.01-1) UNRELEASED; urgency=low
+libpoe-component-client-dns-perl (1:1.01-1) unstable; urgency=low
 
   [ Martín Ferrari ]
   * Updating my email address
 
-  [ gregor herrmann ]
-  * Add debian/README.source to document quilt usage, as required by
-    Debian Policy since 3.8.0.
+  [ Jose Luis Rivas ]
+  * New upstream release
+  * Switched to debhelper v7, updated debian/rules, debian/compat and upgraded
+  debhelper dependency to >= 7 on debian/control.
+  * Patch is applied from upstream, no longer needed quilt. Removed from
+  debian/rules and debian/control b-d.
+  * Added me as Uploader.
+  * debian/control: Bumped to Standards-Version 3.8.0 (no changes needed).
 
-  [ Jose Luis Rivas ]
-  * (NOT RELEASED YET) New upstream release
-
- -- Jose Luis Rivas <ghostbar38 at gmail.com>  Sun, 02 Nov 2008 02:27:57 -0430
+ -- Jose Luis Rivas <ghostbar38 at gmail.com>  Sun, 02 Nov 2008 02:35:10 -0430
 
 libpoe-component-client-dns-perl (1:1.00-1) unstable; urgency=low
 

Modified: trunk/libpoe-component-client-dns-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-client-dns-perl/debian/compat?rev=26513&op=diff
==============================================================================
--- trunk/libpoe-component-client-dns-perl/debian/compat (original)
+++ trunk/libpoe-component-client-dns-perl/debian/compat Sun Nov  2 07:09:09 2008
@@ -1,1 +1,1 @@
-5
+7

Modified: trunk/libpoe-component-client-dns-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-client-dns-perl/debian/control?rev=26513&op=diff
==============================================================================
--- trunk/libpoe-component-client-dns-perl/debian/control (original)
+++ trunk/libpoe-component-client-dns-perl/debian/control Sun Nov  2 07:09:09 2008
@@ -1,12 +1,13 @@
 Source: libpoe-component-client-dns-perl
 Section: perl
 Priority: extra
-Build-Depends: debhelper (>= 5), quilt
+Build-Depends: debhelper (>= 7)
 Build-Depends-Indep: perl, libpoe-perl (>= 2:0.31), libnet-dns-perl (>= 0.59),
  netbase
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Martín Ferrari <tincho at debian.org>
-Standards-Version: 3.7.3
+Uploaders: Martín Ferrari <tincho at debian.org>,
+ Jose Luis Rivas <ghostbar38 at gmail.com>
+Standards-Version: 3.8.0
 Homepage: http://search.cpan.org/dist/POE-Component-Client-DNS/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libpoe-component-client-dns-perl/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-client-dns-perl/

Modified: trunk/libpoe-component-client-dns-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-client-dns-perl/debian/rules?rev=26513&op=diff
==============================================================================
--- trunk/libpoe-component-client-dns-perl/debian/rules (original)
+++ trunk/libpoe-component-client-dns-perl/debian/rules Sun Nov  2 07:09:09 2008
@@ -1,59 +1,23 @@
 #!/usr/bin/make -f
-include /usr/share/quilt/quilt.make
-
-# 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)
-PERL   ?= /usr/bin/perl
-TMP     = $(CURDIR)/debian/$(PACKAGE)
 
 build: build-stamp
-build-stamp: $(QUILT_STAMPFN)
-	dh_testdir
-	$(PERL) Makefile.PL INSTALLDIRS=vendor
-	$(MAKE)
-	$(MAKE) test
+build-stamp:
+	dh build
 	touch $@
 
-clean: unpatch
-	dh_testdir
-	dh_testroot
-	dh_clean build-stamp install-stamp
-	[ ! -f Makefile ] || $(MAKE) realclean
+clean:
+	dh $@
 
-install: 
-	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
+install: install-stamp
+install-stamp: build-stamp
+	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 README
-	dh_installchangelogs CHANGES
-	dh_perl 
-	dh_compress
-	dh_fixperms
-	dh_installdeb
-	dh_gencontrol
-	dh_md5sums
-	dh_builddeb
+binary-indep: install
+	dh $@
 
-source diff:
-	@echo >&2 'source and diff are obsolete - use dpkg-source -b'; false
+binary: binary-arch binary-indep
 
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary
+.PHONY: binary binary-arch binary-indep install clean build




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