r3940 - in /packages/libnet-z3950-perl/trunk/debian: changelog control rules

ntyni-guest at users.alioth.debian.org ntyni-guest at users.alioth.debian.org
Tue Sep 26 21:08:25 UTC 2006


Author: ntyni-guest
Date: Tue Sep 26 21:08:25 2006
New Revision: 3940

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=3940
Log:
Clean up unneeded dependencies by linking only with '-lyaz'.

Modified:
    packages/libnet-z3950-perl/trunk/debian/changelog
    packages/libnet-z3950-perl/trunk/debian/control
    packages/libnet-z3950-perl/trunk/debian/rules

Modified: packages/libnet-z3950-perl/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libnet-z3950-perl/trunk/debian/changelog?rev=3940&op=diff
==============================================================================
--- packages/libnet-z3950-perl/trunk/debian/changelog (original)
+++ packages/libnet-z3950-perl/trunk/debian/changelog Tue Sep 26 21:08:25 2006
@@ -1,3 +1,9 @@
+libnet-z3950-perl (0.51-3) unstable; urgency=low
+
+  * Clean up unneeded dependencies by linking only with '-lyaz'.
+
+ -- Niko Tyni <ntyni at iki.fi>  Wed, 27 Sep 2006 00:07:06 +0300
+
 libnet-z3950-perl (0.51-2) unstable; urgency=low
 
   * debian/control:

Modified: packages/libnet-z3950-perl/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libnet-z3950-perl/trunk/debian/control?rev=3940&op=diff
==============================================================================
--- packages/libnet-z3950-perl/trunk/debian/control (original)
+++ packages/libnet-z3950-perl/trunk/debian/control Tue Sep 26 21:08:25 2006
@@ -2,7 +2,7 @@
 Section: perl
 Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: gregor herrmann <gregor+debian at comodo.priv.at>, Krzysztof Krzyzaniak (eloy) <eloy at debian.org>
+Uploaders: gregor herrmann <gregor+debian at comodo.priv.at>, Krzysztof Krzyzaniak (eloy) <eloy at debian.org>, Niko Tyni <ntyni at iki.fi>
 Build-Depends: debhelper (>= 5.0.0), libyaz2-dev, perl (>= 5.8.0-7), libevent-perl
 Standards-Version: 3.7.2.1
 

Modified: packages/libnet-z3950-perl/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libnet-z3950-perl/trunk/debian/rules?rev=3940&op=diff
==============================================================================
--- packages/libnet-z3950-perl/trunk/debian/rules (original)
+++ packages/libnet-z3950-perl/trunk/debian/rules Tue Sep 26 21:08:25 2006
@@ -35,7 +35,7 @@
 	dh_testdir
 
 	# Add commands to compile the package here
-	$(PERL) Makefile.PL INSTALLDIRS=vendor
+	$(PERL) Makefile.PL INSTALLDIRS=vendor LIBS=-lyaz
 	$(MAKE) OPTIMIZE="$(CFLAGS)" LD_RUN_PATH=""
 
 	cd doc; $(MAKE); cd ..




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