[DRE-commits] [ruby-prawn] 03/10: other repack modifications

Cédric Boutillier boutil at moszumanska.debian.org
Mon Apr 14 23:07:51 UTC 2014


This is an automated email from the git hooks/post-receive script.

boutil pushed a commit to branch master
in repository ruby-prawn.

commit bb543db68088eac9a06ff772b2fb1744e9eb9882
Author: Cédric Boutillier <boutil at debian.org>
Date:   Mon Apr 14 23:22:26 2014 +0200

    other repack modifications
---
 debian/README.source | 6 +++++-
 debian/repack.sh     | 8 +++++++-
 2 files changed, 12 insertions(+), 2 deletions(-)

diff --git a/debian/README.source b/debian/README.source
index 55d9099..924b272 100644
--- a/debian/README.source
+++ b/debian/README.source
@@ -1,7 +1,11 @@
 This package uses the Debian 3.0 (quilt) source package format.
 
 The source has been repacked to comply to Debian Free Software Guidelines:
-
+ - files removed because they are available in Debian packages:
+        data/fonts/DejaVuSans.ttf (ttf-dejavu-core)
+        data/fonts/Dustismo_Roman.ttf (fonts-dustin)
+        data/fonts/gkai00mp.ttf (fonts-arphic-gkai00mp)
+ 
  - image and data files removed because their license is not specified, or they
    are non-free
 	data/images/16bit.alpha
diff --git a/debian/repack.sh b/debian/repack.sh
index e427a09..f146b0e 100755
--- a/debian/repack.sh
+++ b/debian/repack.sh
@@ -15,9 +15,15 @@ rm -rf prawn-${DEB_UPSTREAM_VERSION}
 
 # unpack upstream tarball
 tar -xf ruby-prawn_${DEB_UPSTREAM_VERSION}.orig.tar.gz
-mv prawn-* prawn-$DEB_UPSTREAM_VERSION
+#mv prawn-* prawn-$DEB_UPSTREAM_VERSION
 rm ruby-prawn_${DEB_UPSTREAM_VERSION}.orig.tar.gz
 
+# delete truetype fonts and Action Man.dfont
+for x in $FONTDIR/*.ttf
+do
+       rm $x
+done
+
 # remove content of needed images with problematic license or without license
 # requires imagemagick
 convert $IMGDIR/pigs.jpg\

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-prawn.git



More information about the Pkg-ruby-extras-commits mailing list