[Crosstoolchain-logs] [SCM] GNU GDB documentation Debian packaging repository branch, master, updated. debian/7.2-1-1-g4094544

Hector Oron hector.oron at gmail.com
Thu Jul 14 00:45:03 UTC 2011


The following commit has been merged in the master branch:
commit 409454428c7288de69d8c7bb1d3e95300e2bc2ca
Author: Hector Oron <zumbi at debian.org>
Date:   Thu Jul 14 01:39:03 2011 +0100

    Imported Debian patch 7.2-2

diff --git a/debian/changelog b/debian/changelog
index 98d1067..7fb5dbf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+gdb-doc (7.2-2) unstable; urgency=low
+
+  * New maintainer. (Closes: #631742: ITA: gdb-doc -- The GNU Debugger
+    Documentation).
+  * Add lintian override for description starting with article.
+  * Force build directory removal when calling clean target.
+
+ -- Hector Oron <zumbi at debian.org>  Thu, 14 Jul 2011 01:39:03 +0100
+
 gdb-doc (7.2-1) unstable; urgency=low
 
   * New upstream release.
diff --git a/debian/control b/debian/control
index 59d19de..faa0936 100644
--- a/debian/control
+++ b/debian/control
@@ -1,8 +1,8 @@
 Source: gdb-doc
-Maintainer: Daniel Jacobowitz <dan at debian.org>
+Maintainer: Hector Oron <zumbi at debian.org>
 Section: non-free/devel
 Priority: optional
-Standards-Version: 3.8.4
+Standards-Version: 3.9.2
 Build-Depends: cdbs (>= 0.4.17), debhelper (>= 7)
 Build-Depends-Indep: autoconf, texinfo (>= 4.7-2.2)
 
diff --git a/debian/gdb-doc.lintian-overrides b/debian/gdb-doc.lintian-overrides
new file mode 100644
index 0000000..beed2f8
--- /dev/null
+++ b/debian/gdb-doc.lintian-overrides
@@ -0,0 +1 @@
+gdb-doc: description-synopsis-starts-with-article
diff --git a/debian/rules b/debian/rules
index 193d3e7..eacccc9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -40,6 +40,7 @@ post-patches::
 	fi
 
 clean::
+	rm -rf $(DEB_BUILDDIR)
 	if test -f gdb/version.in.backup; then \
 	  mv -f gdb/version.in.backup gdb/version.in; \
 	fi

-- 
GNU GDB documentation Debian packaging repository



More information about the Crosstoolchain-logs mailing list