r950 - in /python-xml/trunk/debian: changelog extra/ rules

lunar at users.alioth.debian.org lunar at users.alioth.debian.org
Wed Jul 18 11:11:49 UTC 2007


Author: lunar
Date: Wed Jul 18 11:11:48 2007
New Revision: 950

URL: http://svn.debian.org/wsvn/pkg-zope/?sc=1&rev=950
Log:
* Do not ship LaTeX source for xml-howto and xml-ref anymore.
  (Closes: #390471) 

Removed:
    python-xml/trunk/debian/extra/
Modified:
    python-xml/trunk/debian/changelog
    python-xml/trunk/debian/rules

Modified: python-xml/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-zope/python-xml/trunk/debian/changelog?rev=950&op=diff
==============================================================================
--- python-xml/trunk/debian/changelog (original)
+++ python-xml/trunk/debian/changelog Wed Jul 18 11:11:48 2007
@@ -2,8 +2,10 @@
 
   * xmlproc should not fail on elliptical doctype declaration.  Thanks for
     Dominique Hazael-Massieux for the patch.  (Closes: #428839)
-
- -- Jérémy Bobbio <lunar at debian.org>  Wed, 18 Jul 2007 12:17:50 +0200
+  * Do not ship LaTeX source for xml-howto and xml-ref anymore.
+    (Closes: #390471) 
+
+ -- Jérémy Bobbio <lunar at debian.org>  Wed, 18 Jul 2007 12:34:06 +0200
 
 python-xml (0.8.4-7) unstable; urgency=low
 

Modified: python-xml/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-zope/python-xml/trunk/debian/rules?rev=950&op=diff
==============================================================================
--- python-xml/trunk/debian/rules (original)
+++ python-xml/trunk/debian/rules Wed Jul 18 11:11:48 2007
@@ -15,7 +15,6 @@
 
 doc_xbel := $(dest_xbel)/usr/share/doc/xbel
 doc_xbel_utils := $(dest_xbel_utils)/usr/share/doc/xbel-utils
-EXTRA=debian/extra
 debian_patches=
 
 build: stamp-build
@@ -110,10 +109,9 @@
 	  $${PYTHON} setup.py install \
 	    --without-xslt --no-compile --prefix=$${DESTDIR}/usr ;\
 	  cp -R doc/* $${DOC} ;\
-	  rm -rf $${DOC}/man ;\
+	  rm -rf $${DOC}/man $${DOC}/*.tex ;\
 	  cp -r demo/* $${DOC}/examples/demo ;\
 	  cp -r test/* $${DOC}/examples/test ;\
-	  install -m 0644 $(EXTRA)/* $${DOC} ;\
 	  rm -rf $${DOC}/examples/demo/xbel ;\
 	  chmod 755 $${SITE_PACK}/dom/html/GenerateHtml.py ;\
 	  rm $${DOC}/examples/demo/sgmlop/test2.htm ;\




More information about the pkg-zope-commits mailing list