1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132
|
lwatch (0.6.2-5) unstable; urgency=medium
* QA upload.
* debian/control:
- Add Vcs-* fields.
- Align the long Description.
- Order the content of Build-Depends field.
* debian/copyright:
- Add `debian/*' copyright stanza.
- Add a proper license stanza for GPL-2+.
- Change Upstream-Name to Log Watcher.
- Update copyright years.
* debian/dirs: Remove the directories `usr/bin' and `usr/sbin'.
* debian/patches/01_fix_typos_manpage_lwatch.conf.patch: New. Fix typos in
the manpage `lwatch.conf.5'.
* debian/postinst:
- Re-indent the code.
- Remove unneeded `rm' command.
- Remove useless comments.
* debian/postrm:
- Add a missing closing statement in the option `*)'.
- Re-indent the code.
- Remove useless comments.
* debian/rules:
- Add DEB_BUILD_MAINT_OPTIONS to improve the GCC hardening.
- Add opts --sysconfdir and --enable-input to dh_auto_configure.
- Remove debhelper template comments.
- Remove section override_dh_installdirs. No longer need.
- Remove unnecessary variables.
* debian/salsa-ci.yml: Add to provide CI tests for Salsa.
* debian/tests/*: Create autopkgtest.
* debian/upstream/metadata: New. Add upstream metadata information.
* debian/upstream/signing-key.asc: Add signing key of
upstream (Artur R. Czechowski).
* debian/watch:
- Add opt to check GPG signature.
- Update the search rule to use @TAGS@.
-- Marcos Talau <marcos@talau.info> Tue, 17 May 2022 12:34:44 -0300
lwatch (0.6.2-4) unstable; urgency=medium
* QA upload.
* debian/rules: Remove the buildpath from src/config.h in
dh_auto_configure override. (Closes: #1010825)
-- Vagrant Cascadian <vagrant@debian.org> Tue, 10 May 2022 14:50:19 -0700
lwatch (0.6.2-3) unstable; urgency=medium
* QA upload.
* Set maintainer to the QA group.
* Fix the author of the previous changelog entry.
* dh 13.
* R³: binary-targets → no.
-- Adam Borowski <kilobyte@angband.pl> Fri, 17 Dec 2021 05:02:30 +0100
lwatch (0.6.2-2) unstable; urgency=medium
* QA upload
* debian/rules: package now builds with RISC-V using dh $@
* debian/control: updated dependencies and removed some lintian issues
* debian/copyright: updated to format 1.0
* debian/compat: deleted to remove lintian issue
* debian/watch: updated version to 4
-- Ileana Dumitrescu <ileanadumi95@protonmail.com> Thu, 16 Dec 2021 15:15:18 +0100
lwatch (0.6.2-1) unstable; urgency=medium
* New upstream release
+ Updated config.{guess,sub} files (Closes: #727927)
* Add lwatch-dbg package
* Remove DM-Upload-Allowed from debian/control
* Added linker/compiler options for hardening in debian/rules
* Update Standards-Version to 3.9.5 - no changes required
-- Artur R. Czechowski <arturcz@hell.pl> Sat, 11 Jan 2014 17:29:03 +0100
lwatch (0.6-1) unstable; urgency=low
* New upstream release
* Add pkg-config to build-depends
* Remove removing fifo command from debian/rules, the upstream no more
creates the file during make install
* Install empty /var/lib/lwatch directory
* Convert to 3.0 (quilt) format
* debian/control: fixed long and short description as suggested by lintian
* debian/postinst: replace mknod with mkfifo, remove mknod lintian override
* Proper handling of all action in maintainer scripts
* debian/rules: add targets: build-arch and build-indep
* Update debian/watch file to track .bz2 extension instead of .gz one.
* Update Standards-Version to 3.9.3 - no changes required
-- Artur R. Czechowski <arturcz@hell.pl> Sat, 24 Mar 2012 14:16:35 +0100
lwatch (0.5-1+cvs20100211) experimental; urgency=low
* Current CVS snapshot - it shall fix the hurd build problems
* Added flex to build depends
-- Artur R. Czechowski <arturcz@hell.pl> Thu, 11 Feb 2010 18:45:08 +0000
lwatch (0.5-1) unstable; urgency=low
* New upstream release
+ autotools stuff is updated (Closes: #533692)
* debian/watch uses sf.net redirector
* Update Standards-Version yo 3.8.3 (no changes required)
* Use debhelper 7
* debian/rules: replace dh_clean -k with dh_prep
-- Artur R. Czechowski <arturcz@hell.pl> Sat, 28 Nov 2009 16:54:48 +0000
lwatch (0.4.1-2) unstable; urgency=low
* don't remove yparse.c on clean (Closes: #424562), the same change
has been made in upstream's CVS
* lwatch's distclean target is run via [ ! -f Makefile ] || $(MAKE) distclean
instead of -$(MAKE) distclean to cool out lintian
* Bump up the Standards-Version (nothing to change)
* lintian override: mknod-in-maintainer-script, FIFO is created, not device
* update debian/compat from 4 to 5, Build-Depends on debhelper (>= 5.0.0)
-- Artur R. Czechowski <arturcz@hell.pl> Sat, 07 Jul 2007 21:08:59 +0200
lwatch (0.4.1-1) unstable; urgency=low
* Initial Debian Release (Closes: #187282)
-- Artur R. Czechowski <arturcz@hell.pl> Sat, 20 Aug 2005 20:14:55 +0200
|