r3935 - in /packages/libastro-fits-cfitsio-perl/trunk/debian: changelog rules

ntyni-guest at users.alioth.debian.org ntyni-guest at users.alioth.debian.org
Tue Sep 26 18:46:22 UTC 2006


Author: ntyni-guest
Date: Tue Sep 26 18:46:21 2006
New Revision: 3935

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=3935
Log:
Remove '-lm' from the linker arguments.

Modified:
    packages/libastro-fits-cfitsio-perl/trunk/debian/changelog
    packages/libastro-fits-cfitsio-perl/trunk/debian/rules

Modified: packages/libastro-fits-cfitsio-perl/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libastro-fits-cfitsio-perl/trunk/debian/changelog?rev=3935&op=diff
==============================================================================
--- packages/libastro-fits-cfitsio-perl/trunk/debian/changelog (original)
+++ packages/libastro-fits-cfitsio-perl/trunk/debian/changelog Tue Sep 26 18:46:21 2006
@@ -1,12 +1,16 @@
 libastro-fits-cfitsio-perl (1.05-1) unstable; urgency=low
 
+  [ gregor herrmann ]
   * New upstream release.
   * Compile against cfitsio3. (Closes: #372797)
   * Don't ignore the return value of 'make test'.
   * Don't ignore the return value of 'make distclean'
   * Set debhelper compatibility level to 5.
 
- -- gregor herrmann <gregor+debian at comodo.priv.at>  Sat,  8 Jul 2006 20:09:53 +0200
+  [ Niko Tyni ]
+  * Don't link unnecessarily against the math library (-lm).
+
+ -- Niko Tyni <ntyni at iki.fi>  Tue, 26 Sep 2006 21:45:34 +0300
 
 libastro-fits-cfitsio-perl (1.04-1) unstable; urgency=low
 

Modified: packages/libastro-fits-cfitsio-perl/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libastro-fits-cfitsio-perl/trunk/debian/rules?rev=3935&op=diff
==============================================================================
--- packages/libastro-fits-cfitsio-perl/trunk/debian/rules (original)
+++ packages/libastro-fits-cfitsio-perl/trunk/debian/rules Tue Sep 26 18:46:21 2006
@@ -32,7 +32,7 @@
 configure-stamp:
 	dh_testdir
 	# Add here commands to configure the package.
-	$(PERL) Makefile.PL INSTALLDIRS=vendor INC='-I/usr/include' LIBS='-L/usr/lib -lcfitsio -lm'
+	$(PERL) Makefile.PL INSTALLDIRS=vendor INC='-I/usr/include' LIBS='-L/usr/lib -lcfitsio'
 	touch configure-stamp
 
 build: build-stamp




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