tags 860146 + patch
thanks

Patch attached.


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      [email protected] / chris-lamb.co.uk
       `-
diff --git a/debian/python-formencode.docs b/debian/python-formencode.docs
new file mode 100644
index 0000000..bf4cbd5
--- /dev/null
+++ b/debian/python-formencode.docs
@@ -0,0 +1 @@
+docs/*.txt
diff --git a/debian/python3-formencode.docs b/debian/python3-formencode.docs
new file mode 100644
index 0000000..bf4cbd5
--- /dev/null
+++ b/debian/python3-formencode.docs
@@ -0,0 +1 @@
+docs/*.txt
diff --git a/debian/rules b/debian/rules
index 59fa9b9..7fd8f5c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,7 +7,7 @@ export PYBUILD_NAME=formencode
 override_dh_auto_install:
        dh_auto_install --buildsystem=pybuild
        find debian/python-formencode/ -type d -name i18n -print0 | xargs 
--null --no-run-if-empty rm -rf
-       dh_install -X.po -X.py formencode/i18n/* /usr/share/locale/
+       find debian/python-formencode/ -type d \( -name i18n -or -name docs \) 
-print0 | xargs --null --no-run-if-empty rm -rf
 
 override_dh_auto_test:
        # network is required for the 
http://this.domain.does.not.exist.example.org/test.html test

Reply via email to