* Clarified copyright/license of included parts.
* Fixed watch file.
# Define the identity of the package.
PACKAGE=cdck
- VERSION=0.5.2rc1
+ VERSION=0.5.2
cat >>confdefs.h <<_ACEOF
dnl $RCSfile: configure.ac,v $
dnl $Author: swaj $
-dnl $Revision: 1.6 $
+dnl $Revision: 1.7 $
AC_INIT
AC_CANONICAL_SYSTEM
-AM_INIT_AUTOMAKE(cdck, 0.5.2rc1)
+AM_INIT_AUTOMAKE(cdck, 0.5.2)
S_CFLAGS=${CFLAGS}
+cdck (0.5.2-1) unstable; urgency=low
+
+ * New upstream release.
+ * Clarified copyright/license of included parts.
+ * Fixed watch file.
+
+ -- gregor herrmann <gregor+debian@comodo.priv.at> Tue, 9 May 2006 17:51:58 +0200
+
cdck (0.5.1+0.5.2rc1-1) unstable; urgency=low
* New upstream release.
* Removed manpage from debian/ (now included in upstream tarball).
* Update to Standards-Version: 3.7.2 (no changes required).
* Reverted changes of output of `cdck -h` (fixes included upstream).
- *
-- gregor herrmann <gregor+debian@comodo.priv.at> Mon, 8 May 2006 16:44:59 +0200
On Debian systems you can find the text of the GNU General Public Licence 2 at
/usr/share/common-licenses/GPL-2
-
-Some code to get CD info was taken from cdinfo program
-(c) 1996,1997 Gerd Knorr <kraxel@cs.tu-berlin.de> and Heiko Eissfeldt <heiko@colossus.escape.de>
-
+src/lib_cdinfo.{cpp,h}:
+"This code is from cdinfo and has the following copyrights:
+ (c) 1996,1997 Gerd Knorr <kraxel@cs.tu-berlin.de>
+ and Heiko Eissfeldt <heiko@colossus.escape.de>"
+
+cdinfo is released under the GPL:
+http://www.ibiblio.org/pub/linux/utils/disk-management/cdinfo.c
+http://www.ibiblio.org/pub/Linux/utils/disk-management/cdinfo.lsm
# Compulsory line, this is a version 3 file
version=3
-http://swaj.net/unix/index.html cdck-(.*)\.tar\.gz
+http://swaj.net/unix/ cdck/cdck-(.*)\.tar\.gz
#define STDC_HEADERS 1
/* Version number of package */
-#define VERSION "0.5.2rc1"
+#define VERSION "0.5.2"
/* Number of bits in a file offset, on hosts where this is settable. */
#define _FILE_OFFSET_BITS 64
/*
* $RCSfile: lib_cdinfo.cpp,v $
* $Author: swaj $
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*/
/*
- * This code taken quickly from cdinfo and has the following copyrights:
+ * This code is from cdinfo and has the following copyrights:
* (c) 1996,1997 Gerd Knorr <kraxel@cs.tu-berlin.de>
* and Heiko Eissfeldt <heiko@colossus.escape.de>
*/
/*
* $RCSfile: lib_cdinfo.h,v $
* $Author: swaj $
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*/
/*
- * This code taken quickly from cdinfo and has the following copyrights:
+ * This code is from cdinfo and has the following copyrights:
* (c) 1996,1997 Gerd Knorr <kraxel@cs.tu-berlin.de>
* and Heiko Eissfeldt <heiko@colossus.escape.de>
*/