[frog] 03/103: fix build-depends, use cdbs python-autotools.mk

Joost van Baal joostvb at moszumanska.debian.org
Wed Sep 3 17:12:30 UTC 2014


This is an automated email from the git hooks/post-receive script.

joostvb pushed a commit to branch master
in repository frog.

commit 6d0533bd0030d2cc4f321276f63268cb26ab0499
Author: Joost van Baal-Ilić <joostvb at debian.org>
Date:   Sat Dec 25 14:14:21 2010 +0000

    fix build-depends, use cdbs python-autotools.mk
---
 debian/changelog |  2 +-
 debian/control   |  3 ++-
 debian/postinst  | 27 +++++++++++++++++++++++++++
 debian/prerm     | 27 +++++++++++++++++++++++++++
 debian/rules     |  9 ++++++++-
 5 files changed, 65 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 7310097..701d26b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-frog (VERSION) UNRELEASED; urgency=low
+frog (0.10-1) UNRELEASED; urgency=low
 
   * Initial release. (Closes: #605905)
   * FIXME: Homepage: http://ilk.uvt.nl/tadpole/
diff --git a/debian/control b/debian/control
index 8e799b2..af79dcc 100644
--- a/debian/control
+++ b/debian/control
@@ -4,11 +4,12 @@ Priority: extra
 Maintainer: Debian Science Team <debian-science-maintainers at lists.alioth.debian.org>
 Uploaders: Joost van Baal <joostvb at debian.org>, Ko van der Sloot <ko.vandersloot at uvt.nl>
 DM-Upload-Allowed: yes
-Build-Depends: cdbs, debhelper (>= 8), uctoFIXME, pythonFIXME, libmbtFIXME
+Build-Depends: cdbs, debhelper (>= 8), python-support, ucto, libtimbl3-dev, mbt, libxml2-dev
 Standards-Version: 3.9.1
 Homepage: http://ilk.uvt.nl/tadpole/
 Vcs-Svn: svn://svn.debian.org/svn/debian-science/packages/frog/trunk
 Vcs-Browser: http://svn.debian.org/wsvn/debian-science/packages/frog/trunk/
+X-Python-Version: 2.5, 2.6
 
 Package: frog
 Architecture: any
diff --git a/debian/postinst b/debian/postinst
new file mode 100644
index 0000000..9a78b60
--- /dev/null
+++ b/debian/postinst
@@ -0,0 +1,27 @@
+#! /bin/sh -e
+
+# $Id$
+# $URL$
+
+set -e
+
+case "$1" in
+    configure)
+    ;;
+
+    abort-upgrade|abort-remove|abort-deconfigure)
+    ;;
+
+    *)
+        echo "postinst called with unknown argument \`$1'" >&2
+        exit 1
+    ;;
+esac
+
+# dh_installdeb will replace this with shell code automatically
+# generated by other debhelper scripts.
+
+#DEBHELPER#
+
+exit 0
+
diff --git a/debian/prerm b/debian/prerm
new file mode 100644
index 0000000..08001d0
--- /dev/null
+++ b/debian/prerm
@@ -0,0 +1,27 @@
+#!/bin/sh
+
+# $Id$
+# $URL$
+
+set -e
+
+case "$1" in
+    remove|upgrade|deconfigure)
+    ;;
+
+    failed-upgrade)
+    ;;
+
+    *)
+        echo "prerm called with unknown argument \`$1'" >&2
+        exit 1
+    ;;
+esac
+
+# dh_installdeb will replace this with shell code automatically
+# generated by other debhelper scripts.
+
+#DEBHELPER#
+
+exit 0
+
diff --git a/debian/rules b/debian/rules
index a96259e..4c66af7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,5 +4,12 @@
 # $URL$
 
 include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/autotools.mk
+
+# in order to make cdbs happy
+DEB_BUILDDIR = $(DEB_SRCDIR)/build
+
+# no pycentral, but pysupport
+DEB_PYTHON_SYSTEM = pysupport
+
+include /usr/share/cdbs/1/class/python-autotools.mk
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/frog.git



More information about the debian-science-commits mailing list