[pkg-bacula-commits] [SCM] Bacula, a network backup, recovery and verification program branch, master, updated. debian/5.2.6+dfsg-3-5-gdef8c31

Alexander Golovko alexandro at ankalagon.ru
Mon Sep 24 12:47:10 UTC 2012


The following commit has been merged in the master branch:
commit def8c31909bfef4c1df99d1dbb1029f15a02399c
Author: Alexander Golovko <alexandro at ankalagon.ru>
Date:   Mon Sep 24 15:45:08 2012 +0400

    cleanup list of linked libraries, fix changelog missed whitespaces

diff --git a/debian/changelog b/debian/changelog
index a63725d..9fbface 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,14 +1,16 @@
 bacula (5.2.6+dfsg-4) unstable; urgency=high
 
- * debian/control, debian/bacula-director-db.templates.in,
-   debian/po/templates.pot (Closes: #687240):
-   + Improve the use of English (thanks to debian-l10n-english team).
- * debian/patches/fix_dump_resources_acl.patch, debian/rules:
-   + Fix console ACL's bypass with dump_resource, SA CVE-2012-4430
-     (Closes: #687923).
- * debian/control:
-   + Add build-depends for read-all capability support (Closes: #683080).
-   + Add build-depends for LZO support.
+  * debian/control, debian/bacula-director-db.templates.in,
+    debian/po/templates.pot (Closes: #687240):
+    + Improve the use of English (thanks to debian-l10n-english team).
+  * debian/patches/fix_dump_resources_acl.patch, debian/rules:
+    + Fix console ACL's bypass with dump_resource, SA CVE-2012-4430
+      (Closes: #687923).
+  * debian/control:
+    + Add build-depends for read-all capability support (Closes: #683080).
+    + Add build-depends for LZO support.
+  * debian/rules:
+    + Cleanup list of linked libraries.
 
  -- 
 
diff --git a/debian/rules b/debian/rules
index e33722c..5a9f95e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,6 +7,8 @@ DBGPKGS := $(shell sed -n -e 's/Package: \(.*\)-dbg/\1/p' debian/control)
 
 VARIANTS := pgsql mysql sqlite3
 
+
+
 ######################################################################
 
 DBC := usr/share/dbconfig-common/data/
@@ -148,7 +150,7 @@ override_dh_auto_configure:
 	dh_auto_configure -- $(CONF_ALL)
 
 override_dh_auto_build:
-	dh_auto_build --parallel
+	dh_auto_build --parallel -- LDFLAGS=-Wl,--as-needed
 
 override_dh_strip:
 	for pkg in $(DBGPKGS); do \

-- 
Bacula, a network backup, recovery and verification program



More information about the pkg-bacula-commits mailing list