[debian-edu-commits] debian-edu/ 19/20: * Bump standards version to 3.9.4, no changes needed. * debian/rules: Add build-arch and build-indep targets.
Mike Gabriel
sunweaver at debian.org
Thu Feb 27 07:55:26 UTC 2014
This is an automated email from the git hooks/post-receive script.
sunweaver pushed a commit to branch master
in repository debian-edu-archive-keyring.
commit 471f42a14eaf2d6b8042c6362fa72852d85967e1
Author: Holger Levsen <holger at layer-acht.org>
Date: Mon May 20 14:25:26 2013 +0000
* Bump standards version to 3.9.4, no changes needed.
* debian/rules: Add build-arch and build-indep targets.
---
debian/changelog | 7 +++++++
debian/control | 2 +-
debian/rules | 7 +++++--
3 files changed, 13 insertions(+), 3 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index ad30594..fbf36bc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+debian-edu-archive-keyring (2013.05.20) unstable; urgency=low
+
+ * Bump standards version to 3.9.4, no changes needed.
+ * debian/rules: Add build-arch and build-indep targets.
+
+ -- Holger Levsen <holger at debian.org> Mon, 20 May 2013 16:00:52 +0200
+
debian-edu-archive-keyring (2013.03.15) unstable; urgency=low
* Include an updated version of debian-edu-archive-keyring.gpg with an
diff --git a/debian/control b/debian/control
index 860375e..0f988a3 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Maintainer: Debian Edu Developers <debian-edu at lists.debian.org>
Uploaders: Holger Levsen <holger at debian.org>,
Morten Werner Olsen <werner at debian.org>,
Petter Reinholdtsen <pere at debian.org>
-Standards-Version: 3.8.4
+Standards-Version: 3.9.4
Package: debian-edu-archive-keyring
Architecture: all
diff --git a/debian/rules b/debian/rules
index bb58ece..364b6ac 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,7 +16,10 @@ install_binary=install -m 755 -s
VERSION := $(shell dpkg-parsechangelog | grep ^Version: | cut -d' ' -f2)
-build:
+build: build-arch build-indep
+build-arch: build-stamp
+build-indep: build-stamp
+build-stamp:
clean:
$(checkdir)
@@ -71,4 +74,4 @@ checkroot:
$(checkdir)
test root = "`whoami`"
-.PHONY: binary binary-arch binary-indep clean checkroot
+.PHONY: build build-arch build-indep binary binary-arch binary-indep clean checkroot
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-edu/debian-edu-archive-keyring.git
More information about the debian-edu-commits
mailing list