[Apt-listbugs-commits] [SCM] apt-listbugs development tree branch, master, updated. 0.0.95-8-g0978c3c

Ryan Niebur ryanryan52 at gmail.com
Wed Apr 22 04:54:07 UTC 2009


The following commit has been merged in the master branch:
commit 0978c3c397fa675b841765206d7c1b499bb4151f
Author: Ryan Niebur <ryanryan52 at gmail.com>
Date:   Tue Apr 21 21:53:59 2009 -0700

    minor cleanups to the packaging

diff --git a/debian/changelog b/debian/changelog
index ddf1454..e7a8114 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,8 +11,12 @@ apt-listbugs (0.0.96) UNRELEASED; urgency=low
 
   [ Ryan Niebur ]
   * adopt package (Closes: #520273)
+  * move time to Build-Depends-Indep
+  * add misc:Depends to Depends
+  * update Copyright statements
+  * don't ignore errors from 'make clean'
 
- -- Ryan Niebur <ryanryan52 at gmail.com>  Tue, 21 Apr 2009 21:39:27 -0700
+ -- Ryan Niebur <ryanryan52 at gmail.com>  Tue, 21 Apr 2009 21:53:17 -0700
 
 apt-listbugs (0.0.95) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index 26d2780..68e5b91 100644
--- a/debian/control
+++ b/debian/control
@@ -3,15 +3,15 @@ Section: admin
 Priority: optional
 Maintainer: Ryan Niebur <ryanryan52 at gmail.com>
 Uploaders: Francesco Poli (t1000) <frx at firenze.linux.it>
-Build-Depends: debhelper (>> 5.0.0), cdbs, time
-Build-Depends-Indep: ruby1.8, rdtool, gettext
-Standards-Version: 3.7.2
+Build-Depends: debhelper (>> 5.0.0), cdbs
+Build-Depends-Indep: ruby1.8, rdtool, gettext, time
+Standards-Version: 3.8.1
 Vcs-Git: git://git.debian.org/git/apt-listbugs/apt-listbugs.git
 Vcs-Browser: http://git.debian.org/?p=apt-listbugs/apt-listbugs.git
 
 Package: apt-listbugs
 Architecture: all
-Depends: ruby (>= 1.8), libruby1.8 (>= 1.8.5), libdpkg-ruby1.8 (>= 0.3.2), apt, libzlib-ruby1.8, libgettext-ruby1.8, libxml-parser-ruby1.8, libhttp-access2-ruby1.8 (>= 2.0.6)
+Depends: ${misc:Depends}, ruby (>= 1.8), libruby1.8 (>= 1.8.5), libdpkg-ruby1.8 (>= 0.3.2), apt, libzlib-ruby1.8, libgettext-ruby1.8, libxml-parser-ruby1.8, libhttp-access2-ruby1.8 (>= 2.0.6)
 Suggests: reportbug, debianutils (>= 2.0) | www-browser | w3m
 Description: Lists critical bugs before each apt installation
  apt-listbugs is a tool which retrieves bug reports from the Debian Bug 
diff --git a/debian/copyright b/debian/copyright
index e9d68e5..687630f 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -4,9 +4,10 @@ The original source can always be found at:
 	http://ftp.debian.org/debian/pool/main/a/apt-listbugs/
 	http://git.debian.org/?p=apt-listbugs/apt-listbugs.git
 
-Copyright (C) 2002  Masato Taruishi <taru at debian.org>
+Copyright (C) 2002       Masato Taruishi <taru at debian.org>
 Copyright (C) 2006-2008  Junichi Uekawa <dancer at debian.org>
-Copyright (C) 2008  Francesco Poli <frx at firenze.linux.it>
+Copyright (C) 2008-2009  Francesco Poli <frx at firenze.linux.it>
+Copyright (C) 2009       Ryan Niebur <ryanryan52 at gmail.com>
 
   This program is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
@@ -19,6 +20,6 @@ Copyright (C) 2008  Francesco Poli <frx at firenze.linux.it>
   GNU General Public License for more details.
 
   You should have received a copy of the GNU General Public License with
-  the Debian GNU/Linux distribution in file /usr/share/common-licenses/GPL;
+  the Debian GNU/Linux distribution in file /usr/share/common-licenses/GPL-2;
   if not, write to the Free Software Foundation, Inc., 51 Franklin St,
   Fifth Floor, Boston, MA 02110-1301, USA.
diff --git a/debian/rules b/debian/rules
index 86ed6a4..b6eebff 100755
--- a/debian/rules
+++ b/debian/rules
@@ -31,7 +31,7 @@ common-build-indep:: apt-listbugs.1 $(MOFILES)
 clean::
 	rm -f apt-listbugs.1
 	rm -f $(MOFILES)
-	-make clean
+	[ ! -f Makefile ] || make clean
 
 common-install-indep:: common-build-indep
 

-- 
apt-listbugs development tree



More information about the Apt-listbugs-commits mailing list