r13519 - in /trunk/libimage-exif-perl/debian: changelog control patches/do-not-link-with-libexif.patch patches/series

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Fri Jan 25 13:16:06 UTC 2008


Author: dmn
Date: Fri Jan 25 13:16:05 2008
New Revision: 13519

URL: http://svn.debian.org/wsvn/?sc=1&rev=13519
Log:
* add do-not-link-with-libexif.patch and remove libexif-dev from
  Build-Depedns. It seems this module does not use libexif at all

Added:
    trunk/libimage-exif-perl/debian/patches/do-not-link-with-libexif.patch
Modified:
    trunk/libimage-exif-perl/debian/changelog
    trunk/libimage-exif-perl/debian/control
    trunk/libimage-exif-perl/debian/patches/series

Modified: trunk/libimage-exif-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libimage-exif-perl/debian/changelog?rev=13519&op=diff
==============================================================================
--- trunk/libimage-exif-perl/debian/changelog (original)
+++ trunk/libimage-exif-perl/debian/changelog Fri Jan 25 13:16:05 2008
@@ -42,6 +42,8 @@
   * add myself to Uploaders
   * invoke test suite
   * actually create install-stamp
+  * add do-not-link-with-libexif.patch and remove libexif-dev from
+    Build-Depedns. It seems this module does not use libexif at all
 
  -- Damyan Ivanov <dmn at debian.org>  Fri, 25 Jan 2008 12:34:34 +0200
 

Modified: trunk/libimage-exif-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libimage-exif-perl/debian/control?rev=13519&op=diff
==============================================================================
--- trunk/libimage-exif-perl/debian/control (original)
+++ trunk/libimage-exif-perl/debian/control Fri Jan 25 13:16:05 2008
@@ -4,7 +4,7 @@
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: gregor herrmann <gregor+debian at comodo.priv.at>,
  Carlo Segre <segre at debian.org>, Damyan Ivanov <dmn at debian.org>
-Build-Depends: debhelper (>= 6), perl (>= 5.8.0), libexif-dev (>= 0.6.12-1),
+Build-Depends: debhelper (>= 6), perl (>= 5.8.0),
  quilt
 Standards-Version: 3.7.3
 Homepage: http://search.cpan.org/dist/Image-EXIF/

Added: trunk/libimage-exif-perl/debian/patches/do-not-link-with-libexif.patch
URL: http://svn.debian.org/wsvn/trunk/libimage-exif-perl/debian/patches/do-not-link-with-libexif.patch?rev=13519&op=file
==============================================================================
--- trunk/libimage-exif-perl/debian/patches/do-not-link-with-libexif.patch (added)
+++ trunk/libimage-exif-perl/debian/patches/do-not-link-with-libexif.patch Fri Jan 25 13:16:05 2008
@@ -1,0 +1,13 @@
+# Do not link with libexif as the .so produced do not use its symbols
+Index: Makefile.PL
+===================================================================
+--- a/Makefile.PL	(revision 13504)
++++ b/Makefile.PL	(working copy)
+@@ -8,7 +8,6 @@
+     ($] >= 5.005 ?    ## Add these new keywords supported since 5.005
+       (ABSTRACT_FROM => 'EXIF.pm', # retrieve abstract from module
+        AUTHOR     => 'sergey s prozhogin <ccpro at rrelaxo.org.ru>') : ()),
+-    'LIBS'		=> ['-lexif'], # e.g., '-lm'
+     'DEFINE'		=> '', # e.g., '-DHAVE_SOMETHING'
+ 	# Insert -I. if you add *.h files later:
+     'INC'		=> '', # e.g., '-I/usr/include/other'

Modified: trunk/libimage-exif-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/trunk/libimage-exif-perl/debian/patches/series?rev=13519&op=diff
==============================================================================
--- trunk/libimage-exif-perl/debian/patches/series (original)
+++ trunk/libimage-exif-perl/debian/patches/series Fri Jan 25 13:16:05 2008
@@ -1,2 +1,3 @@
 EXIF_T_GPSIFD.patch
 hashbang.patch
+do-not-link-with-libexif.patch




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