[mbtserver] 01/01: * debian/control, debian/rules: use dh-autoreconf so that 'debian/rules clean' does what we want.
Joost van Baal
joostvb at moszumanska.debian.org
Mon Jul 6 05:00:40 UTC 2015
This is an automated email from the git hooks/post-receive script.
joostvb pushed a commit to branch master
in repository mbtserver.
commit 002b787d98cf10b2fb72f7e1fc12095641d35dbc
Author: Joost van Baal-Ilić <joostvb at nusku.mdcc.cx>
Date: Mon Jul 6 07:00:31 2015 +0200
* debian/control, debian/rules: use dh-autoreconf so that 'debian/rules
clean' does what we want.
---
debian/changelog | 8 +++++++-
debian/control | 2 +-
debian/rules | 2 +-
3 files changed, 9 insertions(+), 3 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index ec9763f..46c25f8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,7 +9,7 @@ mbtserver (0.9-1) experimental; urgency=low
* debian/control: more strict build dependency: now libmbt1-dev (>= 3.2.12).
With older libmbt1-dev won't build: "MbtServerBase.cxx:161:6: error:
‘VersionName’ is not a member of ‘TimblServer’".
- * .gitignore: added.
+ * FIXME .gitignore: added.
modified: aclocal.m4
modified: config.guess
modified: config.sub
@@ -17,6 +17,12 @@ mbtserver (0.9-1) experimental; urgency=low
these files are currently tracked. should be untracked for .gitignore to
have effect. use dh_autoreconf ? FIXME
+ "To ignore uncommitted changes in a file that is already tracked, use git
+ update-index --assume-unchanged."
+ do not build in tree? make sure 'debian/rules clean' works as intended?
+ * debian/control, debian/rules: use dh-autoreconf so that 'debian/rules
+ clean' does what we want.
+
-- Joost van Baal-Ilić <joostvb at debian.org> Sun, 05 Jul 2015 20:10:35 +0200
mbtserver (0.7-3) unstable; urgency=low
diff --git a/debian/control b/debian/control
index 70c1158..351a9d4 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: science
Priority: extra
Maintainer: Debian Science Team <debian-science-maintainers at lists.alioth.debian.org>
Uploaders: Joost van Baal-Ilić <joostvb at debian.org>, Ko van der Sloot <ko.vandersloot at uvt.nl>
-Build-Depends: cdbs, debhelper (>= 7), pkg-config, libtimbl4-dev, libtimblserver4-dev, libmbt1-dev (>= 3.2.12), libticcutils2-dev (>= 0.3), libxml2-dev
+Build-Depends: cdbs, debhelper (>= 7), pkg-config, dh-autoreconf, libtimbl4-dev, libtimblserver4-dev, libmbt1-dev (>= 3.2.12), libticcutils2-dev (>= 0.3), libxml2-dev
Standards-Version: 3.9.4
Homepage: http://ilk.uvt.nl/mbt/
Vcs-Git: git://anonscm.debian.org/debian-science/packages/mbtserver.git
diff --git a/debian/rules b/debian/rules
index 77113e8..c82f811 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,7 +5,7 @@
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/autotools.mk
-
+include /usr/share/cdbs/1/rules/autoreconf.mk
# variable or target overrides
# DEB_DH_INSTALLINIT_ARGS := --onlyscripts --name mbt
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/mbtserver.git
More information about the debian-science-commits
mailing list