[SCM] mma/master: Adjust various files in debian/ for changed PDF files location

foka at users.alioth.debian.org foka at users.alioth.debian.org
Fri Jan 20 13:59:40 UTC 2017


The following commit has been merged in the master branch:
commit ca88ef1c748da2c3c06f0117f700b1bbc33388e5
Author: Anthony Fok <foka at debian.org>
Date:   Fri Jan 20 06:41:38 2017 -0700

    Adjust various files in debian/ for changed PDF files location
    
    due to the migration to multiple upstream tarball (MUT).

diff --git a/debian/copyright b/debian/copyright
index 7ece5bf..c634f1d 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -3,12 +3,12 @@ Upstream-Name: mma
 Source: http://www.mellowood.ca/mma/downloads.html
 
 Files: *
-Copyright: 2003–2015 Bob van der Poel <bob at mellowood.ca>
+Copyright: 2003–2016 Bob van der Poel <bob at mellowood.ca>
 License: GPL-2+
 
 Files: debian/*
 Copyright: 2011–2012 Joel Roth <joelz at pobox.com>
-           2015      Anthony Fok <foka at debian.org>
+           2015–2017 Anthony Fok <foka at debian.org>
 License: GPL-2+
 Comment:
  The previous official Debian mma package was debianized by
@@ -18,8 +18,8 @@ Comment:
  worked on this package in 2011 and 2012 and committed their changes to
  git.debian.org, but unfortunately no release was made.
 
-Files: debian/pdf/*.pdf
-Copyright: 2003–2015 Bob van der Poel <bob at mellowood.ca>
+Files: debian/chords.pdf.gz
+Copyright: 2003–2016 Bob van der Poel <bob at mellowood.ca>
 License: GPL-2+
 Comment: Upstream MMA documentation in PDF
 
@@ -28,7 +28,7 @@ Copyright: 2012 Joel Roth <joelz at pobox.com>
 License: GPL-2+
 
 Files: debian/*.1 debian/*.pod
-Copyright: 2000-2012 Bob van der Poel <bvdp at universe.com>
+Copyright: 2000–2012 Bob van der Poel <bvdp at universe.com>
            2012      Joel Roth <joelz at pobox.com>
 License: GPL-2+
 
diff --git a/debian/mma.docs b/debian/mma.docs
index 53e4f8a..fd1fdbc 100644
--- a/debian/mma.docs
+++ b/debian/mma.docs
@@ -1,4 +1,4 @@
 docs/html
-debian/pdf
+pdf
 text
 util/README.*
diff --git a/debian/rules b/debian/rules
index 9e401d9..9a2d682 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,6 +11,7 @@ override_dh_install:
 
 override_dh_installdocs:
 	dh_installdocs -X# -XCOPYING
+	zcat debian/chords.pdf.gz > debian/mma/usr/share/doc/mma/pdf/chords.pdf
 
 override_dh_installexamples:
 	dh_installexamples -X#
diff --git a/debian/source/include-binaries b/debian/source/include-binaries
index 9b447e5..c87d35f 100644
--- a/debian/source/include-binaries
+++ b/debian/source/include-binaries
@@ -1,4 +1 @@
-debian/pdf/chords.pdf
-debian/pdf/mma-lib.pdf
-debian/pdf/mma-tutorial.pdf
-debian/pdf/mma.pdf
+debian/chords.pdf.gz

-- 
mma packaging



More information about the pkg-multimedia-commits mailing list