r8357 - in /trunk/libfile-read-perl/debian: changelog control patches/ rules watch

hanska-guest at users.alioth.debian.org hanska-guest at users.alioth.debian.org
Fri Oct 19 21:07:22 UTC 2007


Author: hanska-guest
Date: Fri Oct 19 21:07:22 2007
New Revision: 8357

URL: http://svn.debian.org/wsvn/?sc=1&rev=8357
Log:
Seems ready to be uploaded

Removed:
    trunk/libfile-read-perl/debian/patches/
Modified:
    trunk/libfile-read-perl/debian/changelog
    trunk/libfile-read-perl/debian/control
    trunk/libfile-read-perl/debian/rules
    trunk/libfile-read-perl/debian/watch

Modified: trunk/libfile-read-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libfile-read-perl/debian/changelog?rev=8357&op=diff
==============================================================================
--- trunk/libfile-read-perl/debian/changelog (original)
+++ trunk/libfile-read-perl/debian/changelog Fri Oct 19 21:07:22 2007
@@ -1,6 +1,18 @@
 libfile-read-perl (0.0801-1) UNRELEASED; urgency=low
 
-  * (NOT RELEASED YET) New upstream release
+  * New upstream release
+  * debian/watch: upstream version is not mangled anymore, upstream now
+    is using 0.0xxx again.
+  * debian/patches removed, patch has been applied upstream
+  * debian/rules:
+    - some beautification
+    - dh_installexamples added
+    - references to quilt removed (see debian/patches note)
+  * debian/control:
+    - removing dependency from quilt (see debian/patches note)
+    - added dependency on libtest-distribution-perl (some more tests
+      are triggered)
+    - added myself to Uploaders
 
  -- David Paleino <d.paleino at gmail.com>  Fri, 19 Oct 2007 22:28:24 +0200
 

Modified: trunk/libfile-read-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libfile-read-perl/debian/control?rev=8357&op=diff
==============================================================================
--- trunk/libfile-read-perl/debian/control (original)
+++ trunk/libfile-read-perl/debian/control Fri Oct 19 21:07:22 2007
@@ -1,12 +1,14 @@
 Source: libfile-read-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 5.0.0), libmodule-build-perl, quilt
-Build-Depends-Indep: perl (>= 5.8.8-7), libfile-slurp-perl, libtest-pod-perl, libtest-pod-coverage-perl
+Build-Depends: debhelper (>= 5.0.0), libmodule-build-perl
+Build-Depends-Indep: perl (>= 5.8.8-7), libfile-slurp-perl, libtest-pod-perl, libtest-pod-coverage-perl,
+ libtest-distribution-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Deepak Tripathi <apenguinlinux at gmail.com>,
  gregor herrmann <gregor+debian at comodo.priv.at>,
- Damyan Ivanov <dmn at debian.org>
+ Damyan Ivanov <dmn at debian.org>,
+ David Paleino <d.paleino at gmail.com>
 Standards-Version: 3.7.2
 Homepage: http://search.cpan.org/dist/File-Read/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libfile-read-perl/

Modified: trunk/libfile-read-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libfile-read-perl/debian/rules?rev=8357&op=diff
==============================================================================
--- trunk/libfile-read-perl/debian/rules (original)
+++ trunk/libfile-read-perl/debian/rules Fri Oct 19 21:07:22 2007
@@ -14,8 +14,6 @@
 # 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
@@ -25,7 +23,7 @@
 TMP     =$(CURDIR)/debian/$(PACKAGE)
 
 build: build-stamp
-build-stamp: patch
+build-stamp:
 	dh_testdir
 
 	# Add commands to compile the package here
@@ -33,9 +31,9 @@
 	$(PERL) Build
 	AUTOMATED_TESTING=1 $(PERL) Build test
 
-	touch build-stamp
+	touch $@
 
-clean: unpatch
+clean:
 	dh_testdir
 	dh_testroot
 
@@ -51,16 +49,15 @@
 
 	$(PERL) Build install destdir=$(TMP)
 
-	touch install-stamp
+	touch $@
 
 binary-arch:
-# We have nothing to do by default.
-
 binary-indep: build install
 	dh_testdir
 	dh_testroot
 	dh_installdocs README
 	dh_installchangelogs Changes
+	dh_installexamples eg/*
 	dh_perl
 	dh_compress
 	dh_fixperms

Modified: trunk/libfile-read-perl/debian/watch
URL: http://svn.debian.org/wsvn/trunk/libfile-read-perl/debian/watch?rev=8357&op=diff
==============================================================================
--- trunk/libfile-read-perl/debian/watch (original)
+++ trunk/libfile-read-perl/debian/watch Fri Oct 19 21:07:22 2007
@@ -1,3 +1,3 @@
 version=3
-opts="uversionmangle = s/(?<=\.\d\d)$/00/" \
-http://www.cpan.org/modules/by-module/File/File-Read-(.*)\.tar\.gz
+#opts="uversionmangle = s/(?<=\.\d\d)$/00/" \
+http://search.cpan.org/dist/File-Read/ .*/File-Read-([\.\d]+)\.(?:tar\.gz|tar|tgz)$




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