r52602 - in /trunk/libi18n-charset-perl/debian: README.source changelog compat control libi18n-charset-perl.docs rules source/ source/format

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Thu Feb 11 23:26:33 UTC 2010


Author: gregoa
Date: Thu Feb 11 23:26:21 2010
New Revision: 52602

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=52602
Log:
* Switch to debhelper 7.
* Switch to source format 3.0 (quilt).

Added:
    trunk/libi18n-charset-perl/debian/libi18n-charset-perl.docs
    trunk/libi18n-charset-perl/debian/source/
    trunk/libi18n-charset-perl/debian/source/format
Removed:
    trunk/libi18n-charset-perl/debian/README.source
Modified:
    trunk/libi18n-charset-perl/debian/changelog
    trunk/libi18n-charset-perl/debian/compat
    trunk/libi18n-charset-perl/debian/control
    trunk/libi18n-charset-perl/debian/rules

Modified: trunk/libi18n-charset-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libi18n-charset-perl/debian/changelog?rev=52602&op=diff
==============================================================================
--- trunk/libi18n-charset-perl/debian/changelog (original)
+++ trunk/libi18n-charset-perl/debian/changelog Thu Feb 11 23:26:21 2010
@@ -10,6 +10,8 @@
       (closes: #569450)
     - remove duplicate Section/Priority
     - set Standards-Version to 3.8.4 (no changes)
+  * Switch to debhelper 7.
+  * Switch to source format 3.0 (quilt).
 
  -- gregor herrmann <gregoa at debian.org>  Sun, 16 Nov 2008 20:43:51 +0100
 

Modified: trunk/libi18n-charset-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libi18n-charset-perl/debian/compat?rev=52602&op=diff
==============================================================================
--- trunk/libi18n-charset-perl/debian/compat (original)
+++ trunk/libi18n-charset-perl/debian/compat Thu Feb 11 23:26:21 2010
@@ -1,1 +1,1 @@
-5
+7

Modified: trunk/libi18n-charset-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libi18n-charset-perl/debian/control?rev=52602&op=diff
==============================================================================
--- trunk/libi18n-charset-perl/debian/control (original)
+++ trunk/libi18n-charset-perl/debian/control Thu Feb 11 23:26:21 2010
@@ -10,7 +10,7 @@
 Homepage: http://search.cpan.org/dist/I18N-Charset/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libi18n-charset-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libi18n-charset-perl/
-Build-Depends: debhelper (>= 5), quilt (>= 0.40)
+Build-Depends: debhelper (>= 7)
 Build-Depends-Indep: perl, libio-string-perl, libtest-simple-perl,
  libunicode-map-perl, libunicode-maputf8-perl (>= 0.13+dfsg-2), libio-capture-perl,
  libtest-pod-perl, libtest-pod-coverage-perl

Added: trunk/libi18n-charset-perl/debian/libi18n-charset-perl.docs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libi18n-charset-perl/debian/libi18n-charset-perl.docs?rev=52602&op=file
==============================================================================
--- trunk/libi18n-charset-perl/debian/libi18n-charset-perl.docs (added)
+++ trunk/libi18n-charset-perl/debian/libi18n-charset-perl.docs Thu Feb 11 23:26:21 2010
@@ -1,0 +1,1 @@
+README

Modified: trunk/libi18n-charset-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libi18n-charset-perl/debian/rules?rev=52602&op=diff
==============================================================================
--- trunk/libi18n-charset-perl/debian/rules (original)
+++ trunk/libi18n-charset-perl/debian/rules Thu Feb 11 23:26:21 2010
@@ -1,62 +1,3 @@
 #!/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
-
-include /usr/share/quilt/quilt.make
-
-PERL   ?= /usr/bin/perl
-PACKAGE = $(shell dh_listpackages)
-TMP     = $(CURDIR)/debian/$(PACKAGE)
-
-build: build-stamp
-build-stamp: $(QUILT_STAMPFN)
-	dh_testdir
-	$(PERL) Makefile.PL INSTALLDIRS=vendor
-	$(MAKE)
-	$(MAKE) test
-	touch $@
-
-clean: unpatch
-	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 $@
-
-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: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install
+%:
+	dh $@

Added: trunk/libi18n-charset-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libi18n-charset-perl/debian/source/format?rev=52602&op=file
==============================================================================
--- trunk/libi18n-charset-perl/debian/source/format (added)
+++ trunk/libi18n-charset-perl/debian/source/format Thu Feb 11 23:26:21 2010
@@ -1,0 +1,1 @@
+3.0 (quilt)




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