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

Andreas Tille tille at debian.org
Thu May 23 18:16:44 UTC 2013


The following commit has been merged in the master branch:
commit ca9fae4620c07afcf1efe72eca569fbbd2e396bf
Author: Andreas Tille <tille at debian.org>
Date:   Thu May 23 19:28:49 2013 +0200

    There is no need to add quilt explicitly.  dh does this when using source/format 3.0 (quilt)

diff --git a/debian/changelog b/debian/changelog
index 8609f9b..084634d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,7 +7,6 @@ libgtkdatabox (1:0.9.2.0-3) UNRELEASED; urgency=low
      - Change b-d from libgladeui-1-dev to libgladeui-dev
        Closes: #709242
   * debian/rules
-     - build using dh --with quilt
      - Fix installed files glade3 -> glade
 
  -- 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 64546be..d0fcd20 100644
--- a/debian/control
+++ b/debian/control
@@ -14,8 +14,7 @@ Build-Depends: debhelper (>= 9),
                libglade2-dev,
                libgladeui-dev,
                dh-linktree,
-               libjs-jquery,
-               quilt
+               libjs-jquery
 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 864d4ad..e04c6d8 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 --with quilt
+	dh $@ --with autotools_dev --with linktree
 
 DEB_INSTALL_DOCS_ALL := AUTHORS README
 

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



More information about the debian-science-commits mailing list