r66089 - in /trunk/libchart-perl/debian: changelog control rules source/ source/format

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Tue Dec 21 21:51:25 UTC 2010


Author: gregoa
Date: Tue Dec 21 21:51:14 2010
New Revision: 66089

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

Added:
    trunk/libchart-perl/debian/source/
    trunk/libchart-perl/debian/source/format
Modified:
    trunk/libchart-perl/debian/changelog
    trunk/libchart-perl/debian/control
    trunk/libchart-perl/debian/rules

Modified: trunk/libchart-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libchart-perl/debian/changelog?rev=66089&op=diff
==============================================================================
--- trunk/libchart-perl/debian/changelog (original)
+++ trunk/libchart-perl/debian/changelog Tue Dec 21 21:51:14 2010
@@ -15,6 +15,9 @@
 
   [ Jotam Jr. Trejo ]
   * New upstream release
+
+  [ gregor herrmann ]
+  * Switch to source format 3.0 (quilt).
 
  -- Jotam Jr. Trejo <jotamjr at debian.org.sv>  Tue, 07 Dec 2010 22:08:39 -0600
 

Modified: trunk/libchart-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libchart-perl/debian/control?rev=66089&op=diff
==============================================================================
--- trunk/libchart-perl/debian/control (original)
+++ trunk/libchart-perl/debian/control Tue Dec 21 21:51:14 2010
@@ -8,7 +8,7 @@
 Homepage: http://search.cpan.org/dist/Chart/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libchart-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libchart-perl/
-Build-Depends: debhelper (>= 5), quilt (>= 0.40)
+Build-Depends: debhelper (>= 5)
 Build-Depends-Indep: perl (>> 5.8), libgd-gd2-perl
 
 Package: libchart-perl

Modified: trunk/libchart-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libchart-perl/debian/rules?rev=66089&op=diff
==============================================================================
--- trunk/libchart-perl/debian/rules (original)
+++ trunk/libchart-perl/debian/rules Tue Dec 21 21:51:14 2010
@@ -6,8 +6,6 @@
 
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
-
-include /usr/share/quilt/quilt.make
 
 # If set to a true value then MakeMaker's prompt function will
 # always return the default without waiting for user input.
@@ -22,7 +20,7 @@
 TMP     =$(CURDIR)/debian/$(PACKAGE)
 
 build: build-stamp
-build-stamp: $(QUILT_STAMPFN)
+build-stamp:
 	dh_testdir
 
 	$(PERL) Makefile.PL INSTALLDIRS=vendor
@@ -31,7 +29,7 @@
 
 	touch $@
 
-clean: unpatch
+clean:
 	dh_testdir
 	dh_testroot
 

Added: trunk/libchart-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libchart-perl/debian/source/format?rev=66089&op=file
==============================================================================
--- trunk/libchart-perl/debian/source/format (added)
+++ trunk/libchart-perl/debian/source/format Tue Dec 21 21:51:14 2010
@@ -1,0 +1,1 @@
+3.0 (quilt)




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