[med-svn] r16930 - trunk/packages/libics/trunk/debian
Andreas Tille
tille at moszumanska.debian.org
Tue May 13 13:42:25 UTC 2014
Author: tille
Date: 2014-05-13 13:42:25 +0000 (Tue, 13 May 2014)
New Revision: 16930
Modified:
trunk/packages/libics/trunk/debian/changelog
trunk/packages/libics/trunk/debian/control
trunk/packages/libics/trunk/debian/rules
Log:
remove privacy-breach-logo, uploaded
Modified: trunk/packages/libics/trunk/debian/changelog
===================================================================
--- trunk/packages/libics/trunk/debian/changelog 2014-05-13 13:28:27 UTC (rev 16929)
+++ trunk/packages/libics/trunk/debian/changelog 2014-05-13 13:42:25 UTC (rev 16930)
@@ -1,3 +1,13 @@
+libics (1.5.2-5) unstable; urgency=medium
+
+ * use dh-autoreconf instead of autotools-dev to fix FTBFS on ppc64el
+ (thanks for the patch to Logan Rosen <logan at ubuntu.com>)
+ Closes: #735636
+ * cme fix dpkg-control
+ * debian/rules: remove privacy-breach-logo
+
+ -- Andreas Tille <tille at debian.org> Tue, 13 May 2014 15:25:22 +0200
+
libics (1.5.2-4) unstable; urgency=low
* Add symbols file
Modified: trunk/packages/libics/trunk/debian/control
===================================================================
--- trunk/packages/libics/trunk/debian/control 2014-05-13 13:28:27 UTC (rev 16929)
+++ trunk/packages/libics/trunk/debian/control 2014-05-13 13:42:25 UTC (rev 16930)
@@ -1,17 +1,21 @@
Source: libics
+Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
+Uploaders: Mathieu Malaterre <malat at debian.org>,
+ Andreas Tille <tille at debian.org>
+Section: libs
Priority: optional
-Section: libs
-Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
-Uploaders: Mathieu Malaterre <malat at debian.org>
-Build-Depends: debhelper (>= 9), zlib1g-dev | libz-dev, autotools-dev
-Standards-Version: 3.9.3
+Build-Depends: debhelper (>= 9),
+ zlib1g-dev | libz-dev,
+ dh-autoreconf
+Standards-Version: 3.9.5
+Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/libics/trunk/
+Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/libics/trunk/
Homepage: http://libics.sf.net
-Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/libics/trunk/
-Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/libics/trunk/
Package: libics0
Architecture: any
-Depends: ${misc:Depends}, ${shlibs:Depends}
+Depends: ${misc:Depends},
+ ${shlibs:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: Image Cytometry Standard file reading and writing
This is the reference library for ICS (Image Cytometry Standard), an open
@@ -22,10 +26,11 @@
This package contains the libraries needed to run ICS applications.
Package: libics-dev
+Architecture: any
+Section: libdevel
+Depends: libics0 (= ${binary:Version}),
+ ${misc:Depends}
Provides: libics0-dev
-Section: libdevel
-Architecture: any
-Depends: libics0 (= ${binary:Version}), ${misc:Depends}
Description: Image Cytometry Standard file reading and writing
This is the reference library for ICS (Image Cytometry Standard), an open
standard for writing images of any dimensionality and data type to file,
@@ -35,9 +40,10 @@
This package contains the libraries needed to build ICS applications.
Package: libics-doc
+Architecture: all
Section: doc
-Architecture: all
-Depends: ${misc:Depends}, doc-base
+Depends: ${misc:Depends},
+ doc-base
Description: Image Cytometry Standard file reading and writing
This is the reference library for ICS (Image Cytometry Standard), an open
standard for writing images of any dimensionality and data type to file,
Modified: trunk/packages/libics/trunk/debian/rules
===================================================================
--- trunk/packages/libics/trunk/debian/rules 2014-05-13 13:28:27 UTC (rev 16929)
+++ trunk/packages/libics/trunk/debian/rules 2014-05-13 13:42:25 UTC (rev 16930)
@@ -3,10 +3,11 @@
DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
%:
- dh $@ --with autotools_dev
+ dh $@ --with autoreconf
pkg_run = libics0
pkg_dev = libics-dev
+pkg_doc = libics-doc
override_dh_install-arch:
# Runtime Package
@@ -16,5 +17,10 @@
dh_install -p$(pkg_dev) usr/lib/$(DEB_HOST_MULTIARCH)/lib*.a
dh_install -p$(pkg_dev) usr/lib/$(DEB_HOST_MULTIARCH)/lib*.so
+override_dh_installdocs:
+ dh_installdocs
+ # remove sflogo which triggers privacy-breach-logo lintian error
+ sed -i 's#<img src="http://sflogo.sourceforge.net/sflogo.php?.* alt="\([^"]\+\)">#\1#' debian/$(pkg_doc)/usr/share/doc/$(pkg_doc)/*.html
+
get-orig-source:
uscan --verbose --force-download
More information about the debian-med-commit
mailing list