[mbtserver] 01/01: FIXME .gitignore issue It is useless to ship a .gitignore containing files included in upstream tarball: these are all tracked.
Joost van Baal
joostvb at moszumanska.debian.org
Mon Jul 6 05:09:01 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 da67b9022f8ff36dd55580254ad48a3c944dea9d
Author: Joost van Baal-Ilić <joostvb at nusku.mdcc.cx>
Date: Mon Jul 6 07:08:37 2015 +0200
FIXME .gitignore issue It is useless to ship a .gitignore containing files included in upstream tarball: these are all tracked.
---
.gitignore | 5 -----
debian/changelog | 4 +++-
2 files changed, 3 insertions(+), 6 deletions(-)
diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index 8bb2ca1..0000000
--- a/.gitignore
+++ /dev/null
@@ -1,5 +0,0 @@
-Makefile.in
-aclocal.m4
-config.guess
-config.sub
-configure
diff --git a/debian/changelog b/debian/changelog
index 46c25f8..9f5e17c 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’".
- * FIXME .gitignore: added.
+ * FIXME .gitignore issue
modified: aclocal.m4
modified: config.guess
modified: config.sub
@@ -20,6 +20,8 @@ mbtserver (0.9-1) experimental; urgency=low
"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.
* 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