[mbtserver] 01/01: more .gitignore / dh-autoreconf issues

Joost van Baal joostvb at moszumanska.debian.org
Mon Jul 6 05:18:49 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 628762fe3fc05cef9c5c4fa0a943057d00425263
Author: Joost van Baal-Ilić <joostvb at nusku.mdcc.cx>
Date:   Mon Jul 6 07:18:44 2015 +0200

    more .gitignore / dh-autoreconf issues
---
 debian/changelog | 22 ++++++++++++++--------
 1 file changed, 14 insertions(+), 8 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 9f5e17c..3987109 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,19 +9,25 @@ 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’".
-  * FIXME .gitignore issue
-        modified:   aclocal.m4
-        modified:   config.guess
-        modified:   config.sub
-        modified:   configure
-    these files are currently tracked.  should be untracked for .gitignore to
-    have effect. use dh_autoreconf ?  FIXME
-
+  * FIXME:
+    configure e.a. are currently tracked.  should be untracked for .gitignore to
+    have effect.
     "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?
     It is useless to ship a .gitignore containing files included in upstream
     tarball: these are all tracked.
+      gbp buildpackage --git-ignore-new -us -uc && debclean
+    gives
+      Changes not staged for commit:
+      (use "git add/rm <file>..." to update what will be committed)
+      (use "git checkout -- <file>..." to discard changes in working directory)
+        deleted:    aclocal.m4
+        deleted:    configure
+        deleted:    ltmain.sh
+        deleted:    m4/libtool.m4
+        deleted:    m4/ltoptions.m4
+    FIXME
   * debian/control, debian/rules: use dh-autoreconf so that 'debian/rules
     clean' does what we want.
 

-- 
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