[libgtkdatabox] 01/01: Use dh_links instead of dh_linktrees since jquery.js was removed

Andreas Tille tille at debian.org
Mon Jul 28 07:37:18 UTC 2014


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

tille pushed a commit to branch master
in repository libgtkdatabox.

commit 3e17066287f6815ace4128888b790bcc99596234
Author: Andreas Tille <tille at debian.org>
Date:   Mon Jul 28 09:37:05 2014 +0200

    Use dh_links instead of dh_linktrees since jquery.js was removed
---
 debian/changelog                           |  4 +++-
 debian/control                             | 11 +++++------
 debian/libgtkdatabox-0.9.2-0-doc.links     |  1 +
 debian/libgtkdatabox-0.9.2-0-doc.linktrees |  1 -
 debian/rules                               |  2 +-
 5 files changed, 10 insertions(+), 9 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index c0e8db6..312c846 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,11 @@
-libgtkdatabox (1:0.9.2.0+dfsg-1) UNRELEASED; urgency=medium
+libgtkdatabox (1:0.9.2.0+dfsg-1) unstable; urgency=medium
 
   * Use dh-autoreconf to update autoconf files (Thanks for the patch to
     Breno Leitao <brenohl at br.ibm.com>)
     Closes:  #755729
   * Exclude compressed jquery.js from upstream source (its not used anyway)
+  * Use dh_links instead of dh_linktrees since jquery.js was removed
+  * debian/control: Fix capitalisation of API
 
  -- Andreas Tille <tille at debian.org>  Sun, 27 Jul 2014 21:07:25 +0200
 
diff --git a/debian/control b/debian/control
index 0c5838b..2f1ca2f 100644
--- a/debian/control
+++ b/debian/control
@@ -13,9 +13,7 @@ Build-Depends: debhelper (>= 9),
                libpango1.0-dev,
                gtk-doc-tools,
                libglade2-dev,
-               libgladeui-dev,
-               dh-linktree,
-               libjs-jquery
+               libgladeui-dev
 Standards-Version: 3.9.5
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-science/packages/libgtkdatabox.git
 Vcs-Git: git://anonscm.debian.org/debian-science/packages/libgtkdatabox.git
@@ -27,7 +25,8 @@ Section: libdevel
 Depends: ${shlibs:Depends},
          ${misc:Depends},
          libgtkdatabox-0.9.2-0 (= ${binary:Version}),
-         libgtk2.0-dev
+         libgtk2.0-dev,
+         libjs-jquery
 Provides: libgtkdatabox-dev
 Conflicts: libgtkdatabox-dev
 Description: Gtk+ library to display large amounts of numerical data (development)
@@ -72,7 +71,7 @@ Architecture: any
 Depends: ${shlibs:Depends},
          ${misc:Depends}
 Provides: libgtkdatabox-glade
-Description: Gtk+ library to display large amounts of numerical data (glade api)
+Description: Gtk+ library to display large amounts of numerical data (glade API)
  One or more data sets of thousands of data points (X and Y coordinate) may be 
  displayed and updated in split seconds. The widget is therfore used in many 
  scientific and private projects that need to show quickly changing data live.
@@ -117,7 +116,7 @@ Section: doc
 Depends: ${shlibs:Depends},
          ${misc:Depends}
 Conflicts: libgtkdatabox-0.9.1-1-dev
-Description: Gtk+ library to display large amounts of numerical data (api doc)
+Description: Gtk+ library to display large amounts of numerical data (API doc)
  One or more data sets of thousands of data points (X and Y coordinate) may be 
  displayed and updated in split seconds. The widget is therfore used in many 
  scientific and private projects that need to show quickly changing data live.
diff --git a/debian/libgtkdatabox-0.9.2-0-doc.links b/debian/libgtkdatabox-0.9.2-0-doc.links
new file mode 100644
index 0000000..df8fac7
--- /dev/null
+++ b/debian/libgtkdatabox-0.9.2-0-doc.links
@@ -0,0 +1 @@
+usr/share/javascript/jquery/jquery.js	usr/share/doc/libgtkdatabox-0.9.2-0-doc/html/jquery.js
diff --git a/debian/libgtkdatabox-0.9.2-0-doc.linktrees b/debian/libgtkdatabox-0.9.2-0-doc.linktrees
deleted file mode 100644
index 88b3389..0000000
--- a/debian/libgtkdatabox-0.9.2-0-doc.linktrees
+++ /dev/null
@@ -1 +0,0 @@
-replace usr/share/javascript/jquery/jquery.js	usr/share/doc/libgtkdatabox-0.9.2-0-doc/html/jquery.js
diff --git a/debian/rules b/debian/rules
index ead9519..bfb8f1b 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 autoreconf --with linktree
+	dh $@ --with autoreconf
 
 DEB_INSTALL_DOCS_ALL := AUTHORS README
 

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



More information about the debian-science-commits mailing list