r232 - in /packages/v-sim/trunk/debian: changelog rules

sylvestre-guest at users.alioth.debian.org sylvestre-guest at users.alioth.debian.org
Tue Jul 22 10:09:13 UTC 2008


Author: sylvestre-guest
Date: Tue Jul 22 10:09:13 2008
New Revision: 232

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=232
Log:
  * Lintian warning {post,pre}inst-has-useless-call-to-ldconfig removed

Modified:
    packages/v-sim/trunk/debian/changelog
    packages/v-sim/trunk/debian/rules

Modified: packages/v-sim/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/v-sim/trunk/debian/changelog?rev=232&op=diff
==============================================================================
--- packages/v-sim/trunk/debian/changelog (original)
+++ packages/v-sim/trunk/debian/changelog Tue Jul 22 10:09:13 2008
@@ -19,6 +19,7 @@
   * orig-tar.sh script updated to repack bz2 => gz
   * watch file updated
   * Merge changes from upstream
+  * Lintian warning {post,pre}inst-has-useless-call-to-ldconfig removed
   * Lintian override added v-sim-common: extra-license-file we do need them 
     since they are needed by the application itself.
   * Images for the menu moved to the v-sim package instead of v-sim-common

Modified: packages/v-sim/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/v-sim/trunk/debian/rules?rev=232&op=diff
==============================================================================
--- packages/v-sim/trunk/debian/rules (original)
+++ packages/v-sim/trunk/debian/rules Tue Jul 22 10:09:13 2008
@@ -8,6 +8,9 @@
 DEB_CONFIGURE_USER_FLAGS := --with-etsf-file-format --with-openbabel --with-xsf --disable-static --docdir=\$${prefix}/share/doc/v-sim-doc
 DEB_MAKE_INSTALL_TARGET  := install DESTDIR=$(DEB_DESTDIR)
 
+# Avoid postinst-has-useless-call-to-ldconfig
+DEB_DH_MAKESHLIBS_ARGS_v-sim-plugins := -n
+
 install/v-sim-doc::
 	rm -rf debian/tmp/usr/share/gtk-doc
 




More information about the debian-science-commits mailing list