~ubuntu-branches/ubuntu/natty/pygtk/natty-proposed

« back to all changes in this revision

Viewing changes to debian/python-gtk2-doc.preinst

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2009-04-07 23:38:34 UTC
  • mfrom: (1.1.18 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090407233834-o106v5c22xznz60w
Tags: 2.14.1-1ubuntu1
* Resync with Debian
* debian/control.in:
  - don't depends on a specific python version
  - only suggest python-numpy
  - python-gtk2-dbg conflicts and replaces python-glade2-dbg
* debian/rules:
  - don't stop on xvfb-run issues

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/bin/sh
2
2
set -e
3
3
 
4
 
if dpkg --compare-versions "$2" lt "2.13.0-1"; then
5
 
        rm -rf /usr/share/doc/python-gtk2-doc/examples/demos
 
4
if dpkg --compare-versions "$2" lt-nl "2.13.0-1"; then
 
5
    rm -rf /usr/share/doc/python-gtk2-doc/examples/demos
6
6
fi
7
7
 
8
8
#DEBHELPER#