Author: tille
Date: 2013-02-11 18:55:40 +0000 (Mon, 11 Feb 2013)
New Revision: 12984

Removed:
   trunk/packages/genometools/trunk/debian/python-genometools.postinst
   trunk/packages/genometools/trunk/debian/python-genometools.prerm
Modified:
   trunk/packages/genometools/trunk/debian/control
   trunk/packages/genometools/trunk/debian/rules
Log:
Mass changes after traveling; basically: fixing clean target to enable building 
twice in a row; use "dh @ --with python2"


Modified: trunk/packages/genometools/trunk/debian/control
===================================================================
--- trunk/packages/genometools/trunk/debian/control     2013-02-11 18:51:28 UTC 
(rev 12983)
+++ trunk/packages/genometools/trunk/debian/control     2013-02-11 18:55:40 UTC 
(rev 12984)
@@ -77,6 +77,7 @@
 Depends: ${shlibs:Depends}, ${misc:Depends},
  genometools (= ${binary:Version})|libgenometools0 (= ${binary:Version})
 Section: debug
+Priority: extra
 Description: versatile genome analysis toolkit, with debug symbols
  This package contains debug information stripped from the GenomeTools.
  You may decide to install it to help identifying issues, typically

Deleted: trunk/packages/genometools/trunk/debian/python-genometools.postinst
===================================================================
--- trunk/packages/genometools/trunk/debian/python-genometools.postinst 
2013-02-11 18:51:28 UTC (rev 12983)
+++ trunk/packages/genometools/trunk/debian/python-genometools.postinst 
2013-02-11 18:55:40 UTC (rev 12984)
@@ -1,11 +0,0 @@
-#!/bin/bash
-set -e
-
-case "$1" in
-  configure|abort-upgrade|abort-remove|abort-deconfigure)
-    dpkg --listfiles python-genometools | grep '\.py$' | \
-      xargs -n 1 /usr/bin/python -c 'import 
py_compile,sys;py_compile.compile(sys.argv[1])'
-    dpkg --listfiles python-genometools | grep '\.py$' | \
-      xargs -n 1 /usr/bin/python -O -c 'import 
py_compile,sys;py_compile.compile(sys.argv[1])'
-  ;;
-esac

Deleted: trunk/packages/genometools/trunk/debian/python-genometools.prerm
===================================================================
--- trunk/packages/genometools/trunk/debian/python-genometools.prerm    
2013-02-11 18:51:28 UTC (rev 12983)
+++ trunk/packages/genometools/trunk/debian/python-genometools.prerm    
2013-02-11 18:55:40 UTC (rev 12984)
@@ -1,6 +0,0 @@
-#!/bin/bash
-set -e
-
-dpkg --listfiles python-genometools |
-        awk '$0~/\.py$/ {print $0"c\n" $0"o"}' |
-        xargs rm -f >&2cd deb

Modified: trunk/packages/genometools/trunk/debian/rules
===================================================================
--- trunk/packages/genometools/trunk/debian/rules       2013-02-11 18:51:28 UTC 
(rev 12983)
+++ trunk/packages/genometools/trunk/debian/rules       2013-02-11 18:55:40 UTC 
(rev 12984)
@@ -14,10 +14,24 @@
 endif
 
 %:
-       dh $@ --parallel
+       dh $@ --parallel --with python2
 
 override_dh_auto_clean:
        $(MAKE) cleanup
+       cd doc/manuals; make cleanup
+       # should be deleted inside doc/manuals/Makefile
+       rm -f doc/manuals/annotationsketch.out \
+             doc/manuals/api_reference.tex    \
+             doc/manuals/gtscript_reference.tex
+       find doc . -name "*.toc" -delete
+       rm -f www/genometools.org/htdocs/images/callbacks.png \
+             www/genometools.org/htdocs/images/parsed.png    \
+             www/genometools.org/htdocs/images/constructed.png \
+             doc/manuals/annotationsketch.pdf
+       rm -f www/genometools.org/htdocs/docs.html \
+             www/genometools.org/htdocs/examples.html \
+             www/genometools.org/htdocs/libgenometools.html
+       rm -rf gtpython/build
 
 override_dh_auto_build:
        dh_auto_build --parallel -- useshared=yes 64bit=$(64BIT) opt=no 
errorcheck=no docs manuals


_______________________________________________
debian-med-commit mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit

Reply via email to