]> the.earth.li Git - htag.git/commitdiff
Import Debian changes 0.0.23-1
authorJonathan McDowell <noodles@earth.li>
Thu, 24 Jul 2003 17:53:10 +0000 (18:53 +0100)
committerJonathan McDowell <noodles@earth.li>
Fri, 26 Jul 2019 13:10:02 +0000 (10:10 -0300)
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)

htag (0.0.22-1) unstable; urgency=low

  * New upstream release.
  * Made lintian happier and updated standard version.

1  2 
debian/changelog
debian/control
debian/rules

index 0b8ea723adefea8d2b54dffcaa7a85f69d23fba8,0000000000000000000000000000000000000000..fe5c4021a739a94b1bf62da998ce34e44f2fc956
mode 100644,000000..100644
--- /dev/null
@@@ -1,23 -1,0 +1,39 @@@
++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 <noodles@earth.li>  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 <noodles@earth.li>  Thu, 20 Jun 2002 20:59:42 +0100
++  
 +htag (0.0.19-1) unstable; urgency=low
 +
 +  * New upstream release.
 +
 + -- Jonathan McDowell <noodles@earth.li>  Mon, 16 Jul 2001 23:13:32 +0100
 + 
 +htag (0.0.18-1) unstable; urgency=low
 +
 +  * New upstream release.
 +
 + -- Jonathan McDowell <noodles@earth.li>  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 <noodles@earth.li>  Fri, 27 Apr 2001 21:49:37 +0100
 +
 +htag (0.0.17-1) unstable; urgency=low
 +
 +  * Initial Debianization.
 +
 + -- Jonathan McDowell <noodles@earth.li>  Thu, 30 Nov 2000 16:37:24 +0000
diff --cc debian/control
index 9f6703e7692183c097d1070a048a430ecb71fef3,0000000000000000000000000000000000000000..ddf834934a0be4ad23e713b7ea42910a20febf49
mode 100644,000000..100644
--- /dev/null
@@@ -1,18 -1,0 +1,19 @@@
- Standards-Version: 3.1.0
- Build-Depends: debhelper, perl5
 +Source: htag
 +Maintainer: Jonathan McDowell <noodles@earth.li>
 +Priority: optional
 +Section: mail
- Description: A tagline adder for email, news and FidoNet messages.
-  htag is a tagline 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.
++Standards-Version: 3.5.6
++Build-Depends-Indep: debhelper, 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/rules
index 6502ac038415d8568809bc6695bb2198bb6def7e,0000000000000000000000000000000000000000..d099ea2de2c7e839d032fe02d419fde0946bc095
mode 100755,000000..100755
--- /dev/null
@@@ -1,52 -1,0 +1,52 @@@
-               docs/README.Multiple_Configs docs/TODO docs/TROUBLESHOOTING \
-               docs/URL docs/WRITING_SIGS
-       dh_installchangelogs docs/Changelog.htag docs/Changelog.htagplugin
 +#!/usr/bin/make -f
 +
 +# Use debhelper v2.
 +export DH_COMPAT := 2
 +
 +# 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-indep: binary-indep-stamp
 +binary-indep-stamp: install
 +      dh_testdir
 +      dh_testroot
 +      dh_installdocs docs/AUTHORS docs/BUGS docs/INSTALL \
 +              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_installmanpages
 +      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