[SCM] Digital Multimeter readout software with recorder branch, master, updated. debian/0.8.13-3-4-g528cde0
Steffen Moeller
steffen.moeller at uk-sh.de
Mon Dec 19 23:21:39 UTC 2011
The following commit has been merged in the master branch:
commit dc6fef097277ff3966a0aff80c12929ae2146ddc
Author: Steffen Moeller <steffen.moeller at uk-sh.de>
Date: Tue Dec 20 00:13:56 2011 +0100
Preparation for 0.8.14.
diff --git a/debian/control b/debian/control
index 9a837e2..02dc5f6 100644
--- a/debian/control
+++ b/debian/control
@@ -4,8 +4,10 @@ Priority: optional
Maintainer: Steffen Moeller <moeller at debian.org>
Uploaders: Andreas Tille <tille at debian.org>
Build-Depends: qt3-dev-tools, libqt3-mt-dev, debhelper, quilt
-Standards-Version: 3.8.4
+Standards-Version: 3.9.2
Homepage: http://www.mtoussaint.de/qtdmm.html
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-science/packages/qtdmm.git;a=tree
+Vcs-git: http://anonscm.debian.org/gitweb/?p=debian-science/packages/qtdmm.git
Package: qtdmm
Architecture: any
diff --git a/debian/rules b/debian/rules
index 5215e30..7d3ba5c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,7 +10,7 @@
DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
-include /usr/share/quilt/quilt.make
+##include /usr/share/quilt/quilt.make
config.status: configure
dh_testdir
@@ -20,12 +20,12 @@ config.status: configure
build: build-stamp
-build-stamp: patch config.status
+build-stamp: config.status
dh_testdir
make
touch build-stamp
-clean: unpatch
+clean:
dh_testdir
dh_testroot
rm -f build-stamp
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/watch b/debian/watch
index dd7d4f7..7e5277c 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,3 @@
+# Does not work for latest versions ... no idea why
version=3
http://www.mtoussaint.de/qtdmm-([0-9.]+)\.tgz
--
Digital Multimeter readout software with recorder
More information about the debian-science-commits
mailing list