[med-svn] [biosquid] 01/01: Fix cut-n-pasto and upload to experimental
Andreas Tille
tille at debian.org
Thu Apr 13 06:39:16 UTC 2017
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository biosquid.
commit 742c2a364aa0a3664bc185a21375bd8081e6e3d5
Author: Andreas Tille <tille at debian.org>
Date: Thu Apr 13 08:29:21 2017 +0200
Fix cut-n-pasto and upload to experimental
---
debian/changelog | 4 ++--
debian/rules | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index cc88359..d50befa 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,9 @@
-biosquid (1.9g+cvs20050121-9) UNRELEASED; urgency=medium
+biosquid (1.9g+cvs20050121-9) experimental; urgency=medium
* Avoid duplicated definitions of PACKAGE_NAME, PACKAGE_VERSION,
LARGEFILE*_SOURCE
- -- Andreas Tille <tille at debian.org> Wed, 12 Apr 2017 16:18:17 +0200
+ -- Andreas Tille <tille at debian.org> Thu, 13 Apr 2017 08:29:03 +0200
biosquid (1.9g+cvs20050121-8) experimental; urgency=medium
diff --git a/debian/rules b/debian/rules
index 4605bfb..ecefa56 100755
--- a/debian/rules
+++ b/debian/rules
@@ -23,7 +23,7 @@ override_dh_auto_configure:
# avoid duplicated definition of PACKAGE_NAME (basically conflicting with hmmer2 when used together)
sed -i -e '/^#define PACKAGE_NAME /i #ifndef PACKAGE_NAME' \
-e '/^#define PACKAGE_NAME /a #endif' \
- -e '/^#define PACKAGE_VERSION /i #ifndef PACKAGE_NAME' \
+ -e '/^#define PACKAGE_VERSION /i #ifndef PACKAGE_VERSION' \
-e '/^#define PACKAGE_VERSION /a #endif' \
-e '/^#define _LARGEFILE_SOURCE /i #ifndef _LARGEFILE_SOURCE' \
-e '/^#define _LARGEFILE_SOURCE /a #endif' \
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/biosquid.git
More information about the debian-med-commit
mailing list