[med-svn] [SCM] Free software framework for ludic-therapeutic activities branch, master, updated. upstream/1.0.1-45-g4a9c923
Luis Rivas Vañó
luinix at gmail.com
Mon Mar 5 16:41:03 UTC 2012
The following commit has been merged in the master branch:
commit 649a43836d69944ba4b595a6f12c6ba3436f256b
Author: Luis Rivas Vañó <luinix at gmail.com>
Date: Mon Mar 5 17:00:31 2012 +0100
Fixing lintian: round one.
diff --git a/debian/changelog b/debian/changelog
index 9456a3f..55a5898 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,7 +4,14 @@ sitplus (1.0.3-1) unstable; urgency=low
* Removed "lib_location_fix.diff" patch, no longer needed.
* Removed "packager.diff" patch, no longer needed.
* Adding new dependencies.
- * Adding Jonathan McCrohan patch for removing workaround for older libconfig versions.
+ * Adding Jonathan McCrohan patch for removing workaround
+ for older libconfig versions.
+ * Overriding dh_makeshlibs in rules files to avoid the
+ execution of ldconfig in postinst and postrm scripts.
+ * Now dh_installmenu takes care of adding update-menus to
+ the postinst and postrm scripts.
+ * Overriding dh_installchangelogs: now we install the upstream
+ changelog.
-- Luis Rivas Vañó <luinix at gmail.com> Mon, 05 Mar 2012 12:58:42 +0100
diff --git a/debian/rules b/debian/rules
index 2d44784..0febb38 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,5 +18,11 @@ override_dh_auto_install:
dh_auto_install
rm -f ${CURDIR}/debian/tmp/usr/share/sitplus/graphics/pictures/License.txt
+override_dh_makeshlibs:
+ dh_makeshlibs -n
+
+override_dh_installchangelogs:
+ dh_installchangelogs ${CURDIR}/NEWS
+
%:
dh $@
diff --git a/debian/sitplus.postinst b/debian/sitplus.postinst
deleted file mode 100644
index 60115dc..0000000
--- a/debian/sitplus.postinst
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/sh
-
-set -e
-
-if [ -x /usr/bin/update-menus ] ; then
-update-menus
-fi
-
-#DEBHELPER#
diff --git a/debian/sitplus.postrm b/debian/sitplus.postrm
deleted file mode 100644
index 8c1f590..0000000
--- a/debian/sitplus.postrm
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/sh
-
-set -e
-
-if [ -x /usr/bin/update-menus ] ; then update-menus ; fi
-
-exit 0
-
-#DEBHELPER#
--
Free software framework for ludic-therapeutic activities
More information about the debian-med-commit
mailing list