[Python-apps-commits] r7172 - in packages/puddletag/trunk/debian (control rules)

morph at users.alioth.debian.org morph at users.alioth.debian.org
Sat Jun 11 17:41:19 UTC 2011


    Date: Saturday, June 11, 2011 @ 17:41:17
  Author: morph
Revision: 7172

include and build doc + long description reformat

Modified:
  packages/puddletag/trunk/debian/control
  packages/puddletag/trunk/debian/rules

Modified: packages/puddletag/trunk/debian/control
===================================================================
--- packages/puddletag/trunk/debian/control	2011-06-11 10:38:18 UTC (rev 7171)
+++ packages/puddletag/trunk/debian/control	2011-06-11 17:41:17 UTC (rev 7172)
@@ -4,6 +4,7 @@
 Maintainer: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
 Uploaders: Sandro Tosi <morph at debian.org>, Rogério Brito <rbrito at ime.usp.br>
 Build-Depends: debhelper (>= 7.0.50~), python
+Build-Depends-Indep: python-sphinx (>= 1.0.7)
 Standards-Version: 3.9.1
 XS-Python-Version: all
 Homepage: http://puddletag.sourceforge.net/
@@ -16,22 +17,21 @@
 Recommends: python-musicbrainz2 (>= 0.7.0)
 Suggests: quodlibet
 Description: simple, powerful audio tag editor
- puddletag is an audio tag editor (primarily created) for GNU/Linux similar
- to the Windows program, Mp3tag. Unlike most taggers for GNU/Linux,
- it uses a spreadsheet-like layout so that all the tags you
+ puddletag is an audio tag editor (primarily created) for GNU/Linux
+ similar to the Windows program, Mp3tag. Unlike most taggers for
+ GNU/Linux, it uses a spreadsheet-like layout so that all the tags you
  want to edit by hand are visible and easily editable.
  .
  The usual tag editor features are supported like extracting tag
- information from filenames, renaming files based on
- their tags by using patterns and basic tag editing.
+ information from filenames, renaming files based on their tags by
+ using patterns and basic tag editing.
  .
- Then there're Functions, which can do things like replace
- text, trim it, do case conversions, etc. Actions can
- automate repetitive tasks. You can import your QuodLibet
- library, lookup tags using Amazon (including cover art),
- Discogs (does cover art too!), FreeDB and MusicBrainz.
- There's quite a bit more, but I've reached my comma quota.
+ Then there're Functions, which can do things like replace text, trim
+ it, do case conversions, etc. Actions can automate repetitive
+ tasks. You can import your QuodLibet library, lookup tags using
+ Amazon (including cover art), Discogs (does cover art too!), FreeDB
+ and MusicBrainz (and more).
  .
  Supported formats: ID3v1, ID3v2 (mp3), MP4 (mp4, m4a, etc.),
- VorbisComments (ogg, flac), Musepack (mpc),
- Monkey's Audio (ape) and WavPack (wv).
+ VorbisComments (ogg, flac), Musepack (mpc), Monkey's Audio (ape) and
+ WavPack (wv).

Modified: packages/puddletag/trunk/debian/rules
===================================================================
--- packages/puddletag/trunk/debian/rules	2011-06-11 10:38:18 UTC (rev 7171)
+++ packages/puddletag/trunk/debian/rules	2011-06-11 17:41:17 UTC (rev 7172)
@@ -10,4 +10,17 @@
 #export DH_VERBOSE=1
 
 %:
-	dh $@ 
+	dh $@
+
+override_dh_clean:
+	dh_clean
+	$(MAKE) -C docs clean
+
+override_dh_auto_install:
+	dh_auto_install
+	$(MAKE) -C docs documentation
+
+override_dh_installdocs:
+	dh_installdocs
+	mv docs/_build/documentation/ docs/_build/html/
+	dh_installdocs docs/_build/html/




More information about the Python-apps-commits mailing list