[hodie] 08/10: Import Debian changes 1.4-8
Christian T. Steigies
cts at moszumanska.debian.org
Sat Nov 4 16:17:52 UTC 2017
This is an automated email from the git hooks/post-receive script.
cts pushed a commit to branch master
in repository hodie.
commit 60f5fe3c8909f7f72b41c4d88693b9e2a2e86de4
Author: Christian T. Steigies <cts at debian.org>
Date: Mon Mar 24 20:46:26 2008 +0100
Import Debian changes 1.4-8
hodie (1.4-8) unstable; urgency=low
* updated Standards-Version to 3.7.3 (no changes)
* do not ignore make clean error
* use debian/compat and use compat verion 5
---
debian/changelog | 8 ++++++++
debian/compat | 1 +
debian/control | 4 ++--
debian/rules | 4 ++--
4 files changed, 13 insertions(+), 4 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index ebbc30a..b2fea87 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+hodie (1.4-8) unstable; urgency=low
+
+ * updated Standards-Version to 3.7.3 (no changes)
+ * do not ignore make clean error
+ * use debian/compat and use compat verion 5
+
+ -- Christian T. Steigies <cts at debian.org> Mon, 24 Mar 2008 20:46:26 +0100
+
hodie (1.4-7) unstable; urgency=low
* update watch file with a patch from Raphael Geissert (closes: #449926)
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..7ed6ff8
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+5
diff --git a/debian/control b/debian/control
index 60bbbcd..0028ea9 100644
--- a/debian/control
+++ b/debian/control
@@ -2,8 +2,8 @@ Source: hodie
Section: science
Priority: optional
Maintainer: Christian T. Steigies <cts at debian.org>
-Standards-Version: 3.7.2
-Build-Depends: debhelper (>=4)
+Standards-Version: 3.7.3
+Build-Depends: debhelper (>=5)
Package: hodie
Architecture: any
diff --git a/debian/rules b/debian/rules
index a086a5e..ca2e446 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,7 +11,7 @@ installdoc = install -g root -o root -m 644
TARGET = hodie
# This is the debhelper compatability version to use.
-export DH_COMPAT=4
+#export DH_COMPAT=4
export DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
export DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
@@ -31,7 +31,7 @@ clean:
rm -f build-stamp
# Add here commands to clean up after the build process.
- -$(MAKE) clean
+ $(MAKE) clean
dh_clean
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/hodie.git
More information about the debian-science-commits
mailing list