debgtd (1.3.1-2) debian-dir only changes

Summary

 debian/changelog                |   70 ++++++++++++++++++++++++++++++++++++++++
 debian/compat                   |    1 
 debian/control                  |   22 ++++++++++++
 debian/copyright                |   20 +++++++++++
 debian/debgtd.lintian-overrides |    1 
 debian/debgtd.menu              |    5 ++
 debian/pyversions               |    1 
 debian/rules                    |   55 +++++++++++++++++++++++++++++++
 8 files changed, 175 insertions(+)

    
download this patch

Patch contents

--- debgtd-1.3.1.orig/debian/pyversions
+++ debgtd-1.3.1/debian/pyversions
@@ -0,0 +1 @@
+2.5-
--- debgtd-1.3.1.orig/debian/compat
+++ debgtd-1.3.1/debian/compat
@@ -0,0 +1 @@
+7
--- debgtd-1.3.1.orig/debian/debgtd.menu
+++ debgtd-1.3.1/debian/debgtd.menu
@@ -0,0 +1,5 @@
+?package(debgtd):needs="x11" \
+    section="Applications/Project Management" \
+    title="debgtd" \
+    description="manages your Debian bugs" \
+    command="/usr/bin/debgtd"
--- debgtd-1.3.1.orig/debian/rules
+++ debgtd-1.3.1/debian/rules
@@ -0,0 +1,55 @@
+#!/usr/bin/make -f
+# vim: set ft=make:
+
+build: build-stamp
+build-stamp:
+	$(MAKE) PREFIX=/usr
+
+binary: binary-indep install
+
+clean:
+	dh_testdir
+	dh_testroot
+	dh_clean
+	make clean
+	rm -f build-stamp
+
+VERSION=$(shell dpkg-parsechangelog | sed -ne 's,^Version: ,,p')
+UPSTREAM=$(shell echo $(VERSION) | cut -d- -f1)
+
+# XXX: since archive does not support http remote repos, we assume
+# we're in a checked-out git archive here. This may not be the case.
+get-orig-source:
+	git-archive --prefix=debgtd-$(UPSTREAM)/ $(UPSTREAM) |\
+		gzip -9c > debgtd_$(UPSTREAM).orig.tar.gz
+
+dest=$(CURDIR)/debian/debgtd
+
+install:
+	dh_testdir
+	dh_testroot
+	dh_prep
+	dh_installdirs
+	make install \
+		PREFIX=/usr DESTDIR=$(dest) \
+		LIBDIR=/usr/share/python-support/debgtd
+
+binary-arch:
+
+binary-indep: install
+	dh_testdir
+	dh_testroot
+	dh_pysupport
+	dh_installman
+	dh_installmenu
+	dh_installdocs
+	dh_installchangelogs
+	dh_lintian
+	dh_compress
+	dh_fixperms
+	dh_installdeb
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+.PHONY: get-orig-source
--- debgtd-1.3.1.orig/debian/changelog
+++ debgtd-1.3.1/debian/changelog
@@ -0,0 +1,70 @@
+debgtd (1.3.1-2) unstable; urgency=low
+
+  * Correct spelling/grammar in package description.
+    Thanks Paul Stewart and Luke Yelavich. Closes: #640081.
+  * Don't depent on epiphany-gecko. Closes: #642506.
+
+ -- Jon Dowland <jmtd@debian.org>  Mon, 26 Sep 2011 20:03:26 +0100
+
+debgtd (1.3.1-1) unstable; urgency=low
+
+  * New upstream version (fix path in .desktop file)
+
+ -- Jon Dowland <jmtd@debian.org>  Mon, 27 Jul 2009 18:53:35 +0100
+
+debgtd (1.3-1) unstable; urgency=low
+ 
+  * new upstream version.
+    * Closes: #536696, #493668, #493669, #493672,
+              #493673, #493676, #499591.
+  * bump standards version. 
+  * Update maintainer address.
+  * Update Vcs-git: path in control file.
+  * Add Vcs-browse: header in control file.
+  * debhelper changes:
+    * dh_prep instead of dh_clean -k
+    * remove dh_desktop
+
+ -- Jon Dowland <jmtd@debian.org>  Sat, 25 Jul 2009 18:16:04 +0100
+
+debgtd (1.2.1-1) unstable; urgency=low
+
+  * add gtk.init_check to avoid segfault when DISPLAY is unset.
+    Thanks Chris Lamb. Closes: #490086.
+  * Add a menu file. Thanks Nelson A. de Oliveira for the suggestion.
+    Closes: #492439. (also add a .desktop file whilst we're at it)
+
+ -- Jon Dowland <jon@alcopop.org>  Sat, 26 Jul 2008 16:46:28 +0100
+
+debgtd (1.2-1) unstable; urgency=low
+
+  * New upstream version:
+    * no longer mentions the file "BUGS" in the manpage. Closes: #490724;
+    * strip trailing / from http_proxy if present. Closes: #490720.
+
+ -- Jon Dowland <jon@alcopop.org>  Thu, 17 Jul 2008 21:07:19 +0100
+
+debgtd (1.1-2) unstable; urgency=low
+
+  * add required python modules to Depends:.
+    Thanks Luca Brivio. Closes: #490078.
+
+ -- Jon Dowland <jon@alcopop.org>  Wed, 09 Jul 2008 18:23:40 +0100
+
+debgtd (1.1-1) unstable; urgency=low
+
+  * New upstream version.
+  * bump debhelper compatibility to 7.
+    As a result, remove the BUGS-is-empty hack
+  * version the python-support dependency to versions I've tested
+  * remove X[SB]-Python-Support fields as suggested by python-support
+  * build-depend on python
+  * s/Svn/Git/ in control file
+
+ -- Jon Dowland <jon@alcopop.org>  Tue, 08 Jul 2008 09:10:48 +0100
+
+debgtd (1.0-1) unstable; urgency=low
+
+  * Initial release. (Closes: #489434)
+
+ -- Jon Dowland <jon@alcopop.org>  Sat, 05 Jul 2008 17:41:53 +0100
--- debgtd-1.3.1.orig/debian/copyright
+++ debgtd-1.3.1/debian/copyright
@@ -0,0 +1,20 @@
+debgtd is copyright (c) 2008 Jon Dowland <jon@alcopop.org>
+
+It was downloaded from http://jmtd.net/computing/software/debgtd/
+
+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 the Free Software
+Foundation; version 2.
+
+This program is distributed in the hope that it will be useful, but WITHOUT
+ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more
+details.
+
+On Debian systems, the complete text of the GNU General Public License,
+version 2, can be found in /usr/share/common-licenses/GPL-2.
+
+debgtd debianized by Jon Dowland <jon@alcopop.org>
+
+The Debian packaging also copyright (c) 2008 Jon Dowland <jon@alcopop.org>,
+distributed under the same terms as above.
--- debgtd-1.3.1.orig/debian/debgtd.lintian-overrides
+++ debgtd-1.3.1/debian/debgtd.lintian-overrides
@@ -0,0 +1 @@
+virtual-package-depends-without-real-package-depends
--- debgtd-1.3.1.orig/debian/control
+++ debgtd-1.3.1/debian/control
@@ -0,0 +1,22 @@
+Source: debgtd
+Section: utils
+Priority: optional
+Maintainer: Jon Dowland <jmtd@debian.org>
+DM-Upload-Allowed: yes
+Standards-Version: 3.8.2
+Homepage: http://jmtd.net/computing/software/debgtd/
+Vcs-Git: git://github.com/jmtd/debgtd.git
+Vcs-Browser: http://github.com/jmtd/debgtd/
+Build-Depends: debhelper (>= 7), python-support (>= 0.8.1), python (>= 2.5), m4
+
+Package: debgtd
+Architecture: all
+Depends: ${python:Depends}, devscripts, gnome-www-browser, python-glade2, python-soappy, python-gtk2, ${misc:Depends}
+Description: tool to help organise and prioritise your Debian bugs
+ debgtd ("getting things done") is a GUI tool which allows you
+ to visualise, sort and filter a list of bugs from the Debian
+ Bug Tracking System (BTS).
+ .
+ debgtd is intended to help users contribute to Debian by
+ keeping track of which bugs they have submitted and determine
+ which need attention (such as requiring more information, etc.)