Compare commits
5 commits
5eda53f7e5
...
ad3e3bd6d9
Author | SHA1 | Date | |
---|---|---|---|
ad3e3bd6d9 | |||
e77e7dd845 | |||
0ae468c7b3 | |||
28ef7c6aef | |||
3c9e7b7880 |
3 changed files with 18 additions and 13 deletions
23
debian/changelog
vendored
23
debian/changelog
vendored
|
@ -1,36 +1,41 @@
|
||||||
|
drool (2.0.0-6) sid; urgency=medium
|
||||||
|
|
||||||
|
* Updating vcs fields.
|
||||||
|
* Trimming debian changelog.
|
||||||
|
* Updating email address.
|
||||||
|
* Updating year in debian copyright for 2025.
|
||||||
|
|
||||||
|
-- Daniel Baumann <daniel@debian.org> Wed, 05 Feb 2025 19:05:47 +0100
|
||||||
|
|
||||||
drool (2.0.0-5) sid; urgency=medium
|
drool (2.0.0-5) sid; urgency=medium
|
||||||
|
|
||||||
* Uploading to sid.
|
|
||||||
* Updating copyright for 2024.
|
* Updating copyright for 2024.
|
||||||
* Updating to standards-version 4.7.0.
|
* Updating to standards-version 4.7.0.
|
||||||
|
|
||||||
-- Daniel Baumann <daniel.baumann@progress-linux.org> Thu, 25 Jul 2024 06:33:43 +0200
|
-- Daniel Baumann <daniel@debian.org> Thu, 25 Jul 2024 06:33:43 +0200
|
||||||
|
|
||||||
drool (2.0.0-4) sid; urgency=medium
|
drool (2.0.0-4) sid; urgency=medium
|
||||||
|
|
||||||
* Uploading to sid.
|
|
||||||
* Removing generated files to fix FTBFS when build twice in a row
|
* Removing generated files to fix FTBFS when build twice in a row
|
||||||
(Closes: #1045009).
|
(Closes: #1045009).
|
||||||
|
|
||||||
-- Daniel Baumann <daniel.baumann@progress-linux.org> Mon, 14 Aug 2023 11:16:50 +0200
|
-- Daniel Baumann <daniel@debian.org> Mon, 14 Aug 2023 11:16:50 +0200
|
||||||
|
|
||||||
drool (2.0.0-3) sid; urgency=medium
|
drool (2.0.0-3) sid; urgency=medium
|
||||||
|
|
||||||
* Uploading to sid.
|
|
||||||
* Updating to standards version 4.6.2.
|
* Updating to standards version 4.6.2.
|
||||||
|
|
||||||
-- Daniel Baumann <daniel.baumann@progress-linux.org> Mon, 30 Jan 2023 17:07:42 +0100
|
-- Daniel Baumann <daniel@debian.org> Mon, 30 Jan 2023 17:07:42 +0100
|
||||||
|
|
||||||
drool (2.0.0-2) sid; urgency=medium
|
drool (2.0.0-2) sid; urgency=medium
|
||||||
|
|
||||||
* Uploading to sid.
|
|
||||||
* Updating packaging copyright for 2022.
|
* Updating packaging copyright for 2022.
|
||||||
* Updating to standards version 4.6.1.
|
* Updating to standards version 4.6.1.
|
||||||
|
|
||||||
-- Daniel Baumann <daniel.baumann@progress-linux.org> Tue, 12 Jul 2022 13:18:17 +0200
|
-- Daniel Baumann <daniel@debian.org> Tue, 12 Jul 2022 13:18:17 +0200
|
||||||
|
|
||||||
drool (2.0.0-1) sid; urgency=medium
|
drool (2.0.0-1) sid; urgency=medium
|
||||||
|
|
||||||
* Initial upload to sid (Closes: #991250).
|
* Initial upload to sid (Closes: #991250).
|
||||||
|
|
||||||
-- Daniel Baumann <daniel.baumann@progress-linux.org> Thu, 30 Dec 2021 11:04:53 +0100
|
-- Daniel Baumann <daniel@debian.org> Thu, 30 Dec 2021 11:04:53 +0100
|
||||||
|
|
6
debian/control
vendored
6
debian/control
vendored
|
@ -1,15 +1,15 @@
|
||||||
Source: drool
|
Source: drool
|
||||||
Section: utils
|
Section: utils
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Maintainer: Daniel Baumann <daniel.baumann@progress-linux.org>
|
Maintainer: Daniel Baumann <daniel@debian.org>
|
||||||
Build-Depends:
|
Build-Depends:
|
||||||
debhelper-compat (= 13),
|
debhelper-compat (= 13),
|
||||||
dnsjit,
|
dnsjit,
|
||||||
Rules-Requires-Root: no
|
Rules-Requires-Root: no
|
||||||
Standards-Version: 4.7.0
|
Standards-Version: 4.7.0
|
||||||
Homepage: https://www.dns-oarc.net/tools/drool
|
Homepage: https://www.dns-oarc.net/tools/drool
|
||||||
Vcs-Browser: https://git.progress-linux.org/users/daniel.baumann/debian/packages/drool
|
Vcs-Browser: https://forgejo.debian.net/dns-oarc/drool
|
||||||
Vcs-Git: https://git.progress-linux.org/users/daniel.baumann/debian/packages/drool
|
Vcs-Git: https://forgejo.debian.net/dns-oarc/drool
|
||||||
|
|
||||||
Package: drool
|
Package: drool
|
||||||
Section: utils
|
Section: utils
|
||||||
|
|
2
debian/copyright
vendored
2
debian/copyright
vendored
|
@ -9,7 +9,7 @@ Copyright: 2017-2021 OARC, Inc.
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
|
|
||||||
Files: debian/*
|
Files: debian/*
|
||||||
Copyright: 2021-2024 Daniel Baumann <daniel.baumann@progress-linux.org>
|
Copyright: 2021-2025 Daniel Baumann <daniel@debian.org>
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
|
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
|
|
Loading…
Add table
Reference in a new issue