r39635 - in /trunk/libproc-reliable-perl/debian: README.source changelog control patches/ patches/fix-build.patch patches/series rules

ryan52-guest at users.alioth.debian.org ryan52-guest at users.alioth.debian.org
Fri Jul 10 01:14:27 UTC 2009


Author: ryan52-guest
Date: Fri Jul 10 01:14:21 2009
New Revision: 39635

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=39635
Log:
patch to fix build system

Added:
    trunk/libproc-reliable-perl/debian/README.source
    trunk/libproc-reliable-perl/debian/patches/
    trunk/libproc-reliable-perl/debian/patches/fix-build.patch
    trunk/libproc-reliable-perl/debian/patches/series
Modified:
    trunk/libproc-reliable-perl/debian/changelog
    trunk/libproc-reliable-perl/debian/control
    trunk/libproc-reliable-perl/debian/rules

Added: trunk/libproc-reliable-perl/debian/README.source
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libproc-reliable-perl/debian/README.source?rev=39635&op=file
==============================================================================
--- trunk/libproc-reliable-perl/debian/README.source (added)
+++ trunk/libproc-reliable-perl/debian/README.source Fri Jul 10 01:14:21 2009
@@ -1,0 +1,5 @@
+This package uses quilt to manage all modifications to the upstream
+source.  Changes are stored in the source package as diffs in
+debian/patches and applied during the build.
+
+See /usr/share/doc/quilt/README.source for a detailed explanation.

Modified: trunk/libproc-reliable-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libproc-reliable-perl/debian/changelog?rev=39635&op=diff
==============================================================================
--- trunk/libproc-reliable-perl/debian/changelog (original)
+++ trunk/libproc-reliable-perl/debian/changelog Fri Jul 10 01:14:21 2009
@@ -1,5 +1,9 @@
 libproc-reliable-perl (1.16-1) UNRELEASED; urgency=low
 
+  [ Jonathan Yu ]
   * Initial Release. (Closes: #536391)
 
- -- Jonathan Yu <frequency at cpan.org>  Thu, 9 Jul 2009 16:48:50 -0400
+  [ Ryan Niebur ]
+  * patch to fix build system
+
+ -- Ryan Niebur <ryanryan52 at gmail.com>  Thu, 09 Jul 2009 18:14:07 -0700

Modified: trunk/libproc-reliable-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libproc-reliable-perl/debian/control?rev=39635&op=diff
==============================================================================
--- trunk/libproc-reliable-perl/debian/control (original)
+++ trunk/libproc-reliable-perl/debian/control Fri Jul 10 01:14:21 2009
@@ -1,7 +1,7 @@
 Source: libproc-reliable-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7)
+Build-Depends: debhelper (>= 7.0.50), 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>

Added: trunk/libproc-reliable-perl/debian/patches/fix-build.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libproc-reliable-perl/debian/patches/fix-build.patch?rev=39635&op=file
==============================================================================
--- trunk/libproc-reliable-perl/debian/patches/fix-build.patch (added)
+++ trunk/libproc-reliable-perl/debian/patches/fix-build.patch Fri Jul 10 01:14:21 2009
@@ -1,0 +1,14 @@
+Index: Makefile.PL
+===================================================================
+--- Makefile.PL	(revision 39634)
++++ Makefile.PL	(working copy)
+@@ -4,6 +4,8 @@
+ WriteMakefile(
+     'NAME'	=> 'Proc::Reliable',
+     'VERSION_FROM'   => 'Reliable.pm',
+-    'dist'      => {'COMPRESS'=>'gzip -f', 'SUFFIX' => 'gz'}
++    'dist'      => {'COMPRESS'=>'gzip -f', 'SUFFIX' => 'gz'},
++    'MAN3PODS' => {},
++    'PM' => {'Reliable.pm' => '$(INST_LIBDIR)/Reliable.pm'}
+ );
+ 

Added: trunk/libproc-reliable-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libproc-reliable-perl/debian/patches/series?rev=39635&op=file
==============================================================================
--- trunk/libproc-reliable-perl/debian/patches/series (added)
+++ trunk/libproc-reliable-perl/debian/patches/series Fri Jul 10 01:14:21 2009
@@ -1,0 +1,1 @@
+fix-build.patch

Modified: trunk/libproc-reliable-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libproc-reliable-perl/debian/rules?rev=39635&op=diff
==============================================================================
--- trunk/libproc-reliable-perl/debian/rules (original)
+++ trunk/libproc-reliable-perl/debian/rules Fri Jul 10 01:14:21 2009
@@ -1,4 +1,4 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@
+	dh --with quilt $@




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