1
0
Fork 0

Compare commits

..

10 commits

Author SHA1 Message Date
5eda53f7e5
Releasing debian version 2.0.0-5.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-02-05 19:02:45 +01:00
b73fc4ff98
Updating to standards-version 4.7.0.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-02-05 19:02:43 +01:00
4ef25f839d
Updating copyright for 2024.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-02-05 19:02:43 +01:00
4f8f492f72
Releasing debian version 2.0.0-4.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-02-05 19:02:26 +01:00
96d6db3707
Removing generated files to fix FTBFS when build twice in a row (Closes: #1045009).
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-02-05 19:02:26 +01:00
f88cdf4dd6
Releasing debian version 2.0.0-3.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-02-05 19:02:14 +01:00
4bb7928a4c
Updating to standards version 4.6.2.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-02-05 19:02:13 +01:00
2fce5f6cc5
Releasing debian version 2.0.0-2.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-02-05 19:01:40 +01:00
3b71c33271
Updating to standards version 4.6.1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-02-05 19:01:38 +01:00
98314826fb
Updating packaging copyright for 2022.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-02-05 19:01:36 +01:00
4 changed files with 41 additions and 2 deletions

31
debian/changelog vendored
View file

@ -1,3 +1,34 @@
drool (2.0.0-5) sid; urgency=medium
* Uploading to sid.
* Updating copyright for 2024.
* Updating to standards-version 4.7.0.
-- Daniel Baumann <daniel.baumann@progress-linux.org> Thu, 25 Jul 2024 06:33:43 +0200
drool (2.0.0-4) sid; urgency=medium
* Uploading to sid.
* Removing generated files to fix FTBFS when build twice in a row
(Closes: #1045009).
-- Daniel Baumann <daniel.baumann@progress-linux.org> Mon, 14 Aug 2023 11:16:50 +0200
drool (2.0.0-3) sid; urgency=medium
* Uploading to sid.
* Updating to standards version 4.6.2.
-- Daniel Baumann <daniel.baumann@progress-linux.org> Mon, 30 Jan 2023 17:07:42 +0100
drool (2.0.0-2) sid; urgency=medium
* Uploading to sid.
* Updating packaging copyright for 2022.
* Updating to standards version 4.6.1.
-- Daniel Baumann <daniel.baumann@progress-linux.org> Tue, 12 Jul 2022 13:18:17 +0200
drool (2.0.0-1) sid; urgency=medium
* Initial upload to sid (Closes: #991250).

2
debian/control vendored
View file

@ -6,7 +6,7 @@ Build-Depends:
debhelper-compat (= 13),
dnsjit,
Rules-Requires-Root: no
Standards-Version: 4.6.0
Standards-Version: 4.7.0
Homepage: https://www.dns-oarc.net/tools/drool
Vcs-Browser: https://git.progress-linux.org/users/daniel.baumann/debian/packages/drool
Vcs-Git: https://git.progress-linux.org/users/daniel.baumann/debian/packages/drool

2
debian/copyright vendored
View file

@ -9,7 +9,7 @@ Copyright: 2017-2021 OARC, Inc.
License: BSD-3-Clause
Files: debian/*
Copyright: 2021 Daniel Baumann <daniel.baumann@progress-linux.org>
Copyright: 2021-2024 Daniel Baumann <daniel.baumann@progress-linux.org>
License: BSD-3-Clause
License: BSD-3-Clause

8
debian/rules vendored
View file

@ -3,6 +3,14 @@
%:
dh ${@}
execute_after_dh_auto_clean:
# remove generated files
rm -f src/test/env.sh
for file in $$(find . -type f -name "*.in"); \
do \
rm -f "$$(dirname "$${file}")"/"$$(basename "$${file}" .in)"; \
done
execute_after_dh_auto_install:
# Removing useless files
rm -f debian/drool/usr/share/doc/drool/LICENSE