[SCM] morituri packaging branch, master, updated. debian/0.1.0-1-13-ga59bc0b
js at users.alioth.debian.org
js at users.alioth.debian.org
Sat Apr 17 21:27:32 UTC 2010
The following commit has been merged in the master branch:
commit a59bc0b0123bfd8e6752b6e5a647f334f6e31288
Author: Jonas Smedegaard <dr at jones.dk>
Date: Sat Apr 17 23:12:43 2010 +0200
Update changelog, control file and copyright hints.
diff --git a/debian/changelog b/debian/changelog
index 5920467..64d6b8b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,23 @@
+morituri (0.1.1-1) UNRELEASED; urgency=low
+
+ * New upstream release.
+ * Drop all local CDBS snippets, and locally implemented
+ DEB_MAINTAINER_MODE: included with main cdbs package now.
+ * Tighten build-dependency on cdbs, due to above.
+ * Recursively expand package relations in rules file.
+ * Refer to FSF website (not postal address) in header of rules file.
+ * Fix typo in comment.
+ * Update feature list in long description: Add lossy encoding, re-
+ encoding, and tagging of MusicBrainz id's.
+ * Recommend gstreamer0.10-ffmpeg, and suggest gstreamer0.10-lame.
+ * Mention in long description which encoding profiles are available
+ always or need optional gstreamer plugins installed.
+ * Bump copyright year in rules file.
+ * Update debian/* in copyright file, and fix use Maintainer stanza
+ (not Contact).
+
+ -- Jonas Smedegaard <dr at jones.dk> Sat, 17 Apr 2010 23:10:00 +0200
+
morituri (0.1.0-1) unstable; urgency=low
* Initial release. Closes: bug#570248.
diff --git a/debian/control b/debian/control
index f22bb10..8d45d49 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,19 @@ Section: sound
Priority: optional
Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers at lists.alioth.debian.org>
Uploaders: Jonas Smedegaard <dr at jones.dk>
-Build-Depends: cdbs, devscripts (>= 2.10.7), python-dev (>= 2.3.5-11), python-central (>= 0.5.6), debhelper (>= 6), dh-buildinfo, python-epydoc, pychecker, python-twisted-core, python-gst0.10, python-gtk2, python-gobject, python-gst0.10, gstreamer0.10-plugins-good
+Build-Depends: devscripts (>= 2.10.7~),
+ dh-buildinfo,
+ python-central,
+ cdbs (>= 0.4.75~),
+ python-dev (>= 2.3.5-7),
+ debhelper (>= 6),
+ python-epydoc,
+ pychecker,
+ python-twisted-core,
+ python-gtk2,
+ python-gobject,
+ python-gst0.10,
+ gstreamer0.10-plugins-good
Standards-Version: 3.8.4
Vcs-Git: git://git.debian.org/git/pkg-multimedia/morituri.git
Vcs-Browser: http://git.debian.org/?p=pkg-multimedia/morituri.git;a=summary
@@ -29,6 +41,12 @@ Description: CD ripper aiming for maximum quality
- performs test and copy rip
- detects and rips Hidden Track One Audio
- templates for file and directory naming
- - support for lossless encoding only for now
- - tagging using GStreamer
+ - support for lossless encoding and lossy encoding or re-encoding
+ - tagging and retagging using GStreamer, including MusicBrainz id's
- for now, only a command line client (rip) is shipped
+ .
+ The following encoding profiles are always enabled: flac, wav, wavpack, vorbis
+ .
+ Installing gstreamer0.10-ffmpeg provides encoding profile alac.
+ .
+ Installing gstreamer0.10-lame profiles encoding profiles mp3 and mp3vbr.
diff --git a/debian/copyright_hints b/debian/copyright_hints
index bc73c48..f56f1fd 100644
--- a/debian/copyright_hints
+++ b/debian/copyright_hints
@@ -2,7 +2,6 @@ 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,
./HACKING,
./Makefile.am,
./NEWS,
@@ -10,7 +9,7 @@ Files: ./AUTHORS,
./RELEASE,
./TODO,
./bin/Makefile.am,
- ./bin/rip,
+ ./bin/rip.in,
./configure.ac,
./debian/README.source,
./debian/compat,
@@ -23,6 +22,7 @@ Files: ./AUTHORS,
./doc/Makefile.am,
./doc/morituri.ics,
./doc/morituri.rss2,
+ ./doc/rip.1,
./etc/Makefile.am,
./etc/bash_completion.d/Makefile.am,
./etc/bash_completion.d/bash-compgen,
@@ -55,6 +55,7 @@ Files: ./AUTHORS,
./morituri/result/Makefile.am,
./morituri/rip/Makefile.am,
./morituri/rip/main.py,
+ ./morituri/test/JoséGonzález.toc,
./morituri/test/Makefile.am,
./morituri/test/bloc.cue,
./morituri/test/bloc.toc,
@@ -141,30 +142,6 @@ Copyright: 1994-1996, 1999-2002, 2004-2005
License: UNKNOWN
FIXME
-Files: ./debian/cdbs/1/class/python-autotools.mk,
- ./debian/cdbs/1/class/python-vars.mk,
- ./debian/cdbs/1/rules/buildinfo.mk,
- ./debian/cdbs/1/rules/package-relations.mk,
- ./debian/cdbs/1/rules/upstream-tarball.mk,
- ./debian/rules
-Copyright: 2003,2008, Jonas Smedegaard <dr at jones.dk>
- 2004-2007, Jonas Smedegaard <dr at jones.dk>
- 2007-2008, Jonas Smedegaard <dr at jones.dk>
- 2008, Jonas Smedegaard <dr at jones.dk>
- 2009, Jonas Smedegaard <dr at jones.dk>
-License: GPL
- FIXME
-
-Files: ./debian/cdbs/1/class/autotools-vars.mk,
- ./debian/cdbs/1/class/autotools.mk,
- ./debian/cdbs/1/class/makefile-vars.mk,
- ./debian/cdbs/1/class/makefile.mk
-Copyright: 2002-2003, Colin Walters <walters at debian.org>
- 2003,2008, Jonas Smedegaard <dr at jones.dk>
- 2008, Jonas Smedegaard <dr at jones.dk>
-License: GPL
- FIXME
-
Files: ./aclocal.m4,
./configure
Copyright: 1992-1996, 1998-2001
@@ -185,11 +162,6 @@ Copyright: 1992-1996, 1998-2001
License: UNKNOWN
FIXME
-Files: ./debian/cdbs/1/rules/copyright-check.mk
-Copyright:
-License: GPL
- FIXME
-
Files: ./missing
Copyright: 1996-1997, 1999-2000, 2002-2006
License: GPL
@@ -200,6 +172,11 @@ Copyright: 2000-2001, 2003-2005, 2008-2009, Free Software
License: GPL
FIXME
+Files: ./debian/rules
+Copyright: 2009-2010, Jonas Smedegaard <dr at jones.dk>
+License: GPL
+ FIXME
+
Files: ./morituri/extern/command/test_command.py
Copyright: 2006-2007, Thomas Vander Stichele <thomas at apestaart dot org>
License: GPL-2+
@@ -247,3 +224,14 @@ Copyright: 2004-2007, Fluendo, S.L. (www.fluendo.com)
License: UNKNOWN
FIXME
+Files: ./ChangeLog
+Copyright: González.toc (added):
+ González.toc (deleted):
+License: UNKNOWN
+ FIXME
+
+Files: ./morituri/extern/command/help2man.py
+Copyright: 2009, Thomas Vander Stichele
+License: UNKNOWN
+ FIXME
+
--
morituri packaging
More information about the pkg-multimedia-commits
mailing list