Bug#1007437: cdde: please consider upgrading to 3.0 source format

2022-03-15 Thread Lucas Nussbaum
Source: cdde
Version: 0.3.1-1
Severity: wishlist
Tags: bookworm sid
Usertags: format1.0 format1.0-nkp-nv

Dear maintainer,

This package is among the few (1.9%) that still use source format 1.0 in
bookworm.  Please upgrade it to source format 3.0, as (1) this format has many
advantages, as documented in https://wiki.debian.org/Projects/DebSrc3.0 ; (2)
this contributes to standardization of packaging practices.

Please note that this is also a sign that the packaging of this software
could maybe benefit from a refresh. It might be a good opportunity to
look at other aspects as well.

It was noticed in https://lists.debian.org/debian-devel/2022/03/msg00096.html
that the conversion for this package is likely trivial, and builds bit-by-bit
identical binary packages.


This mass bug filing was discussed on debian-devel@:
https://lists.debian.org/debian-devel/2022/03/msg00074.html

Thanks

Lucas



Bug#1007437: cdde: please consider upgrading to 3.0 source format

2023-10-03 Thread Bastian Germann

I am uploading a NMU to DELAYED/10 in order to fix this.diff -Nru cdde-0.3.1/debian/changelog cdde-0.3.1/debian/changelog
--- cdde-0.3.1/debian/changelog 2023-10-03 20:14:51.0 +0200
+++ cdde-0.3.1/debian/changelog 2023-10-03 20:09:10.0 +0200
@@ -1,3 +1,11 @@
+cdde (0.3.1-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Convert to source format 3.0 (Closes: #1007437).
+  * Fix FTBFS on hurd (Closes: #647965).
+
+ -- Bastian Germann   Tue, 03 Oct 2023 20:09:10 +0200
+
 cdde (0.3.1-1) unstable; urgency=low
 
   * Initial release (Closes: #493593).
diff -Nru cdde-0.3.1/debian/patches/hurd.patch 
cdde-0.3.1/debian/patches/hurd.patch
--- cdde-0.3.1/debian/patches/hurd.patch1970-01-01 01:00:00.0 
+0100
+++ cdde-0.3.1/debian/patches/hurd.patch2023-10-03 20:09:10.0 
+0200
@@ -0,0 +1,16 @@
+diff -ur cdde-0.3.1.orig/src/cdde.c cdde-0.3.1/src/cdde.c
+--- cdde-0.3.1.orig/src/cdde.c 2008-08-25 15:33:49.0 +0200
 cdde-0.3.1/src/cdde.c  2011-11-08 01:55:13.0 +0100
+@@ -41,7 +41,12 @@
+ #include 
+ #include  
+ #include 
++#ifdef __linux__
+ #include 
++#endif
++#ifdef __GNU__
++#include 
++#endif
+ #include 
+ #include 
+ #include 
diff -Nru cdde-0.3.1/debian/patches/series cdde-0.3.1/debian/patches/series
--- cdde-0.3.1/debian/patches/series1970-01-01 01:00:00.0 +0100
+++ cdde-0.3.1/debian/patches/series2023-10-03 20:09:10.0 +0200
@@ -0,0 +1 @@
+hurd.patch
diff -Nru cdde-0.3.1/debian/source/format cdde-0.3.1/debian/source/format
--- cdde-0.3.1/debian/source/format 1970-01-01 01:00:00.0 +0100
+++ cdde-0.3.1/debian/source/format 2023-10-03 20:09:10.0 +0200
@@ -0,0 +1 @@
+3.0 (quilt)