[SCM] General FITS file browser/editor/plotter with a gui branch, debian, updated. c90d7490cc89bf75231e599227dc4025dfd74afa

Ole Streicher debian at liska.ath.cx
Mon Jul 23 11:44:13 UTC 2012


The following commit has been merged in the debian branch:
commit 18220b270fe8235412337dff7431ba2aa8f11d6a
Author: Ole Streicher <debian at liska.ath.cx>
Date:   Mon Jul 23 13:42:55 2012 +0200

    Add trivial rules file; first fix to build dependencies

diff --git a/debian/control b/debian/control
index a3ac94d..a3cdaf0 100644
--- a/debian/control
+++ b/debian/control
@@ -1,11 +1,10 @@
 Source: heasoft-fv
 Section: science
 Priority: optional
-Maintainer: Debian QA Group <packages at qa.debian.org>
 Maintainer: Debian Science Maintainers <debian-science-maintainers at lists.alioth.debian.org>
 Uploaders: Ole Streicher <debian at liska.ath.cx>
 DM-Upload-Allowed: yes
-Build-Depends: debhelper (>= 9), docbook-to-man, libcfitsio-dev, itk3.1-dev, iwidgets3.1-doc, xutils
+Build-Depends: debhelper (>= 9), dh-autoreconf, libcfitsio3-dev, itk3-dev, iwidgets4
 Standards-Version: 3.9.3
 Homepage: http://heasarc.gsfc.nasa.gov/docs/software/lheasoft/ftools/fv/
 Vcs-Git: git://git.debian.org/git/debian-science/packages/heasoft-fv.git
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..a07153e
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,15 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+
+%:
+	dh $@ --with autoreconf -BBUILD_DIR
+
+
+override_dh_autoreconf:
+	dh_autoreconf "(cd BUILD_DIR ; autoreconf)"
+
+override_dh_auto_configure:
+	cd BUILD_DIR ; ./configure
+
+override_dh_auto_clean:
+	true
\ No newline at end of file

-- 
General FITS file browser/editor/plotter with a gui



More information about the debian-science-commits mailing list