[Debian-ha-commits] [libqb] 15/15: Updated changelog with latest references

Richard Winters devrik-guest at moszumanska.debian.org
Sun Apr 19 23:03:41 UTC 2015


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

devrik-guest pushed a commit to branch master
in repository libqb.

commit 064b19d43c348dca69d810385ee83a084f698cda
Author: Richard B Winters <rik at mmogp.com>
Date:   Sun Apr 19 18:58:05 2015 -0400

    Updated changelog with latest references
    
     - Updated debian/rules to remove --disable-fatal-warnings option
    
    Change-Id: I0b70e1395ab2e45f2847bbd0fb1e5aca4f53156f
    Signed-off-by: Richard B Winters <rik at mmogp.com>
---
 debian/changelog | 9 +++++++++
 debian/rules     | 2 +-
 2 files changed, 10 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 92c20a1..1d9650c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,9 +5,14 @@ libqb (0.17.1-1) unstable; urgency=medium
   * debian/patches: Dropped all 0.17.0 patches as they are not needed in new 
     release
   * debian/patches: Added patch for creating .tarball-version prior to build
+  * debian/patches: Added patch for creating ChangeLog prior to build
+    - All patches run through GBP PQ; resulting in serialized file names, the
+      patch files were not given serialized names previously
   * debian/rules: Updated hardening implementation for debhelper 9
   * debian/rules: Updated to remove *.la files as they are not needed in this
     package
+  * debian/rules: Updated to override dh_auto_configure, and set the docdir as
+    well as to enable dependency tracking option
   * debian/rules: Updated to remove COPYING from debian/tmp after auto_install,
     which resolves a lintian notice due to mutliple copies of license
   * debian/rules: Updated to provide method for creating a debug package
@@ -23,8 +28,12 @@ libqb (0.17.1-1) unstable; urgency=medium
   * debian/control: Updated Homepage
   * debian/control: Added Vcs-Git and Vcs-Browser
   * debian/control: Fixed formatting for enabling folding
+  * debian/control: Added libjs-jquery to Build-Depends as well as to libqb0
+    binary Depends
   * debian/compat: Bump to level 9
   * debian/libqb0.symbols: Added for better cross-dist-version support
+  * debian/libqb0.links: Added in order to replace embedded jquery library
+    with a symbolic link to jquery as provided by the libjs-jquery package
   * debian/watch: Added watch for github releases
   * debian/copyright: Fixed unversioned format uri
   * debian/copyright: Added myself and Anibal to debian/* copyright
diff --git a/debian/rules b/debian/rules
index 3d442be..e5324b9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -22,7 +22,7 @@ override_dh_autoreconf:
 
 override_dh_auto_configure:
 	./configure  --sysconfdir=/etc --localstatedir=/var --docdir=/usr/share/doc/libqb0 \
-		--enable-dependency-tracking --disable-fatal-warnings
+		--enable-dependency-tracking
 
 override_dh_auto_build:
 	dh_auto_build

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-ha/libqb.git



More information about the Debian-HA-Commits mailing list