[SCM] liblrdf packaging branch, master, updated. debian/0.4.0-1.2-36-g835fab0

js at users.alioth.debian.org js at users.alioth.debian.org
Fri Mar 12 05:58:51 UTC 2010


The following commit has been merged in the master branch:
commit d7eb4669ca0b1bee7313949aaaea0b1ab8cba363
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Fri Mar 12 05:54:16 2010 +0100

    Prepare release: Update changelog, control file and copyright hints.

diff --git a/debian/changelog b/debian/changelog
index efb64c8..b55ef9f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,31 @@
+liblrdf (0.4.0-2) unstable; urgency=low
+
+  * Friendly takeover: Move packaging to Debian Multimedia Maintainers,
+    with myself as uploader. Thanks for your past contributions, Robert!
+  * Packaging now maintained using Git: Add Vcs-* stanzas to control
+    file.
+  * Enable CDBS semi-automated control file updating.
+  * Enable CDBS copyright check (weak-included to ease backporting).
+  * Enable CDBS get-orig-source handling.
+  * Use dpkg source format "3.0 (quilt)".
+  * Add proper licensing header to debian/rules.
+  * Rewrite copyright file conforming to draft DEP5 rev. 135.
+  * Add Homepage stanza to control file.
+  * Update URL to upstream source.
+  * Rewrite watch file. Closes: bug#449752, thanks to Raphael Geissert.
+  * Relax build-dependency on libraptor1-dev to be unversioned (needed
+    version satisfied in oldstable).
+  * Bump debhelper compat level to 6 (new enough to be modern, while
+    still ease backporting. Tighten build-dependency accordingly.
+  * Install files and resolve development dependencies using d-shlibs.
+  * Use ${binary:Version} (not ${Source-Version}), and relax library
+    package suggestion on development header package to be unversioned.
+  * Set section in source section, thanks to lintian.
+  * Use ${misc:Depends}.
+  * Bump Standards-Version to 3.8.4.
+
+ -- Jonas Smedegaard <dr at jones.dk>  Fri, 12 Mar 2010 05:54:12 +0100
+
 liblrdf (0.4.0-1.2) unstable; urgency=high
 
   * Non-maintainer upload.
diff --git a/debian/control b/debian/control
index 6feedc0..e9fd3d1 100644
--- a/debian/control
+++ b/debian/control
@@ -1,17 +1,21 @@
+Section: libs
 Source: liblrdf
 Priority: optional
 Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers at lists.alioth.debian.org>
 Uploaders: Jonas Smedegaard <dr at jones.dk>
-Build-Depends: debhelper (>> 4.1.0), cdbs, dh-buildinfo, 
-  libraptor1-dev (>= 0.9.11), ladspa-sdk
-Standards-Version: 3.6.1
+Build-Depends: cdbs, autotools-dev, debhelper (>= 6),
+ d-shlibs,
+ ladspa-sdk,
+ libraptor1-dev
+Standards-Version: 3.8.4
 Vcs-Git: git://git.debian.org/git/pkg-multimedia/liblrdf.git
 Vcs-Browser: http://git.debian.org/?p=pkg-multimedia/liblrdf.git;a=summary
+Homepage: http://sourceforge.net/projects/lrdf/
 
 Package: liblrdf0-dev
 Section: libdevel
 Architecture: any
-Depends: liblrdf0 (= ${Source-Version}), ladspa-sdk, libraptor1-dev
+Depends: ${devlibs:Depends}, ${misc:Depends}, liblrdf0 (= ${binary:Version}), ladspa-sdk
 Provides: liblrdf-dev
 Conflicts: liblrdf-dev
 Description: liblrdf0 development files
@@ -24,10 +28,9 @@ Description: liblrdf0 development files
  who wish to use liblrdf0 in their programs.
 
 Package: liblrdf0
-Section: libs
 Architecture: any
-Depends: ${shlibs:Depends}
-Suggests: liblrdf0-dev (= ${Source-Version})
+Depends: ${misc:Depends}, ${shlibs:Depends}
+Suggests: liblrdf0-dev
 Description: a library to manipulate RDF files describing LADSPA plugins
  Liblrdf can read RDF/XML and N3 files and export N3 files. It also has a
  light taxonomic inference capablility.
diff --git a/debian/copyright_hints b/debian/copyright_hints
new file mode 100644
index 0000000..5a00c7f
--- /dev/null
+++ b/debian/copyright_hints
@@ -0,0 +1,153 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?rev=135
+X-Draft: Autogenerated by CDBS snippet copyright-check.mk
+
+Files: ./AUTHORS,
+	./ChangeLog,
+	./Makefile.am,
+	./NEWS,
+	./README,
+	./autogen.sh,
+	./config.h.in,
+	./configure.ac,
+	./debian/compat,
+	./debian/control,
+	./debian/control.in,
+	./debian/gbp.conf,
+	./debian/source/format,
+	./debian/watch,
+	./examples/Makefile.am,
+	./examples/add_test.c,
+	./examples/default-sample.rdf,
+	./examples/dumpstatements.c,
+	./examples/example.rdf,
+	./examples/export_test.c,
+	./examples/instances_test.c,
+	./examples/ladspa.rdfs,
+	./examples/multi_test.c,
+	./examples/preset-in.n3,
+	./examples/remove_test.c,
+	./examples/sample.rdf,
+	./examples/scale-example.rdf,
+	./examples/scale_test.c,
+	./examples/setting_test.c,
+	./examples/showdefaults.c,
+	./examples/showtaxonomy.c,
+	./examples/subclass_test.c,
+	./examples/test-in.n3,
+	./lrdf.h,
+	./lrdf.i,
+	./lrdf.pc.in,
+	./lrdf_types.h,
+	./mkinstalldirs,
+	./src/Makefile.am,
+	./src/lrdf.c,
+	./src/lrdf_multi.c,
+	./stamp-h
+Copyright: *No copyright*
+License: UNKNOWN
+ FIXME
+
+Files: ./Makefile.in,
+	./examples/Makefile.in,
+	./src/Makefile.in
+Copyright: 1994-2003
+License: UNKNOWN
+ FIXME
+
+Files: ./depcomp,
+	./missing
+Copyright: 1996-1997, 1999-2000, 2002-2003, Free Software Foundation, Inc
+	1999-2000, 2003 Free Software Foundation, Inc
+License: GPL
+ FIXME
+
+Files: ./config.guess,
+	./config.sub
+Copyright: 1992-1999
+	1992-2004,
+License: GPL-2+
+ FIXME
+
+Files: ./src/lrdf_md5.h
+Copyright: 1995-1996, Free Software
+License: GPL
+ FIXME
+
+Files: ./src/md5.c
+Copyright: 1995-1996, Free Software Foundation, Inc. NOTE: The
+License: GPL
+ FIXME
+
+Files: ./debian/rules
+Copyright: 2003-2004, Robert Jordens <rjo at gmx.de>
+	2010, Jonas Smedegaard <dr at jones.dk>
+License: GPL
+ FIXME
+
+Files: ./configure
+Copyright: (ISLOWER ? 'A' + ( - 'a') : )
+	(ISLOWER ? ( | 0x40) : )
+	1996-2001,
+	2003, Free Software Foundation, Inc
+License: GPL-2+
+ FIXME
+
+Files: ./aclocal.m4
+Copyright: 1996-1997, 2000-2001, Free Software Foundation, Inc
+	1996-2001,
+	1996-2002,
+	1996-2003,
+	1997, 1999-2001, Free Software Foundation, Inc
+	1997, 2000-2001, Free Software Foundation, Inc
+	1999-2002, Free Software Foundation, Inc
+	1999-2003, Free Software Foundation, Inc
+	2001, Free Software Foundation, Inc
+	2001-2002, Free Software Foundation, Inc
+	2001-2003, Free Software Foundation, Inc
+	2002, Free Software Foundation, Inc
+	2003, Free Software Foundation, Inc
+License: GPL-2+
+ FIXME
+
+Files: ./ltmain.sh
+Copyright: 1996-2001, 2003-2004
+	2003, Free Software Foundation, Inc."
+License: GPL-2+
+ FIXME
+
+Files: ./COPYING
+Copyright: 1989, 1991 Free Software Foundation, Inc
+	<year> <name of author>
+	HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
+	HOLDERS AND/OR OTHER PARTIES
+	disclaimer" for the program, if
+	holder saying it may be distributed
+	holder who places the Program under this License
+	interest in the program
+	law:
+	the software, and
+	year name of author
+License: GPL-2+
+ FIXME
+
+Files: ./src/ladspa.h
+Copyright: 2000-2002, Richard W.E. Furse, Paul
+	applying to the plugin. If no applies the
+License: LGPL-2.1+
+ FIXME
+
+Files: ./install-sh
+Copyright: 1994, X Consortium
+License: MIT/X11 (BSD like)
+ FIXME
+
+Files: ./INSTALL
+Copyright: 1994-1996, 1999-2002, Free Software
+License: UNKNOWN
+ FIXME
+
+Files: ./src/md5_loc.h
+Copyright: 1991-2, RSA Data Security, Inc. Created 1991. All
+License: UNKNOWN
+ FIXME
+

-- 
liblrdf packaging



More information about the pkg-multimedia-commits mailing list