r38756 - in /trunk/libanyevent-perl/debian: changelog control patches/fix_whatis patches/perl-path.patch patches/perl_path patches/series rules

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Fri Jun 26 17:18:37 UTC 2009


Author: jawnsy-guest
Date: Fri Jun 26 17:18:31 2009
New Revision: 38756

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=38756
Log:
* whatis patch removed, as it was fixed upstream
* Renamed perl_path patch to perl-path.patch, added headers
* Upgraded to Standards-Version 3.8.2
* Using short d/rules format

Added:
    trunk/libanyevent-perl/debian/patches/perl-path.patch
      - copied, changed from r38752, trunk/libanyevent-perl/debian/patches/perl_path
Removed:
    trunk/libanyevent-perl/debian/patches/fix_whatis
    trunk/libanyevent-perl/debian/patches/perl_path
Modified:
    trunk/libanyevent-perl/debian/changelog
    trunk/libanyevent-perl/debian/control
    trunk/libanyevent-perl/debian/patches/series
    trunk/libanyevent-perl/debian/rules

Modified: trunk/libanyevent-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libanyevent-perl/debian/changelog?rev=38756&op=diff
==============================================================================
--- trunk/libanyevent-perl/debian/changelog (original)
+++ trunk/libanyevent-perl/debian/changelog Fri Jun 26 17:18:31 2009
@@ -5,6 +5,10 @@
     + Resets SIGCHLD signal handler so that child status is caught
     + some preliminary support for IO::Async (libio-async-perl)
     + Documentation and stuff
+  * whatis patch removed, as it was fixed upstream
+  * Renamed perl_path patch to perl-path.patch, added headers
+  * Upgraded to Standards-Version 3.8.2
+  * Using short d/rules format
 
   [ Nathan Handler ]
   * debian/watch: Update to ignore development releases.

Modified: trunk/libanyevent-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libanyevent-perl/debian/control?rev=38756&op=diff
==============================================================================
--- trunk/libanyevent-perl/debian/control (original)
+++ trunk/libanyevent-perl/debian/control Fri Jun 26 17:18:31 2009
@@ -1,13 +1,13 @@
 Source: libanyevent-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7), quilt
+Build-Depends: debhelper (>= 7.0.8), quilt (>= 0.46-7)
 Build-Depends-Indep: perl (>= 5.6.0-12)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Jonathan Yu <frequency at cpan.org>,
  Ansgar Burchardt <ansgar at 43-1.org>, gregor herrmann <gregoa at debian.org>,
  Maximilian Gaß <mxey at cloudconnected.org>
-Standards-Version: 3.8.1
+Standards-Version: 3.8.2
 Homepage: http://search.cpan.org/dist/AnyEvent/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libanyevent-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libanyevent-perl/

Copied: trunk/libanyevent-perl/debian/patches/perl-path.patch (from r38752, trunk/libanyevent-perl/debian/patches/perl_path)
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libanyevent-perl/debian/patches/perl-path.patch?rev=38756&op=diff
==============================================================================
--- trunk/libanyevent-perl/debian/patches/perl_path (original)
+++ trunk/libanyevent-perl/debian/patches/perl-path.patch Fri Jun 26 17:18:31 2009
@@ -1,4 +1,8 @@
-# Fix hashbangs in examples to match FHS and Debian
+Author: Maximilian Gaß <mxey at cloudconnected.org>
+Debian-Specific: no
+Description: Fix hashbangs in examples to match FHS and Debian
+ The hashbangs in the example files reference a perl installed in /opt
+ rather than in /usr/bin as noted in the Filesystem Hierarchy Standard
 --- a/eg/connect
 +++ b/eg/connect
 @@ -1,4 +1,4 @@

Modified: trunk/libanyevent-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libanyevent-perl/debian/patches/series?rev=38756&op=diff
==============================================================================
--- trunk/libanyevent-perl/debian/patches/series (original)
+++ trunk/libanyevent-perl/debian/patches/series Fri Jun 26 17:18:31 2009
@@ -1,2 +1,1 @@
-fix_whatis
-perl_path
+perl-path.patch

Modified: trunk/libanyevent-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libanyevent-perl/debian/rules?rev=38756&op=diff
==============================================================================
--- trunk/libanyevent-perl/debian/rules (original)
+++ trunk/libanyevent-perl/debian/rules Fri Jun 26 17:18:31 2009
@@ -1,25 +1,4 @@
 #!/usr/bin/make -f
 
-include /usr/share/quilt/quilt.make
-
-build: build-stamp
-build-stamp: $(QUILT_STAMPFN)
-	dh build
-	touch $@
-
-clean: unpatch
-	dh $@
-
-install: install-stamp
-install-stamp: build-stamp
-	dh install
-	touch $@
-
-binary-arch:
-
-binary-indep: install
-	dh $@
-
-binary: binary-arch binary-indep
-
-.PHONY: binary binary-arch binary-indep install clean build
+%:
+	dh --with quilt $@




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