[DRE-commits] [ruby-prawn] 01/10: update repacking info

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 1bda30b33bf3124ec58ca3fc9feb49e12a61c2a0
Author: Cédric Boutillier <boutil at debian.org>
Date:   Mon Apr 14 22:37:40 2014 +0200

    update repacking info
---
 debian/README.source | 21 ++++++---------------
 debian/repack.sh     | 10 ++--------
 2 files changed, 8 insertions(+), 23 deletions(-)

diff --git a/debian/README.source b/debian/README.source
index eebedbf..55d9099 100644
--- a/debian/README.source
+++ b/debian/README.source
@@ -1,16 +1,6 @@
 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 non-free fonts:
-	data/fonts/Activa.ttf
-	data/fonts/Action Man.dfont
-	data/fonts/Chalkboard.ttf
-	data/fonts/comicsans.ttf
-
- - 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
@@ -19,18 +9,19 @@ The source has been repacked to comply to Debian Free Software Guidelines:
 	data/images/16bit.png
 	data/images/arrow2.png
 	data/images/arrow.png
-	data/images/barcode_issue.png
 	data/images/dice.alpha
 	data/images/dice.dat
+	data/images/dice.color
 	data/images/dice_interlaced.png
 	data/images/dice.png
+	data/images/indexed_color.dat
+	data/images/indexed_color.png
 	data/images/letterhead.jpg
 	data/images/page_white_text.alpha
+	data/images/page_white_text.color
 	data/images/page_white_text.dat
 	data/images/page_white_text.png
 	data/images/prawn.png
-	data/images/rails.dat
-	data/images/rails.png
 	data/images/ruport_data.dat
 	data/images/ruport.png
 	data/images/ruport_transparent.png
@@ -49,5 +40,5 @@ These operations are done automatically by the script debian/repack.sh, called
 in the get-orig-source: target in debian/rules
 
 
-Cédric Boutillier <cedric.boutillier at gmail.com>
-Last update: 2011-11-24
+Cédric Boutillier <boutil at debian.org>
+Last update: 2014-03-24
diff --git a/debian/repack.sh b/debian/repack.sh
index c73360e..e427a09 100755
--- a/debian/repack.sh
+++ b/debian/repack.sh
@@ -18,12 +18,6 @@ tar -xf ruby-prawn_${DEB_UPSTREAM_VERSION}.orig.tar.gz
 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 "$FONTDIR/*.dfont"
-do
-	rm $x
-done
-
 # remove content of needed images with problematic license or without license
 # requires imagemagick
 convert $IMGDIR/pigs.jpg\
@@ -55,8 +49,8 @@ convert $IMGDIR/stef.jpg\
 	-draw "text 0,40 '  doc/ruby-prawn'" $IMGDIR/stef.jpg
 
 # remove images not needed for the manual and data until their license is made clear.
-rm -f $IMGDIR/16bit.* $IMGDIR/arrow* $IMGDIR/barcode* $IMGDIR/dice* $IMGDIR/letter* 
-rm -f $IMGDIR/page* $IMGDIR/rails* $IMGDIR/ruport* $IMGDIR/tru256.bmp $IMGDIR/web-links*
+rm -f $IMGDIR/16bit.* $IMGDIR/arrow* $IMGDIR/dice* $IMGDIR/letter*
+rm -f $IMGDIR/page* $IMGDIR/ruport* $IMGDIR/tru256.bmp $IMGDIR/web-links*
 
 # repack the tarball
 mv prawn-$DEB_UPSTREAM_VERSION ruby-prawn-$DEB_UPSTREAM_VERSION.orig

-- 
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