[SCM] Gtk+ library to display large amounts of numerical data branch, master, updated. upstream/0.9.2.0-30-g7999692

Daniele E. Domenichelli daniele.domenichelli at gmail.com
Thu May 23 18:16:43 UTC 2013


The following commit has been merged in the master branch:
commit 940d7eda738b9b75d613cfa792373a45dea20dbd
Author: Daniele E. Domenichelli <daniele.domenichelli at gmail.com>
Date:   Thu May 23 11:54:59 2013 +0200

    Add quilt to b-d and use dh --with quilt

diff --git a/debian/changelog b/debian/changelog
index 11a9de5..e78bcd6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,10 @@
 libgtkdatabox (1:0.9.2.0-2) UNRELEASED; urgency=low
 
   * Add 05_explicitly_link_libm.patch
+  * debian/control
+     - Add quilt to b-d
+  * debian/rules
+     - build using dh --with quilt
 
  -- Daniele E. Domenichelli <daniele.domenichelli at gmail.com>  Thu, 23 May 2013 09:08:21 +0200
 
diff --git a/debian/control b/debian/control
index e112ad4..b9b3171 100644
--- a/debian/control
+++ b/debian/control
@@ -14,7 +14,8 @@ Build-Depends: debhelper (>= 9),
                libglade2-dev,
                libgladeui-1-dev,
                dh-linktree,
-               libjs-jquery
+               libjs-jquery,
+               quilt
 Standards-Version: 3.9.3
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-science/packages/libgtkdatabox.git
 Vcs-Git: git://anonscm.debian.org/debian-science/packages/libgtkdatabox.git
diff --git a/debian/rules b/debian/rules
index 0cceb8e..a92315b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,7 +16,7 @@ ver  := $(shell dpkg-parsechangelog | grep '^Version:' | sed 's/^Version: [0-9]\
 arch := $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 
 %:
-	dh $@ --with autotools_dev --with linktree
+	dh $@ --with autotools_dev --with linktree --with quilt
 
 DEB_INSTALL_DOCS_ALL := AUTHORS README
 

-- 
Gtk+ library to display large amounts of numerical data



More information about the debian-science-commits mailing list