[med-svn] [populations] 03/13: Import Debian changes 1.2.32-3
Andreas Tille
tille at debian.org
Sat Nov 18 21:01:24 UTC 2017
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository populations.
commit 7c97b92cf19971751558f342e4eef2adfab939b3
Author: Georges Khaznadar <georgesk at ofset.org>
Date: Fri Jul 1 19:06:05 2011 +0200
Import Debian changes 1.2.32-3
populations (1.2.32-3) unstable; urgency=low
* fixed the bug due to precompiled binaries. Closes: #632338
---
debian/changelog | 6 ++++++
debian/rules | 12 ++++++++++++
2 files changed, 18 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index ce1425e..6679be1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+populations (1.2.32-3) unstable; urgency=low
+
+ * fixed the bug due to precompiled binaries. Closes: #632338
+
+ -- Georges Khaznadar <georgesk at ofset.org> Fri, 01 Jul 2011 19:06:05 +0200
+
populations (1.2.32-2) unstable; urgency=low
* modified copyright data for html/libcss/* and html/libjs/*, thanks to
diff --git a/debian/rules b/debian/rules
index 7678a50..946cbd5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,3 +11,15 @@
%:
export CC=gcc-4.5 CXX=g++-4.5; dh $@
+
+override_dh_auto_clean:
+ dh_testdir
+ rm -f src/populations
+ dh_auto_clean
+ dh_clean
+
+override_dh_auto_install:
+ dh_testdir
+ cp obj*/src/populations src
+ dh_auto_install
+ dh_install
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/populations.git
More information about the debian-med-commit
mailing list