r16594 - in /trunk/libcache-simple-timedexpiry-perl/debian: changelog control patches/ patches/series patches/whatis.patch rules

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Thu Mar 6 14:44:02 UTC 2008


Author: dmn
Date: Thu Mar  6 14:44:01 2008
New Revision: 16594

URL: http://svn.debian.org/wsvn/?sc=1&rev=16594
Log:
* add whatis.patch to fix bad whatis entry; add quilt framework

Added:
    trunk/libcache-simple-timedexpiry-perl/debian/patches/
    trunk/libcache-simple-timedexpiry-perl/debian/patches/series
    trunk/libcache-simple-timedexpiry-perl/debian/patches/whatis.patch
Modified:
    trunk/libcache-simple-timedexpiry-perl/debian/changelog
    trunk/libcache-simple-timedexpiry-perl/debian/control
    trunk/libcache-simple-timedexpiry-perl/debian/rules

Modified: trunk/libcache-simple-timedexpiry-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libcache-simple-timedexpiry-perl/debian/changelog?rev=16594&op=diff
==============================================================================
--- trunk/libcache-simple-timedexpiry-perl/debian/changelog (original)
+++ trunk/libcache-simple-timedexpiry-perl/debian/changelog Thu Mar  6 14:44:01 2008
@@ -1,5 +1,6 @@
 libcache-simple-timedexpiry-perl (0.27-2) UNRELEASED; urgency=low
 
+  [ gregor herrmann ]
   TODO: manpage-has-bad-whatis-entry
   
   * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
@@ -13,6 +14,9 @@
     format.
   * debian/rules: replace with template from dh-make-perl, install upstream
     changelog.
+
+  [ Damyan Ivanov ]
+  * add whatis.patch to fix bad whatis entry; add quilt framework
 
  -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 26 Feb 2008 23:21:47 +0100
 

Modified: trunk/libcache-simple-timedexpiry-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libcache-simple-timedexpiry-perl/debian/control?rev=16594&op=diff
==============================================================================
--- trunk/libcache-simple-timedexpiry-perl/debian/control (original)
+++ trunk/libcache-simple-timedexpiry-perl/debian/control Thu Mar  6 14:44:01 2008
@@ -1,7 +1,7 @@
 Source: libcache-simple-timedexpiry-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 5)
+Build-Depends: debhelper (>= 5), quilt
 Build-Depends-Indep: perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Niko Tyni <ntyni at iki.fi>

Added: trunk/libcache-simple-timedexpiry-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/trunk/libcache-simple-timedexpiry-perl/debian/patches/series?rev=16594&op=file
==============================================================================
--- trunk/libcache-simple-timedexpiry-perl/debian/patches/series (added)
+++ trunk/libcache-simple-timedexpiry-perl/debian/patches/series Thu Mar  6 14:44:01 2008
@@ -1,0 +1,1 @@
+whatis.patch

Added: trunk/libcache-simple-timedexpiry-perl/debian/patches/whatis.patch
URL: http://svn.debian.org/wsvn/trunk/libcache-simple-timedexpiry-perl/debian/patches/whatis.patch?rev=16594&op=file
==============================================================================
--- trunk/libcache-simple-timedexpiry-perl/debian/patches/whatis.patch (added)
+++ trunk/libcache-simple-timedexpiry-perl/debian/patches/whatis.patch Thu Mar  6 14:44:01 2008
@@ -1,0 +1,13 @@
+Index: libcache-simple-timedexpiry-perl/lib/Cache/Simple/TimedExpiry.pm
+===================================================================
+--- libcache-simple-timedexpiry-perl.orig/lib/Cache/Simple/TimedExpiry.pm	2008-03-06 16:40:13.000000000 +0200
++++ libcache-simple-timedexpiry-perl/lib/Cache/Simple/TimedExpiry.pm	2008-03-06 16:41:03.000000000 +0200
+@@ -8,7 +8,7 @@
+ 
+ =head1 NAME
+ 
+-Cache::Simple::TimedExpiry
++Cache::Simple::TimedExpiry - simple, time-expiring cache
+ 
+ =head2 EXAMPLE 
+ 

Modified: trunk/libcache-simple-timedexpiry-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libcache-simple-timedexpiry-perl/debian/rules?rev=16594&op=diff
==============================================================================
--- trunk/libcache-simple-timedexpiry-perl/debian/rules (original)
+++ trunk/libcache-simple-timedexpiry-perl/debian/rules Thu Mar  6 14:44:01 2008
@@ -11,6 +11,8 @@
 # always return the default without waiting for user input.
 export PERL_MM_USE_DEFAULT=1
 
+include /usr/share/quilt/quilt.make
+
 PACKAGE=$(shell dh_listpackages)
 
 ifndef PERL
@@ -20,7 +22,7 @@
 TMP     =$(CURDIR)/debian/$(PACKAGE)
 
 build: build-stamp
-build-stamp:
+build-stamp: $(QUILT_STAMPFN)
 	dh_testdir
 
 	$(PERL) Makefile.PL INSTALLDIRS=vendor
@@ -29,7 +31,7 @@
 
 	touch $@
 
-clean:
+clean: unpatch
 	dh_testdir
 	dh_testroot
 




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