r32069 - in /trunk/libpar-packer-perl/debian: changelog control patches/fix-with-new-par-name patches/series rules

ryan52-guest at users.alioth.debian.org ryan52-guest at users.alioth.debian.org
Sat Mar 14 04:58:59 UTC 2009


Author: ryan52-guest
Date: Sat Mar 14 04:58:42 2009
New Revision: 32069

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=32069
Log:
* add myself to uploaders
* fix with the rename of par.pl (Closes: #517340)

Added:
    trunk/libpar-packer-perl/debian/patches/fix-with-new-par-name
Modified:
    trunk/libpar-packer-perl/debian/changelog
    trunk/libpar-packer-perl/debian/control
    trunk/libpar-packer-perl/debian/patches/series
    trunk/libpar-packer-perl/debian/rules

Modified: trunk/libpar-packer-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpar-packer-perl/debian/changelog?rev=32069&op=diff
==============================================================================
--- trunk/libpar-packer-perl/debian/changelog (original)
+++ trunk/libpar-packer-perl/debian/changelog Sat Mar 14 04:58:42 2009
@@ -1,3 +1,10 @@
+libpar-packer-perl (0.982-3) UNRELEASED; urgency=low
+
+  * add myself to uploaders
+  * fix with the rename of par.pl (Closes: #517340)
+
+ -- Ryan Niebur <ryanryan52 at gmail.com>  Fri, 13 Mar 2009 21:51:08 -0700
+
 libpar-packer-perl (0.982-2) unstable; urgency=low
 
   [ gregor herrmann ]

Modified: trunk/libpar-packer-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpar-packer-perl/debian/control?rev=32069&op=diff
==============================================================================
--- trunk/libpar-packer-perl/debian/control (original)
+++ trunk/libpar-packer-perl/debian/control Sat Mar 14 04:58:42 2009
@@ -6,7 +6,8 @@
  libinline-perl, libmodule-scandeps-perl (>= 0.81)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Damyan Ivanov <dmn at debian.org>,
- gregor herrmann <gregoa at debian.org>, Niko Tyni <ntyni at debian.org>
+ gregor herrmann <gregoa at debian.org>, Niko Tyni <ntyni at debian.org>,
+ Ryan Niebur <ryanryan52 at gmail.com>
 Standards-Version: 3.8.0
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libpar-packer-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libpar-packer-perl/

Added: trunk/libpar-packer-perl/debian/patches/fix-with-new-par-name
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpar-packer-perl/debian/patches/fix-with-new-par-name?rev=32069&op=file
==============================================================================
--- trunk/libpar-packer-perl/debian/patches/fix-with-new-par-name (added)
+++ trunk/libpar-packer-perl/debian/patches/fix-with-new-par-name Sat Mar 14 04:58:42 2009
@@ -1,0 +1,14 @@
+--- a/lib/PAR/Packer.pm
++++ b/lib/PAR/Packer.pm
+@@ -1223,9 +1223,9 @@
+ 
+     if ($opt->{P}) {
+         # write as script
+-        $parl = 'par.pl';
++        $parl = 'par-archive';
+         unless ( $parl = $self->_can_run($parl, $opt->{P}) ) {
+-            $self->_die("par.pl not found");
++            $self->_die("$parl not found");
+         }
+         $self->{parl} = $parl;
+     }

Modified: trunk/libpar-packer-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpar-packer-perl/debian/patches/series?rev=32069&op=diff
==============================================================================
--- trunk/libpar-packer-perl/debian/patches/series (original)
+++ trunk/libpar-packer-perl/debian/patches/series Sat Mar 14 04:58:42 2009
@@ -1,2 +1,3 @@
 fix-undefined-sprintf-usage
 01_manpage-ext.patch
+fix-with-new-par-name

Modified: trunk/libpar-packer-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpar-packer-perl/debian/rules?rev=32069&op=diff
==============================================================================
--- trunk/libpar-packer-perl/debian/rules (original)
+++ trunk/libpar-packer-perl/debian/rules Sat Mar 14 04:58:42 2009
@@ -31,7 +31,9 @@
 	dh_testdir
 	$(PERL) Makefile.PL INSTALLDIRS=vendor
 	$(MAKE) OPTIMIZE="$(CFLAGS)" LD_RUN_PATH=""
+	ln -sf par.pl blib/script/par-archive
 	PERL_TEST_POD=1 $(MAKE) test
+	rm blib/script/par-archive
 	touch $@
 
 clean: unpatch




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