r67881 - in /trunk/libimage-librsvg-perl/debian: README.source changelog control rules source/ source/format

roam-guest at users.alioth.debian.org roam-guest at users.alioth.debian.org
Wed Jan 26 13:02:11 UTC 2011


Author: roam-guest
Date: Wed Jan 26 13:01:56 2011
New Revision: 67881

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=67881
Log:
Convert to the 3.0 (quilt) source format.

Added:
    trunk/libimage-librsvg-perl/debian/source/
    trunk/libimage-librsvg-perl/debian/source/format
Removed:
    trunk/libimage-librsvg-perl/debian/README.source
Modified:
    trunk/libimage-librsvg-perl/debian/changelog
    trunk/libimage-librsvg-perl/debian/control
    trunk/libimage-librsvg-perl/debian/rules

Modified: trunk/libimage-librsvg-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libimage-librsvg-perl/debian/changelog?rev=67881&op=diff
==============================================================================
--- trunk/libimage-librsvg-perl/debian/changelog (original)
+++ trunk/libimage-librsvg-perl/debian/changelog Wed Jan 26 13:01:56 2011
@@ -35,6 +35,7 @@
   [ Peter Pentchev ]
   * Remove /usr/lib/perl5/Image/examples.pl.  Closes: #611120
   * Also remove a duplicate upstream example file.
+  * Convert to the 3.0 (quilt) source format.
 
  -- Peter Pentchev <roam at ringlet.net>  Wed, 26 Jan 2011 13:18:48 +0200
 

Modified: trunk/libimage-librsvg-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libimage-librsvg-perl/debian/control?rev=67881&op=diff
==============================================================================
--- trunk/libimage-librsvg-perl/debian/control (original)
+++ trunk/libimage-librsvg-perl/debian/control Wed Jan 26 13:01:56 2011
@@ -3,8 +3,7 @@
 Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Antonio S. de A. Terceiro <asaterceiro at inf.ufrgs.br>, Niko Tyni <ntyni at iki.fi>, Krzysztof Krzyzaniak (eloy) <eloy at debian.org>
-Build-Depends: debhelper (>= 5), perl, librsvg2-dev,
- quilt (>= 0.40)
+Build-Depends: debhelper (>= 5), perl, librsvg2-dev
 Standards-Version: 3.7.3
 Homepage: http://search.cpan.org/dist/Image-LibRSVG/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libimage-librsvg-perl/

Modified: trunk/libimage-librsvg-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libimage-librsvg-perl/debian/rules?rev=67881&op=diff
==============================================================================
--- trunk/libimage-librsvg-perl/debian/rules (original)
+++ trunk/libimage-librsvg-perl/debian/rules Wed Jan 26 13:01:56 2011
@@ -10,8 +10,6 @@
 # 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)
@@ -27,14 +25,14 @@
 endif
 
 build: build-stamp
-build-stamp: $(QUILT_STAMPFN)
+build-stamp:
 	dh_testdir
 	$(PERL) Makefile.PL INSTALLDIRS=vendor LIBS='-lrsvg-2'
 	$(MAKE) OPTIMIZE="$(CFLAGS)" LD_RUN_PATH=""
 	$(MAKE) test
 	touch $@
 
-clean: unpatch
+clean:
 	dh_testdir
 	dh_testroot
 	dh_clean build-stamp install-stamp examples/test.png

Added: trunk/libimage-librsvg-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libimage-librsvg-perl/debian/source/format?rev=67881&op=file
==============================================================================
--- trunk/libimage-librsvg-perl/debian/source/format (added)
+++ trunk/libimage-librsvg-perl/debian/source/format Wed Jan 26 13:01:56 2011
@@ -1,0 +1,1 @@
+3.0 (quilt)




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