[SCM] Packaging for padre-plugin-spellcheck branch, master, updated. upstream/1.1.2-24-gbca6982

Damyan Ivanov dmn at debian.org
Fri Aug 28 12:53:07 UTC 2009


The following commit has been merged in the master branch:
commit 191e193544c90e5a036968857dff7c4554db4bf9
Author: Damyan Ivanov <dmn at debian.org>
Date:   Fri Aug 28 15:45:39 2009 +0300

    do not ship .po files in the .deb (there are .mo files already)

diff --git a/debian/rules b/debian/rules
index b371b44..a563d2c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,5 +3,11 @@
 %:
 	dh $@
 
+PKG=$(shell dh_listpackages)
+
 override_dh_auto_configure override_dh_auto_test:
 	xvfb-run $(subst override_,,$@)
+
+override_dh_auto_install:
+	dh_auto_install
+	find $(CURDIR)/debian/$(PKG)/usr/share/perl5/Padre/Plugin/SpellCheck/share/locale -name 'SpellCheck-*.po' -print -delete

-- 
Packaging for padre-plugin-spellcheck



More information about the Pkg-perl-cvs-commits mailing list