]> git.donarmstrong.com Git - debbugs.git/commitdiff
Replace debian/compat by debhelper-compat (= 12)
authorBill Allombert <Bill.Allombert@math.u-bordeaux.fr>
Fri, 8 Nov 2024 08:51:22 +0000 (09:51 +0100)
committerBill Allombert <Bill.Allombert@math.u-bordeaux.fr>
Fri, 8 Nov 2024 09:13:23 +0000 (10:13 +0100)
debian/changelog
debian/compat [deleted file]
debian/control
debian/rules

index 638a1200acb36224a7af9fa30123f47aa595b0b6..a8a166acad096bb7036550cf6460f12899232a82 100644 (file)
@@ -29,11 +29,14 @@ debbugs (2.6.1) unstable; urgency=medium
   * Allow exporting of debbugs responses to mbox format when requested
 
   [ Bill Allombert ]
-  * Add Build-Depends-Indep on libmail-message-perl for running the test-suite
-  * debbugs-local: add Depends on sensible-utils
+  * debian/control:
+    - Build-Depends-Indep on libmail-message-perl for running the test-suite
+    - Build-Depends on debhelper-compat (= 12)
+    - debbugs-local Depends on sensible-utils
+  * debian/compat: removed
   * Actually upload the package (closes: #477182, #1079842)
 
- -- Bill Allombert <ballombe@debian.org>  Tue, 05 Nov 2024 19:08:52 +0100
+ -- Bill Allombert <ballombe@debian.org>  Fri, 08 Nov 2024 10:03:05 +0100
 
 debbugs (2.6.0) unstable; urgency=medium
 
diff --git a/debian/compat b/debian/compat
deleted file mode 100644 (file)
index 48082f7..0000000
+++ /dev/null
@@ -1 +0,0 @@
-12
index 8fb07f1dda2cc2fb2a705ab34828f6f79afc0577..b1921a60a85fe0f388c8375038884c51794dbcf1 100644 (file)
@@ -7,7 +7,7 @@ Uploaders: Colin Watson <cjwatson@debian.org>, Don Armstrong <don@debian.org>,
 Standards-Version: 4.1.3
 Vcs-Browser: https://salsa.debian.org/debbugs-team/debbugs
 Vcs-Git: https://salsa.debian.org/debbugs-team/debbugs.git
-Build-Depends: debhelper
+Build-Depends: debhelper-compat (=12)
 Build-Depends-Indep: libparams-validate-perl,
  libmailtools-perl, libmime-tools-perl, libio-stringy-perl, libmldbm-perl,
  liburi-perl, libsoap-lite-perl, libcgi-simple-perl,
index 75d02ac49a156a85c5d62a93e77d9774e8763dec..2edb4706dadffbf2003baee0cb4f359b68dfed1a 100755 (executable)
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 %:
-       dh $@ --parallel
+       dh $@
 
 override_dh_auto_install:
        dh_auto_install -- INSTALLDIRS=vendor