New Upstream Snapshot - cdcover

Ready changes

Summary

Merged new upstream version: 0.9.1+git20220614.1.8993c0c (was: 0.9.1).

Resulting package

Built on 2022-12-20T20:44 (took 15m4s)

The resulting binary packages can be installed (if you have the apt repository enabled) by running one of:

apt install -t fresh-snapshots cdcover-dbgsymapt install -t fresh-snapshots cdcover

Lintian Result

Diff

diff --git a/debian/changelog b/debian/changelog
index 9bc3724..a84da4b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+cdcover (0.9.1+git20220614.1.8993c0c-1) UNRELEASED; urgency=low
+
+  * New upstream snapshot.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Tue, 20 Dec 2022 20:34:18 -0000
+
 cdcover (0.9.1-14) unstable; urgency=medium
 
   * created a watch file to short-circuit the watch automaton
diff --git a/debian/patches/allow-make-clean.diff b/debian/patches/allow-make-clean.diff
index dd1d8bb..a585744 100644
--- a/debian/patches/allow-make-clean.diff
+++ b/debian/patches/allow-make-clean.diff
@@ -3,8 +3,10 @@ Description: Allow make clean to operate, even if the source is
 Author: Neil Williams <codehelp@debian.org>
 ---
 
---- cdcover-0.9.1.orig/Makefile
-+++ cdcover-0.9.1/Makefile
+Index: cdcover.git/Makefile
+===================================================================
+--- cdcover.git.orig/Makefile
++++ cdcover.git/Makefile
 @@ -33,7 +33,7 @@ stringlist.o: bytevector.o stringlist.h
  	$(CC) -c stringlist.cc $(CFLAGS)
  
diff --git a/debian/patches/constchars.diff b/debian/patches/constchars.diff
index 2665c9c..37812bc 100644
--- a/debian/patches/constchars.diff
+++ b/debian/patches/constchars.diff
@@ -30,8 +30,10 @@ Forwarded: <no|not-needed|url proving that it has been forwarded>
 Reviewed-By: <name and email of someone who approved the patch>
 Last-Update: <YYYY-MM-DD>
 
---- cdcover-0.9.1.orig/reshead.h
-+++ cdcover-0.9.1/reshead.h
+Index: cdcover.git/reshead.h
+===================================================================
+--- cdcover.git.orig/reshead.h
++++ cdcover.git/reshead.h
 @@ -2,10 +2,11 @@
  #ifndef reshead_H
  #define reshead_H
@@ -55,8 +57,10 @@ Last-Update: <YYYY-MM-DD>
  "}",
  "\\vspace{0.5cm}",
  ""
---- cdcover-0.9.1.orig/resback.h
-+++ cdcover-0.9.1/resback.h
+Index: cdcover.git/resback.h
+===================================================================
+--- cdcover.git.orig/resback.h
++++ cdcover.git/resback.h
 @@ -2,7 +2,7 @@
  #ifndef resback_H
  #define resback_H
@@ -66,8 +70,10 @@ Last-Update: <YYYY-MM-DD>
  {
  "%%%%%%%%",
  "% BACK %",
---- cdcover-0.9.1.orig/ccchelp.h
-+++ cdcover-0.9.1/ccchelp.h
+Index: cdcover.git/ccchelp.h
+===================================================================
+--- cdcover.git.orig/ccchelp.h
++++ cdcover.git/ccchelp.h
 @@ -2,7 +2,7 @@
  #ifndef ccchelp_H
  #define ccchelp_H
@@ -77,8 +83,10 @@ Last-Update: <YYYY-MM-DD>
  {
  "CD Cover Creator  Version 0.9.1 (stable)                       ",
  "Creating LaTeX cd-cover files",
---- cdcover-0.9.1.orig/resfront.h
-+++ cdcover-0.9.1/resfront.h
+Index: cdcover.git/resfront.h
+===================================================================
+--- cdcover.git.orig/resfront.h
++++ cdcover.git/resfront.h
 @@ -2,7 +2,7 @@
  #ifndef resfront_H
  #define resfront_H
@@ -88,8 +96,10 @@ Last-Update: <YYYY-MM-DD>
  {
  "",
  "%%%%%%%%%",
---- cdcover-0.9.1.orig/cccpara2.h
-+++ cdcover-0.9.1/cccpara2.h
+Index: cdcover.git/cccpara2.h
+===================================================================
+--- cdcover.git.orig/cccpara2.h
++++ cdcover.git/cccpara2.h
 @@ -2,7 +2,7 @@
  #ifndef cccpara2_H
  #define cccpara2_H
@@ -99,8 +109,10 @@ Last-Update: <YYYY-MM-DD>
  {
  "-h",
  "--help",
---- cdcover-0.9.1.orig/cccpara.h
-+++ cdcover-0.9.1/cccpara.h
+Index: cdcover.git/cccpara.h
+===================================================================
+--- cdcover.git.orig/cccpara.h
++++ cdcover.git/cccpara.h
 @@ -2,7 +2,7 @@
  #ifndef cccpara_H
  #define cccpara_H
@@ -110,8 +122,10 @@ Last-Update: <YYYY-MM-DD>
  {
  "-h",
  "--help",
---- cdcover-0.9.1.orig/stringlist.cc
-+++ cdcover-0.9.1/stringlist.cc
+Index: cdcover.git/stringlist.cc
+===================================================================
+--- cdcover.git.orig/stringlist.cc
++++ cdcover.git/stringlist.cc
 @@ -41,6 +41,12 @@ Stringlist::Stringlist(int argc,char *ar
  	add(argc,argv);
  }
@@ -138,8 +152,10 @@ Last-Update: <YYYY-MM-DD>
  }
  
  
---- cdcover-0.9.1.orig/stringlist.h
-+++ cdcover-0.9.1/stringlist.h
+Index: cdcover.git/stringlist.h
+===================================================================
+--- cdcover.git.orig/stringlist.h
++++ cdcover.git/stringlist.h
 @@ -75,6 +75,7 @@ public:
      Stringlist(Stringlist &s);
      Stringlist(Stringlist &s, VectorIndexList& itemsToCopy);
diff --git a/debian/patches/margas.diff b/debian/patches/margas.diff
index 017e342..87d378d 100644
--- a/debian/patches/margas.diff
+++ b/debian/patches/margas.diff
@@ -14,8 +14,10 @@ Bug-Debian: http://bugs.debian.org/400597
 
 ---
 
---- cdcover-0.9.1.orig/stringlist.h
-+++ cdcover-0.9.1/stringlist.h
+Index: cdcover.git/stringlist.h
+===================================================================
+--- cdcover.git.orig/stringlist.h
++++ cdcover.git/stringlist.h
 @@ -57,12 +57,12 @@ public:
  	}
  };
@@ -31,8 +33,10 @@ Bug-Debian: http://bugs.debian.org/400597
  private:
      Stringlist::iterator getID(Bytevector id);
  	
---- cdcover-0.9.1.orig/cccpara2.h
-+++ cdcover-0.9.1/cccpara2.h
+Index: cdcover.git/cccpara2.h
+===================================================================
+--- cdcover.git.orig/cccpara2.h
++++ cdcover.git/cccpara2.h
 @@ -4,11 +4,11 @@
  
  char * cccpara2V[]=
@@ -50,8 +54,10 @@ Bug-Debian: http://bugs.debian.org/400597
  };
  
  int cccpara2C=4;
---- cdcover-0.9.1.orig/Makefile
-+++ cdcover-0.9.1/Makefile
+Index: cdcover.git/Makefile
+===================================================================
+--- cdcover.git.orig/Makefile
++++ cdcover.git/Makefile
 @@ -1,6 +1,6 @@
  CC=g++
 -INSTDIR=/usr/local/bin
@@ -61,16 +67,20 @@ Bug-Debian: http://bugs.debian.org/400597
  STRINGLIB=bytevector.o stringlist.o
  
  ccc: ccc.o
---- cdcover-0.9.1.orig/INSTALL
-+++ cdcover-0.9.1/INSTALL
+Index: cdcover.git/INSTALL
+===================================================================
+--- cdcover.git.orig/INSTALL
++++ cdcover.git/INSTALL
 @@ -1,4 +1,4 @@
 -CCC INSTALLATION
 +CDCOVER INSTALLATION
  ----------------
  
  GNU\LINUX and UNIX-Systems:
---- cdcover-0.9.1.orig/resback.h
-+++ cdcover-0.9.1/resback.h
+Index: cdcover.git/resback.h
+===================================================================
+--- cdcover.git.orig/resback.h
++++ cdcover.git/resback.h
 @@ -4,65 +4,65 @@
  
  char * resbackV[]=
@@ -196,8 +206,10 @@ Bug-Debian: http://bugs.debian.org/400597
  };
  
  int resbackC=58;
---- cdcover-0.9.1.orig/stringlist.cc
-+++ cdcover-0.9.1/stringlist.cc
+Index: cdcover.git/stringlist.cc
+===================================================================
+--- cdcover.git.orig/stringlist.cc
++++ cdcover.git/stringlist.cc
 @@ -22,6 +22,8 @@
  
  #include "stringlist.h"
@@ -207,8 +219,10 @@ Bug-Debian: http://bugs.debian.org/400597
  Stringlist::Stringlist(){
  	lineSeperator=STRINGLIST_LS;
  	fieldSeperator=STRINGLIST_FS;
---- cdcover-0.9.1.orig/README
-+++ cdcover-0.9.1/README
+Index: cdcover.git/README
+===================================================================
+--- cdcover.git.orig/README
++++ cdcover.git/README
 @@ -1,4 +1,4 @@
 -CCC - CD COVER CREATOR
 +CDCOVER - CD COVER CREATOR
@@ -227,8 +241,10 @@ Bug-Debian: http://bugs.debian.org/400597
  program gives you a overview of the supported
  parameters. Should be easy to use.
  
---- cdcover-0.9.1.orig/reshead.tex
-+++ cdcover-0.9.1/reshead.tex
+Index: cdcover.git/reshead.tex
+===================================================================
+--- cdcover.git.orig/reshead.tex
++++ cdcover.git/reshead.tex
 @@ -1,5 +1,6 @@
  \documentclass[]{article}
 -\usepackage{ifthen,isolatin1,graphicx,color}
@@ -237,8 +253,10 @@ Bug-Debian: http://bugs.debian.org/400597
  \graphicspath{{/tmp/disc-cover-8568/}}
  \renewcommand{\thepage}{}
  \setlength{\oddsidemargin}{0pt}
---- cdcover-0.9.1.orig/bytevector.h
-+++ cdcover-0.9.1/bytevector.h
+Index: cdcover.git/bytevector.h
+===================================================================
+--- cdcover.git.orig/bytevector.h
++++ cdcover.git/bytevector.h
 @@ -54,7 +54,7 @@
  
  
@@ -248,8 +266,10 @@ Bug-Debian: http://bugs.debian.org/400597
  };
  
  
---- cdcover-0.9.1.orig/reshead.h
-+++ cdcover-0.9.1/reshead.h
+Index: cdcover.git/reshead.h
+===================================================================
+--- cdcover.git.orig/reshead.h
++++ cdcover.git/reshead.h
 @@ -4,32 +4,32 @@
  
  char * resheadV[]=
@@ -309,8 +329,10 @@ Bug-Debian: http://bugs.debian.org/400597
  };
  
  int resheadC=25;
---- cdcover-0.9.1.orig/resfront.h
-+++ cdcover-0.9.1/resfront.h
+Index: cdcover.git/resfront.h
+===================================================================
+--- cdcover.git.orig/resfront.h
++++ cdcover.git/resfront.h
 @@ -4,42 +4,42 @@
  
  char * resfrontV[]=
@@ -390,8 +412,10 @@ Bug-Debian: http://bugs.debian.org/400597
  };
  
  int resfrontC=35;
---- cdcover-0.9.1.orig/HACKING
-+++ cdcover-0.9.1/HACKING
+Index: cdcover.git/HACKING
+===================================================================
+--- cdcover.git.orig/HACKING
++++ cdcover.git/HACKING
 @@ -2,14 +2,14 @@ HACKING
  -------
  
@@ -446,8 +470,10 @@ Bug-Debian: http://bugs.debian.org/400597
 -ccc-author:
 +cdcover-author:
  Ulli Meybohm : ulli@meybohm.de
+Index: cdcover.git/cdcover.1
+===================================================================
 --- /dev/null
-+++ cdcover-0.9.1/cdcover.1
++++ cdcover.git/cdcover.1
 @@ -0,0 +1,38 @@
 +.TH CDCOVER 1
 +.SH NAME
@@ -487,8 +513,10 @@ Bug-Debian: http://bugs.debian.org/400597
 +.PP
 +This manual page was written by Adrian Bunk <bunk@fs.tum.de>
 +for the Debian GNU/Linux system (but may be used by others).
---- cdcover-0.9.1.orig/bytevector.cc
-+++ cdcover-0.9.1/bytevector.cc
+Index: cdcover.git/bytevector.cc
+===================================================================
+--- cdcover.git.orig/bytevector.cc
++++ cdcover.git/bytevector.cc
 @@ -22,6 +22,7 @@
  
  #include "bytevector.h"
@@ -497,8 +525,10 @@ Bug-Debian: http://bugs.debian.org/400597
  
  	Bytevector::Bytevector(){
  		data=NULL;
---- cdcover-0.9.1.orig/cccpara.h
-+++ cdcover-0.9.1/cccpara.h
+Index: cdcover.git/cccpara.h
+===================================================================
+--- cdcover.git.orig/cccpara.h
++++ cdcover.git/cccpara.h
 @@ -4,23 +4,23 @@
  
  char * cccparaV[]=
@@ -540,8 +570,10 @@ Bug-Debian: http://bugs.debian.org/400597
  };
  
  int cccparaC=16;
---- cdcover-0.9.1.orig/ccchelp.h
-+++ cdcover-0.9.1/ccchelp.h
+Index: cdcover.git/ccchelp.h
+===================================================================
+--- cdcover.git.orig/ccchelp.h
++++ cdcover.git/ccchelp.h
 @@ -4,28 +4,28 @@
  
  char * ccchelpV[]=

Debdiff

[The following lists of changes regard files as different if they have different names, permissions or owners.]

Files in second set of .debs but not in first

-rw-r--r--  root/root   /usr/lib/debug/.build-id/f9/51a0fef00168a2df71fca13397a020073ebd45.debug

Files in first set of .debs but not in second

-rw-r--r--  root/root   /usr/lib/debug/.build-id/3b/368d8727a6c6e38139a63b149cfb91655bc309.debug

No differences were encountered between the control files of package cdcover

Control files of package cdcover-dbgsym: lines which differ (wdiff format)

  • Build-Ids: 3b368d8727a6c6e38139a63b149cfb91655bc309 f951a0fef00168a2df71fca13397a020073ebd45

More details

Full run details