[DRE-commits] [SCM] redmine.git branch, master-experimental, updated. debian/1.4.4+dfsg1-1-59-g68e40a3

Ondřej Surý ondrej at sury.org
Tue Dec 11 11:08:21 UTC 2012


The following commit has been merged in the master-experimental branch:
commit d80083e128c17e74bd6b78e866afd899f12fde25
Author: Ondřej Surý <ondrej at sury.org>
Date:   Tue Dec 11 11:36:02 2012 +0100

    Update gbp.conf to filter-out lib/plugins instead of vendor/plugins

diff --git a/debian/gbp.conf b/debian/gbp.conf
index 1856846..1abb041 100644
--- a/debian/gbp.conf
+++ b/debian/gbp.conf
@@ -14,4 +14,4 @@ filter-pristine-tar = True
 # filter out *.bak, *~ files upstream sometimes let through.
 # Since redmine version 1.2, filter out vendor/plugins/rfpdf/lib/fonts except makefontuni_ruby.php because it's not DFSG
 # and instead generate needed font files when building package, using ttf2ufm and that php script.
-filter = ['*.bak', '*~', 'vendor/plugins/rfpdf/lib/fonts/dejavu-ttf-2.15', 'vendor/plugins/rfpdf/lib/fonts/ttf-bitstream-vera-1.10', 'vendor/plugins/rfpdf/lib/fonts/freefont', 'vendor/plugins/rfpdf/lib/fonts/old', 'vendor/plugins/rfpdf/lib/fonts/*.z', 'vendor/plugins/rfpdf/lib/fonts/*.rb', 'vendor/plugins/rfpdf/lib/fonts/ttf2ufm/ttf2ufm*', 'vendor/plugins/rfpdf/lib/fonts/.noencode']
+filter = ['*.bak', '*~', 'lib/plugins/rfpdf/lib/fonts/dejavu-ttf-2.15', 'lib/plugins/rfpdf/lib/fonts/ttf-bitstream-vera-1.10', 'lib/plugins/rfpdf/lib/fonts/freefont', 'lib/plugins/rfpdf/lib/fonts/old', 'lib/plugins/rfpdf/lib/fonts/*.z', 'lib/plugins/rfpdf/lib/fonts/*.rb', 'lib/plugins/rfpdf/lib/fonts/ttf2ufm/ttf2ufm*', 'lib/plugins/rfpdf/lib/fonts/.noencode']

-- 
redmine.git



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