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 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203
|
netmask (2.4.4-3) unstable; urgency=medium
* Rename Debian branch to debian/latest for DEP-14 compliance.
* Add d/salsa-ci.yml file for GitLab CI.
* Refresh patches.
* Update watch file format version to 4.
* Bump Standards-Version to 4.5.1 (no changes necessary).
-- Guilhem Moulin <guilhem@debian.org> Tue, 05 Jan 2021 17:28:39 +0100
netmask (2.4.4-2) unstable; urgency=medium
[ Guilhem Moulin ]
* d/control: Set 'Rules-Requires-Root: no'.
* d/control: Bump debhelper compatibility level to 13.
* d/control: Bump Standards-Version to 4.5.0 (no changes necessary).
* d/upstream/metadata: Set fields Bug-Database, Bug-Submit,
Repository-Browse.
[ Debian Janitor ]
* Trim trailing whitespace.
* Set debhelper-compat version in Build-Depends.
* Set fields Upstream-Name in debian/copyright.
* Drop unnecessary dependency on dh-autoreconf.
* Remove obsolete fields Name from debian/upstream/metadata.
-- Guilhem Moulin <guilhem@debian.org> Tue, 02 Jun 2020 15:36:25 +0200
netmask (2.4.4-1) unstable; urgency=medium
[ Robert Stone ]
* New upstream release.
[ Guilhem Moulin ]
* d/upstream/signing-key.asc: Minimize upstream's OpenPGP certificate.
* d/control: Bump Standards-Version to 4.3.0 (no changes necessary).
* d/control, d/compat: Bump debhelper compatibility level to 12, hence
remove dh-autoreconf to Build-Depends.
-- Guilhem Moulin <guilhem@debian.org> Tue, 05 Feb 2019 19:45:41 +0100
netmask (2.4.3-3) unstable; urgency=low
* debian/control:
+ Bump Standards-Version to 4.1.4 (no changes necessary).
+ Migrate Vcs-Browser and Vcs-Git from Alioth to Salsa.
-- Guilhem Moulin <guilhem@debian.org> Tue, 05 Jun 2018 17:14:50 +0200
netmask (2.4.3-2) unstable; urgency=low
* debian/rules: Add 'hardening=+bindnow,+pie' to DEB_BUILD_MAINT_OPTIONS to
compile ELF executables as PIEs and allow the PLT to be marked read-only.
* debian/control:
+ Bump Standards-Version to 4.0.0 (no changes necessary).
+ Upgrade Vcs-Git URI from git:// to https://.
-- Guilhem Moulin <guilhem@debian.org> Sat, 08 Jul 2017 11:30:33 +0200
netmask (2.4.3-1) unstable; urgency=low
[ Robert Stone ]
* New upstream release. (Closes: #802884.)
[ Guilhem Moulin ]
* debian/patches:
+ Make the build reproducible: setting --version twice no longer prints
the build timestamp.
* debian/control:
+ Change 'Vcs-Git' and 'Vcs-Browser' fields to use collab-maint.
+ Set 'Multi-Arch: foreign'.
* debian/patches:
+ Remove 'Add foreign to AM_INIT_AUTOMAKE macro' patch, applied upstream.
* Fix debian/watch file.
-- Guilhem Moulin <guilhem@guilhem.org> Mon, 05 Oct 2015 18:43:32 +0200
netmask (2.4.2-1) unstable; urgency=low
[ Robert Stone ]
* New upstream release. (Closes: #79512.)
[ Guilhem Moulin ]
* New maintainer. (Closes: #784185.)
* debian/compat: bump debhelper compatibility level from 4 to 9.
* debian/source/format: 3.0 (quilt)
* debian/control:
+ Bump Standards-Version to 3.9.6 (no changes necessary).
+ Add 'Homepage', 'Vcs-Git', 'Vcs-Browser' fields.
+ Add 'dh-autoreconf' and 'texinfo' to Build-Depends.
* debian/copyright: convert to machine-readable format (1.0).
* debian/gbp.conf: add file.
* debian/patches:
+ netmask.texi: Add the missing '@direntry' to the info document.
+ Add foreign to AM_INIT_AUTOMAKE macro.
* Remove debian.{dirs,info}, which are taken care of by the upstream build
system.
* debian/watch: add file.
* debian/upstream/metadata: add file.
* debian/upstream/signing-key.asc: add keyfile used to sign upstream release
tags.
-- Guilhem Moulin <guilhem@guilhem.org> Tue, 29 Sep 2015 01:53:57 +0200
netmask (2.3.12) unstable; urgency=low
* Include patches directly in source because it's a native package
* debian/control
- Bump debian standards version to 3.8.4 (No changes)
* Switch to dpkg-source 3.0 (native) format
-- Luis Uribe <acme@eviled.org> Sat, 24 Apr 2010 12:15:37 -0500
netmask (2.3.11) unstable; urgency=low
* Adding quilt for manage patches
* debian/control
- Bump debian standards version to 3.8.3 (No changes)
- Add dpkg (>= 1.15.4) | install-info and ${misc:Depends} to Depends:
* README.source
- Add file
* debian/compat
- Update to 5
* debian/copyright
- Change GPL2 symlink. Makes lintian happy.
* debian/rules
- Remove config.sub and config.guess in the clean target and copy the files
just before the "./configure" call.
-- Luis Uribe <acme@eviled.org> Wed, 18 Nov 2009 00:52:37 -0500
netmask (2.3.10) unstable; urgency=low
* debian/rules
- Correct debian-rules-ignores-make-clean-error lintian warning.
* debian/control
- Bump debian standards version to 3.7.3 (No changes)
* debian/copyright
- Rewrite the Copyright notice.
-- Luis Uribe <acme@eviled.org> Sat, 05 Jul 2008 00:52:37 -0500
netmask (2.3.9) unstable; urgency=low
* New maintainer (Closes: #389664)
* debian/rules
Remove commented dh_* commands
-- Luis Uribe <acme@eviled.org> Fri, 23 Feb 2007 11:59:47 -0500
netmask (2.3.8) unstable; urgency=low
* QA upload.
* Set maintainer to QA Group; Orphaned: #389664
* Fix spelling mistake in description (Closes: #390063)
* Fix override disparity (set Section: net)
* Conforms with latest Standards Version 3.7.2
-- Michael Ablassmeier <abi@debian.org> Tue, 10 Oct 2006 11:27:55 +0200
netmask (2.3.7) unstable; urgency=low
* Repaired dotted quad broadcast and single mask (closes: #212674)
-- Robert Stone <talby@debian.org> Thu, 25 Sep 2003 14:01:55 -0700
netmask (2.3.6) unstable; urgency=low
* Debian policy compliance updates.
-- Robert Stone <talby@debian.org> Thu, 3 Apr 2003 13:51:53 -0800
netmask (2.3.5) unstable; urgency=low
* Fixed typo in description (closes: #94632)
* Add build-dependencies, including texinfo (closes: #111181).
-- Robert Stone <talby@debian.org> Thu, 14 Feb 2002 11:08:14 -0800
netmask (2.3.4) unstable; urgency=low
* Bugfix: infodoc install cleanup. (closes: #69210)
* Bugfix: circular list state hang.
-- Robert Stone <talby@debian.org> Wed, 30 Aug 2000 13:46:23 -0700
netmask (2.3.3) unstable frozen; urgency=low
* Bugfix: dublicate entry addition segfault
-- Robert Stone <talby@debian.org> Wed, 1 Mar 2000 10:29:28 -0800
netmask (2.3.2) unstable; urgency=low
* Debian packaging cleanup.
-- Robert Stone <talby@debian.org> Fri, 5 Nov 1999 11:18:23 -0800
netmask (2.3.1) unstable; urgency=low
* Initial Release.
-- Robert Stone <talby@debian.org> Mon, 30 Aug 1999 20:36:48 -0700
|