diff options
-rw-r--r-- | debian/changelog | 12 | ||||
-rw-r--r-- | debian/control | 2 | ||||
-rw-r--r-- | debian/copyright | 8 | ||||
-rw-r--r-- | debian/lfhex.1 | 2 | ||||
-rw-r--r-- | debian/watch | 3 |
5 files changed, 20 insertions, 7 deletions
diff --git a/debian/changelog b/debian/changelog index bc318e9..1f16bd5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,15 @@ +lfhex (0.42-2) unstable; urgency=low + + * Update watch file so it no longer produces a 404 errror (closes: #551418). + * Add README.source file (text taken from + /usr/share/doc/dpatch/README.source). This fixes a lintian warning. + * Reference the versioned license file (GPL-2) in debian/copyright. This + fixes a lintian warning. + * Update to Standards-Version 3.8.3 + * Update maintainer email address in some more places. + + -- Tobias Klauser <tklauser@distanz.ch> Wed, 21 Oct 2009 14:25:18 +0200 + lfhex (0.42-1) unstable; urgency=low * Acknowledge NMU. diff --git a/debian/control b/debian/control index 14a38e0..67d6ddc 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: editors Priority: optional Maintainer: Tobias Klauser <tklauser@distanz.ch> Build-Depends: debhelper (>= 7), dpatch, libqt4-dev, flex, bison -Standards-Version: 3.8.0 +Standards-Version: 3.8.3 Homepage: http://stoopidsimple.com/lfhex Vcs-Git: http://git.distanz.ch/scm/debian/pkg-lfhex.git Vcs-Browser: http://git.distanz.ch/?p=debian/pkg-lfhex.git diff --git a/debian/copyright b/debian/copyright index 688ba79..703ad92 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,4 +1,4 @@ -This package was debianized by Tobias Klauser <tklauser@access.unizh.ch> on +This package was debianized by Tobias Klauser <tklauser@distanz.ch> on Tue, 27 May 2008 18:56:54 +0200. It was downloaded from <http://stoopidsimple.com/lfhex>. @@ -27,7 +27,7 @@ License: Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. On Debian systems, the complete text of the GNU General Public License -can be found in /usr/share/common-licenses/GPL file. +can be found in /usr/share/common-licenses/GPL-2 file. -The Debian packaging is (C) 2008, Tobias Klauser <tklauser@access.unizh.ch> and -is licensed under the GPL, see `/usr/share/common-licenses/GPL'. +The Debian packaging is (C) 2008, Tobias Klauser <tklauser@distanz.ch> and +is licensed under the GPL, see `/usr/share/common-licenses/GPL-2'. diff --git a/debian/lfhex.1 b/debian/lfhex.1 index 199b1d2..798a428 100644 --- a/debian/lfhex.1 +++ b/debian/lfhex.1 @@ -21,5 +21,5 @@ The lfhex manual at: \fBhttp://stoopidsimple.com/lfhex/manual\fP .SH AUTHOR lfhex was written by Salem Ganzhorn <eyekode@yahoo.com>. .PP -This manual page was written by Tobias Klauser <tklauser@access.unizh.ch>, +This manual page was written by Tobias Klauser <tklauser@distanz.ch>, for the Debian project (but may be used by others). diff --git a/debian/watch b/debian/watch index a0bc5e3..b58cc36 100644 --- a/debian/watch +++ b/debian/watch @@ -1,2 +1,3 @@ version=3 -http://stoopidsimple.com/files/lfhex-(.*)\.tar\.gz +http://stoppidsimple.com/lfhex \ +http://stoopidsimple\.com/files/lfhex-(.+)\.tar\.gz |