From: Simon Huggins Date: Mon, 16 Jun 2008 21:08:25 +0000 (+0100) Subject: Import Debian changes 0.0.24-1 X-Git-Url: http://the.earth.li/gitweb/?a=commitdiff_plain;h=7ae641729b9f11a8571387127fb2095cce8eef85;p=htag.git Import Debian changes 0.0.24-1 htag (0.0.24-1) unstable; urgency=low * New upstream release - fixes tags in UTF-8 causing formatting issues (closes: #482350) * Takeover package since I'm upstream and now a DD. Thanks to Jonathan McDowell for putting up with me over the years. * Updated to Standards-Version 3.8.0.1. - fix copyright file. - Remove unnecessary INSTALL file. --- 7ae641729b9f11a8571387127fb2095cce8eef85 diff --cc debian/changelog index 6e85922,0000000..59f201a mode 100644,000000..100644 --- a/debian/changelog +++ b/debian/changelog @@@ -1,50 -1,0 +1,62 @@@ ++htag (0.0.24-1) unstable; urgency=low ++ ++ * New upstream release ++ - fixes tags in UTF-8 causing formatting issues (closes: #482350) ++ * Takeover package since I'm upstream and now a DD. Thanks to Jonathan ++ McDowell for putting up with me over the years. ++ * Updated to Standards-Version 3.8.0.1. ++ - fix copyright file. ++ - Remove unnecessary INSTALL file. ++ ++ -- Simon Huggins Mon, 16 Jun 2008 22:08:25 +0100 ++ +htag (0.0.23-2) unstable; urgency=low + + * Add (no-op) Binary-Arch target. (closes: #395602) + * Move debhelper dependency to Build-Depends instead of Build-Depends-Indep. + * Move to debhelper compatibility level 5. + * Change to dh_installman rather than dh_installmanpages. + * Remove trailing . from Description. + * Updated to Standards-Version 3.7.2.2 (no changes other than the above). + + -- Jonathan McDowell Thu, 31 May 2007 09:22:28 +0100 + +htag (0.0.23-1) unstable; urgency=low + + * New upstream release. + - Fixes $cfg{'asktag'} (closes: #197982) + * Updated description to be clearer to those without a Fidonet background. + (closes: #198355) + + -- Jonathan McDowell Thu, 24 Jul 2003 18:53:10 +0100 + +htag (0.0.22-1) unstable; urgency=low + + * New upstream release. + * Made lintian happier and updated standard version. + + -- Jonathan McDowell Thu, 20 Jun 2002 20:59:42 +0100 + +htag (0.0.19-1) unstable; urgency=low + + * New upstream release. + + -- Jonathan McDowell Mon, 16 Jul 2001 23:13:32 +0100 + +htag (0.0.18-1) unstable; urgency=low + + * New upstream release. + + -- Jonathan McDowell Fri, 18 May 2001 11:36:04 +0100 + +htag (0.0.17-2) unstable; urgency=low + + * Change of directory for Perl module (closes: Bug#95510) + + -- Jonathan McDowell Fri, 27 Apr 2001 21:49:37 +0100 + +htag (0.0.17-1) unstable; urgency=low + + * Initial Debianization. + + -- Jonathan McDowell Thu, 30 Nov 2000 16:37:24 +0000 diff --cc debian/control index 06dede4,0000000..376d99f mode 100644,000000..100644 --- a/debian/control +++ b/debian/control @@@ -1,20 -1,0 +1,21 @@@ +Source: htag - Maintainer: Jonathan McDowell ++Maintainer: Simon Huggins ++Uploaders: Jonathan McDowell +Priority: optional +Section: mail - Standards-Version: 3.7.2.2 ++Standards-Version: 3.8.0.1 +Build-Depends: debhelper +Build-Depends-Indep: perl5 + +Package: htag +Architecture: all +Priority: optional +Section: mail +Depends: ${perl:Depends} +Description: A tagline/.signature adder for email, news and FidoNet messages + htag is a tagline (aka .signature for those without a Fidonet background) + adder but it has now been so over engineered that it will also do + anything you want it to[0], do lots of stuff I want it to, and do stuff + it wants to. + . + [0] Or at least it will if you write the appropriate plugin. diff --cc debian/copyright index 12a3ddd,0000000..bf0543a mode 100644,000000..100644 --- a/debian/copyright +++ b/debian/copyright @@@ -1,14 -1,0 +1,16 @@@ +This is Debian GNU/Linux's prepackaged version of htag, a tagline adder for +email, news and FidoNet messages. + +This package was put together by Jonathan McDowell . The +upstream author is Simon Huggins + +The only change for the Debian package was the addition of the debian/ +files. + +It can be obtained from http://www.earth.li/projectpurple/progs/htag.html + ++Copyright (C) 1999 - 2008 Simon Huggins ++ +You are free to distribute this software under the terms of the GNU +General Public License. The full text of this license can be found +in the file /usr/share/common-licenses/GPL diff --cc debian/rules index 2d0c13b,0000000..f255ea1 mode 100755,000000..100755 --- a/debian/rules +++ b/debian/rules @@@ -1,51 -1,0 +1,51 @@@ +#!/usr/bin/make -f + +# Make sure perl is defined, but allow overriding from the command line. +PERL ?= /usr/bin/perl + +builddir := $(shell pwd)/debian/htag +pmdir := $(shell $(PERL) -MConfig -e 'if (defined($$Config{installvendorlib})) { print $$Config{installvendorlib} } else { print $$Config{installprivlib} }') + +build: + +binary: binary-indep + +binary-arch: build + +binary-indep: binary-indep-stamp +binary-indep-stamp: install + dh_testdir + dh_testroot - dh_installdocs docs/AUTHORS docs/BUGS docs/INSTALL \ ++ dh_installdocs docs/AUTHORS docs/BUGS \ + docs/MACRO_DESCRIPTION docs/README \ + docs/TODO docs/TROUBLESHOOTING \ + docs/URL docs/Changelog.htagplugin + dh_installchangelogs docs/Changelog.htag + dh_installexamples docs/sample-config/* + dh_installman htag.1 + dh_fixperms + dh_installdeb + dh_perl + dh_strip + dh_shlibdeps + dh_compress + dh_gencontrol + dh_builddeb + touch binary-indep-stamp + +clean: + dh_testdir + dh_testroot + dh_clean install-stamp binary-indep-stamp htag.1 + +install: install-stamp +install-stamp: + dh_testdir + pod2man htag.pl > htag.1 + install -d $(builddir)/usr/bin + install -d $(builddir)/usr/share/htag/plugins + install -d $(builddir)/$(pmdir) + install -m 755 htag.pl $(builddir)/usr/bin/htag + install -m 644 HtagPlugin/HtagPlugin.pm $(builddir)/$(pmdir) + install -m 755 plugins/* $(builddir)/usr/share/htag/plugins + touch install-stamp