r17893 - in /trunk/libimager-perl/debian: changelog control rules

gregoa-guest at users.alioth.debian.org gregoa-guest at users.alioth.debian.org
Thu Mar 20 01:18:37 UTC 2008


Author: gregoa-guest
Date: Thu Mar 20 01:18:36 2008
New Revision: 17893

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=17893
Log:
* Remove libttf-dev from build dependencies as per request of the security
  team (closes: #471746); add "--disable=TT-fonts" to creation of Makefile
  in debian/rules to inhibit picking up an incidentially installed libttf.
* Switch from (the now dummy package) libungif4-dev to libgif-dev as a
  build dependency; add "ungif" to the --disable switch in debian/rules;
  the ungif format is thrown out by Makefile.PL later anyway.

Modified:
    trunk/libimager-perl/debian/changelog
    trunk/libimager-perl/debian/control
    trunk/libimager-perl/debian/rules

Modified: trunk/libimager-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libimager-perl/debian/changelog?rev=17893&op=diff
==============================================================================
--- trunk/libimager-perl/debian/changelog (original)
+++ trunk/libimager-perl/debian/changelog Thu Mar 20 01:18:36 2008
@@ -1,3 +1,14 @@
+libimager-perl (0.62-4) UNRELEASED; urgency=low
+
+  * Remove libttf-dev from build dependencies as per request of the security
+    team (closes: #471746); add "--disable=TT-fonts" to creation of Makefile
+    in debian/rules to inhibit picking up an incidentially installed libttf.
+  * Switch from (the now dummy package) libungif4-dev to libgif-dev as a
+    build dependency; add "ungif" to the --disable switch in debian/rules;
+    the ungif format is thrown out by Makefile.PL later anyway.
+
+ -- gregor herrmann <gregor+debian at comodo.priv.at>  Thu, 20 Mar 2008 02:12:43 +0100
+
 libimager-perl (0.62-3) unstable; urgency=low
 
   [ gregor herrmann ]

Modified: trunk/libimager-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libimager-perl/debian/control?rev=17893&op=diff
==============================================================================
--- trunk/libimager-perl/debian/control (original)
+++ trunk/libimager-perl/debian/control Thu Mar 20 01:18:36 2008
@@ -1,9 +1,9 @@
 Source: libimager-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 6), perl (>= 5.8.0-7), libungif4-dev, 
+Build-Depends: debhelper (>= 6), perl (>= 5.8.0-7), libgif-dev, 
  libtiff4-dev, libpng12-dev, libjpeg62-dev, libfreetype6-dev, libt1-dev, 
- libtest-pod-perl, libtest-pod-coverage-perl, libttf-dev, libinline-perl
+ libtest-pod-perl, libtest-pod-coverage-perl, libinline-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Jay Bonci <jaybonci at debian.org>, Esteban Manchado Velázque
  <zoso at debian.org>, Gunnar Wolf <gwolf at debian.org>,

Modified: trunk/libimager-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libimager-perl/debian/rules?rev=17893&op=diff
==============================================================================
--- trunk/libimager-perl/debian/rules (original)
+++ trunk/libimager-perl/debian/rules Thu Mar 20 01:18:36 2008
@@ -29,7 +29,7 @@
 	dh_testdir
 
 	# Add here commands to compile the package.
-	$(PERL) Makefile.PL INSTALLDIRS=vendor
+	$(PERL) Makefile.PL INSTALLDIRS=vendor --disable=TT-fonts,ungif
 	$(MAKE) OPTIMIZE="$(OPTIMIZE)" LD_RUN_PATH=""
 	$(MAKE) test
 




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