[pkg-bacula-commits] [SCM] Bacula, a network backup, recovery and verification program branch, master, updated. debian/5.0.3-1-59-g960e5ed

Alexander Golovko alexandro at ankalagon.ru
Sun May 20 14:56:43 UTC 2012


The following commit has been merged in the master branch:
commit 0f2040421d6cdd56fc00c7110a9d7852ca2dafd1
Merge: 975fe3199c37e099e63b3f5de4c4ea8001bbd15a 83aef1680234bb8907f6beae3b97af6680e6c01b
Author: Alexander Golovko <alexandro at ankalagon.ru>
Date:   Sun May 20 11:17:07 2012 +0400

    Merge commit '83aef16'
    
    97ed708 - rejected
      http://lists.alioth.debian.org/pipermail/pkg-bacula-devel/2012-May/000162.html
    0138151 - applied
    c38b949 - applied
    71e13ae - applied
    83aef16 - applied

diff --combined debian/control
index 23e437d,a1314f0..c87faee
--- a/debian/control
+++ b/debian/control
@@@ -3,13 -3,13 +3,13 @@@ Section: admi
  Priority: optional
  Maintainer: Debian Bacula packaging Group <pkg-bacula-devel at lists.alioth.debian.org>
  Uploaders: Jan Hauke Rahm <jhr at debian.org>
- Build-Depends: autotools-dev, autoconf, debhelper (>= 8.1.3), po-debconf (>= 0.8.2),
 -Build-Depends: autotools-dev, debhelper (>= 8.1.3), po-debconf,
++Build-Depends: autotools-dev, autoconf, debhelper (>= 8.1.3), po-debconf,
   zlib1g-dev, libreadline-dev, libjconv-dev,
 - libsqlite3-dev, libmysqlclient-dev, libpq-dev (>= 8.4),
 - postgresql-server-dev-8.4,
 + libsqlite3-dev, libmysqlclient-dev, libpq-dev (>= 9.1),
 + postgresql-server-dev-all,
-  libwrap0-dev, python-dev, libgtk2.0-dev (>= 2.10),
+  libwrap0-dev, python-dev, libgtk2.0-dev,
   libgnome2-dev, libacl1-dev, libkrb5-dev, libgnomeui-dev,
-  libx11-dev, mtx, bc, libxt-dev, dpkg-dev (>= 1.13.19), libqt4-dev, 
+  libx11-dev, mtx, bc, libxt-dev, libqt4-dev,
   libssl-dev
  Build-Conflicts: python2.2-dev, python2.3, python2.4, qt3-dev-tools
  Standards-Version: 3.8.3
@@@ -36,7 -36,7 +36,7 @@@ Description: network backup, recovery a
  Package: bacula-common
  Replaces: bacula-director-common
  Architecture: any
- Pre-Depends: debconf (>= 1.4.30) | debconf-2.0, adduser (>= 3.0)
+ Pre-Depends: adduser
  Depends: ${shlibs:Depends}, ${misc:Depends}
  Suggests: bacula-doc
  Description: network backup, recovery and verification - common support files
@@@ -45,9 -45,21 +45,21 @@@
   .
   This package provides files that are useful for other Bacula packages.
  
+ Package: bacula-common-dbg
+ Section: debug
+ Priority: extra
+ Architecture: any
+ Depends: ${misc:Depends}, bacula-common (= ${binary:Version})
+ Description: backup system - debug symbols for the common support files
+  Bacula is a set of programs to manage backup, recovery and verification of
+  data across a network of computers of different kinds.
+  .
+  This package provides debugging symbold for files that are useful for other
+  Bacula packages.
+ 
  Package: bacula-common-sqlite3
  Architecture: any
- Pre-Depends: debconf (>= 1.4.30) | debconf-2.0, adduser (>= 3.0)
+ Pre-Depends: adduser
  Depends: bacula-common, ${shlibs:Depends}, ${misc:Depends}
  Suggests: bacula-doc
  Conflicts: bacula-common-pgsql, bacula-common-mysql
@@@ -58,9 -70,21 +70,21 @@@ Description: network backup, recovery a
   This package provides files that are useful for other Bacula packages
   for the SQLite v3 database.
  
+ Package: bacula-common-sqlite3-dbg
+ Section: debug
+ Priority: extra
+ Architecture: any
+ Depends: bacula-common-sqlite3 (= ${binary:Version}), ${misc:Depends}
+ Description: backup system - debug symbols for the SQLite v3 common files
+  Bacula is a set of programs to manage backup, recovery and verification of
+  data across a network of computers of different kinds.
+  .
+  This package provides debugging symbols for files that are useful for other
+  Bacula packages for the SQLite v3 database.
+ 
  Package: bacula-common-pgsql
  Architecture: any
- Pre-Depends: debconf (>= 1.4.30) | debconf-2.0, adduser (>= 3.0)
+ Pre-Depends: adduser
  Depends: bacula-common, ${shlibs:Depends}, ${misc:Depends}
  Suggests: bacula-doc
  Conflicts: bacula-common-sqlite3, bacula-common-mysql
@@@ -71,9 -95,21 +95,21 @@@ Description: network backup, recovery a
   This package provides files that are useful for other Bacula packages
   for the PostgreSQL database.
  
+ Package: bacula-common-pgsql-dbg
+ Section: debug
+ Priority: extra
+ Architecture: any
+ Depends: bacula-common-pgsql (= ${binary:Version}), ${misc:Depends}
+ Description: backup system - debug symbols for the PostgreSQL common files
+  Bacula is a set of programs to manage backup, recovery and verification of
+  data across a network of computers of different kinds.
+  .
+  This package provides debugging symbols for files that are useful for other
+  Bacula packages for the PostgreSQL database.
+ 
  Package: bacula-common-mysql
  Architecture: any
- Pre-Depends: debconf (>= 1.4.30) | debconf-2.0, adduser (>= 3.0)
+ Pre-Depends: adduser
  Depends: bacula-common, ${shlibs:Depends}, ${misc:Depends}
  Suggests: bacula-doc
  Conflicts: bacula-common-sqlite3, bacula-common-pgsql
@@@ -84,10 -120,22 +120,22 @@@ Description: network backup, recovery a
   This package provides files that are useful for other Bacula packages
   for the MySQL database.
  
+ Package: bacula-common-mysql-dbg
+ Section: debug
+ Priority: extra
+ Architecture: any
+ Depends: bacula-common-mysql (= ${binary:Version}), ${misc:Depends}
+ Description: backup system - debug symbols for the MySQL common files
+  Bacula is a set of programs to manage backup, recovery and verification of
+  data across a network of computers of different kinds.
+  .
+  This package provides debugging symbols for files that are useful for other
+  Bacula packages for the MySQL database.
+ 
  Package: bacula-director-common
  Architecture: any
- Pre-Depends: debconf (>= 1.4.30) | debconf-2.0, bacula-common (= ${binary:Version})
- Depends: ${shlibs:Depends}, adduser, mailx, lsb-base (>= 3.2-13), ${misc:Depends}
+ Pre-Depends: bacula-common (= ${binary:Version})
+ Depends: ${shlibs:Depends}, adduser, mailx, lsb-base, ${misc:Depends}
  Description: network backup, recovery and verification - Director common files
   Bacula is a set of programs to manage backup, recovery and verification of
   data across a network of computers of different kinds.
@@@ -98,10 -146,25 +146,25 @@@
   .
   This package provides common files for the Bacula Director daemon.
  
+ Package: bacula-director-common-dbg
+ Section: debug
+ Priority: extra
+ Architecture: any
+ Depends: ${misc:Depends}, bacula-director-common (= ${binary:Version})
+ Description: backup system - debug symbols for the Director common files
+  Bacula is a set of programs to manage backup, recovery and verification of
+  data across a network of computers of different kinds.
+  .
+  The Bacula Director service supervises all the backup, restore, verify and
+  archive operations. It can run as a daemon or as a foreground service which
+  administrators can use to schedule backups and recover files.
+  .
+  This package provides debugging symbols for common files for the Bacula
+  Director daemon.
+ 
  Package: bacula-director-sqlite3
- Pre-Depends: debconf (>= 1.4.30) | debconf-2.0
  Architecture: any
- Depends: bacula-director-common (= ${binary:Version}), sqlite3, ${shlibs:Depends}, bacula-common-sqlite3 (>= ${binary:Version}), file, dbconfig-common (>= 1.8.19), ${misc:Depends}
+ Depends: bacula-director-common (= ${binary:Version}), sqlite3, ${shlibs:Depends}, bacula-common-sqlite3 (>= ${binary:Version}), file, dbconfig-common, ${misc:Depends}
  Conflicts: bacula-director
  Provides: bacula-director
  Replaces: bacula-director
@@@ -116,10 -179,27 +179,27 @@@ Description: network backup, recovery a
   This version stores Bacula's catalog in an SQLite 3 database, and thus is
   suited for smaller installations.
   
+ Package: bacula-director-sqlite3-dbg
+ Section: debug
+ Priority: extra
+ Architecture: any
+ Depends: bacula-director-sqlite3 (= ${binary:Version}), ${misc:Depends}
+ Description: backup system - debug symbols for the SQLite 3 storage for Director
+  Bacula is a set of programs to manage backup, recovery and verification of
+  data across a network of computers of different kinds.
+  .
+  The Bacula Director service supervises all the backup, restore, verify and
+  archive operations. It can run as a daemon or as a foreground service which
+  administrators can use to schedule backups and recover files.
+  .
+  This version stores Bacula's catalog in an SQLite 3 database, and thus is
+  suited for smaller installations.
+  .
+  This package provides the debugging symbols.
+ 
  Package: bacula-director-mysql
  Architecture: any
- Pre-Depends: debconf (>= 1.4.30) | debconf-2.0
- Depends: bacula-director-common (= ${binary:Version}), dbconfig-common (>= 1.8.19), mysql-client, ${shlibs:Depends}, bacula-common-mysql (>= ${binary:Version}), ${misc:Depends}
+ Depends: bacula-director-common (= ${binary:Version}), dbconfig-common, mysql-client, ${shlibs:Depends}, bacula-common-mysql (>= ${binary:Version}), ${misc:Depends}
  Conflicts: bacula-director
  Provides: bacula-director
  Replaces: bacula-director
@@@ -135,14 -215,31 +215,31 @@@ Description: network backup, recovery a
   This version stores Bacula's catalog in a MySQL server, and thus is suited
   for large installations.
  
+ Package: bacula-director-mysql-dbg
+ Section: debug
+ Priority: extra
+ Architecture: any
+ Depends: bacula-director-mysql (= ${binary:Version}), ${misc:Depends}
+ Description: backup system - debug symbols for the MySQL storage for Director
+  Bacula is a set of programs to manage backup, recovery and verification of
+  data across a network of computers of different kinds.
+  .
+  The Bacula Director service supervises all the backup, restore, verify and
+  archive operations. It can run as a daemon or as a foreground service which
+  administrators can use to schedule backups and recover files.
+  .
+  This version stores Bacula's catalog in an MySQL database, and thus is
+  suited for smaller installations.
+  .
+  This package provides the debugging symbols.
+ 
  Package: bacula-director-pgsql
- Pre-Depends: debconf (>= 1.4.30) | debconf-2.0
  Architecture: any
- Depends: bacula-director-common (= ${binary:Version}), dbconfig-common (>= 1.8.19), postgresql-client (>= 7.4), ${shlibs:Depends}, bacula-common-pgsql (>= ${binary:Version}), ${misc:Depends}
 -Depends: bacula-director-common (= ${binary:Version}), dbconfig-common, postgresql-client-8.4, ${shlibs:Depends}, bacula-common-pgsql (>= ${binary:Version}), ${misc:Depends}
++Depends: bacula-director-common (= ${binary:Version}), dbconfig-common, postgresql-client (>= 7.4), ${shlibs:Depends}, bacula-common-pgsql (>= ${binary:Version}), ${misc:Depends}
  Conflicts: bacula-director
  Provides: bacula-director
  Replaces: bacula-director
 -Recommends: postgresql-8.4
 +Recommends: postgresql (>= 7.4)
  Suggests: postgresql-contrib, postgresql-doc
  Description: network backup, recovery and verification - PostgreSQL storage for Director
   Bacula is a set of programs to manage backup, recovery and verification of
@@@ -155,6 -252,24 +252,24 @@@
   This version stores Bacula's catalog in a PostgreSQL server, and thus is 
   suited for large installations.
  
+ Package: bacula-director-pgsql-dbg
+ Section: debug
+ Priority: extra
+ Architecture: any
+ Depends: bacula-director-pgsql (= ${binary:Version}), ${misc:Depends}
+ Description: backup system - debug symbols for the PostgreSQL storage for Director
+  Bacula is a set of programs to manage backup, recovery and verification of
+  data across a network of computers of different kinds.
+  .
+  The Bacula Director service supervises all the backup, restore, verify and
+  archive operations. It can run as a daemon or as a foreground service which
+  administrators can use to schedule backups and recover files.
+  .
+  This version stores Bacula's catalog in an PostgreSQL database, and thus is
+  suited for smaller installations.
+  .
+  This package provides the debugging symbols.
+ 
  Package: bacula-client
  Architecture: all
  Depends: bacula-console (>= ${source:Version}), bacula-fd (>= ${source:Version}), ${misc:Depends}
@@@ -172,7 -287,7 +287,7 @@@ Description: network backup, recovery a
  
  Package: bacula-fd
  Architecture: any
- Depends: bacula-common (= ${binary:Version}), ${shlibs:Depends}, lsb-base (>= 3.2-13), ${misc:Depends}
+ Depends: bacula-common (= ${binary:Version}), ${shlibs:Depends}, lsb-base, ${misc:Depends}
  Suggests: bacula-traymonitor
  Description: network backup, recovery and verification - file daemon
   Bacula is a set of programs to manage backup, recovery and verification of
@@@ -182,6 -297,21 +297,21 @@@
   responsible for providing the file attributes and data when requested by
   the Director, and also for the file system-dependent part of restoration.
  
+ Package: bacula-fd-dbg
+ Section: debug
+ Priority: extra
+ Architecture: any
+ Depends: bacula-fd (= ${binary:Version}), ${misc:Depends}
+ Description: backup system - debug symbols for the file daemon
+  Bacula is a set of programs to manage backup, recovery and verification of
+  data across a network of computers of different kinds.
+  .
+  The file daemon has to be installed on the machine to be backed up. It is
+  responsible for providing the file attributes and data when requested by
+  the Director, and also for the file system-dependent part of restoration.
+  .
 - This package contains the file director's debugging symbols.
++ This package contains the file daemon's debugging symbols.
+ 
  Package: bacula-server
  Architecture: all
  Depends: bacula-director-sqlite3 (>= ${source:Version})|bacula-director, bacula-sd (>= ${source:Version}), bacula-sd-sqlite3 (>= ${source:Version})|bacula-sd-tools, ${misc:Depends}
@@@ -196,7 -326,7 +326,7 @@@ Description: network backup, recovery a
  Package: bacula-sd
  Architecture: any
  Pre-Depends: bacula-common (= ${binary:Version})
- Depends: ${shlibs:Depends}, mtx, python, lsb-base (>= 3.2-13), ${misc:Depends}
+ Depends: ${shlibs:Depends}, mtx, python, lsb-base, ${misc:Depends}
  Recommends: mt-st, bacula-sd-sqlite3 (>= ${source:Version})|bacula-sd-tools
  Suggests: dds2tar, scsitools, sg3-utils
  Description: network backup, recovery and verification - storage daemon
@@@ -210,6 -340,24 +340,24 @@@
   It runs on the machine which has access to the backup device(s) - usually
   a tape drive, but alternatively other storage media, such as files.
  
+ Package: bacula-sd-dbg
+ Section: debug
+ Priority: extra
+ Architecture: any
+ Depends: ${misc:Depends}, bacula-sd (= ${binary:Version})
+ Description: backup system - debug symbols for the storage daemon
+  Bacula is a set of programs to manage backup, recovery and verification of
+  data across a network of computers of different kinds.
+  .
+  The storage daemon performs the storage and recovery of the file
+  attributes and data to the physical media; in other words, it is
+  responsible for reading and writing the backups.
+  .
+  It runs on the machine which has access to the backup device(s) - usually
+  a tape drive, but alternatively other storage media, such as files.
+  .
+  This package provides debugging symbols.
+ 
  Package: bacula-sd-sqlite3
  Architecture: any
  Depends: bacula-sd (= ${binary:Version}), ${shlibs:Depends}, bacula-common-sqlite3 (>= ${binary:Version}), ${misc:Depends}
@@@ -227,6 -375,24 +375,24 @@@ Description: network backup, recovery a
   This package contains SQLite 3 versions of the bscan and bcopy utilities,
   which are used for recovery when Bacula's catalog is unavailable.
  
+ Package: bacula-sd-sqlite3-dbg
+ Section: debug
+ Priority: extra
+ Architecture: any
+ Depends: bacula-sd-sqlite3 (= ${binary:Version}), ${misc:Depends}
+ Description: backup system - debug symbols for the SQLite 3 SD tools
+  Bacula is a set of programs to manage backup, recovery and verification of
+  data across a network of computers of different kinds.
+  .
+  The storage daemon performs the storage and recovery of the file
+  attributes and data to the physical media; in other words, it is
+  responsible for reading and writing the backups.
+  .
+  This package contains SQLite 3 versions of the bscan and bcopy utilities,
+  which are used for recovery when Bacula's catalog is unavailable.
+  .
+  This package provides debugging symbols.
+ 
  Package: bacula-sd-mysql
  Architecture: any
  Depends: bacula-sd (= ${binary:Version}), ${shlibs:Depends}, bacula-common-mysql (>= ${binary:Version}), ${misc:Depends}
@@@ -244,6 -410,24 +410,24 @@@ Description: network backup, recovery a
   This package contains MySQL versions of the bscan and bcopy utilities,
   which are used for recovery when Bacula's catalog is unavailable.
  
+ Package: bacula-sd-mysql-dbg
+ Section: debug
+ Priority: extra
+ Architecture: any
+ Depends: bacula-sd-mysql (= ${binary:Version}), ${misc:Depends}
+ Description: backup system - debug symbols for the MySQL SD tools
+  Bacula is a set of programs to manage backup, recovery and verification of
+  data across a network of computers of different kinds.
+  .
+  The storage daemon performs the storage and recovery of the file
+  attributes and data to the physical media; in other words, it is
+  responsible for reading and writing the backups.
+  .
+  This package contains MySQL versions of the bscan and bcopy utilities,
+  which are used for recovery when Bacula's catalog is unavailable.
+  .
+  This package provides debugging symbols.
+ 
  Package: bacula-sd-pgsql
  Architecture: any
  Depends: bacula-sd (= ${binary:Version}), ${shlibs:Depends}, bacula-common-pgsql (>= ${binary:Version}), ${misc:Depends}
@@@ -261,9 -445,26 +445,26 @@@ Description: network backup, recovery a
   This package contains PostgreSQL versions of the bscan and bcopy utilities,
   which are used for recovery when Bacula's catalog is unavailable.
  
+ Package: bacula-sd-pgsql-dbg
+ Section: debug
+ Priority: extra
+ Architecture: any
+ Depends: bacula-sd-pgsql (= ${binary:Version}), ${misc:Depends}
+ Description: backup system - debug symbols for the PostgreSQL SD tools
+  Bacula is a set of programs to manage backup, recovery and verification of
+  data across a network of computers of different kinds.
+  .
+  The storage daemon performs the storage and recovery of the file
+  attributes and data to the physical media; in other words, it is
+  responsible for reading and writing the backups.
+  .
+  This package contains PostgreSQL versions of the bscan and bcopy utilities,
+  which are used for recovery when Bacula's catalog is unavailable.
+  .
+  This package provides debugging symbols.
+ 
  Package: bacula-console
  Architecture: any
- Pre-Depends: debconf (>= 1.4.30)
  Depends: bacula-common (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
  Description: network backup, recovery and verification - text console
   Bacula is a set of programs to manage backup, recovery and verification of
@@@ -274,10 -475,24 +475,24 @@@
   .
   This package provides the text-interface version of the console.
  
+ Package: bacula-console-dbg
+ Section: debug
+ Priority: extra
+ Architecture: any
+ Depends: bacula-console (= ${binary:Version}), ${misc:Depends}
+ Description: backup system - debug symbols for the text console
+  Bacula is a set of programs to manage backup, recovery and verification of
+  data across a network of computers of different kinds.
+  .
+  The management console allows the administrator or user to
+  communicate with the Bacula Director.
+  .
+  This package provides debugging symbols for the text-interface version of the
+  console.
+ 
  Package: bacula-console-qt
  Section: utils
  Architecture: any
- Pre-Depends: debconf (>= 1.4.30)
  Depends: bacula-common (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
  Description: Bacula Administration Tool Console
   Bacula is a set of programs to manage backup, recovery and verification of
@@@ -292,6 -507,26 +507,26 @@@
   This GUI interface has been designed to ease restore operations as much as
   possible as compared to the basic text console.
  
+ Package: bacula-console-qt-dbg
+ Section: debug
+ Priority: extra
+ Architecture: any
+ Depends: bacula-console-qt (= ${binary:Version}), ${misc:Depends}
+ Description: Bacula Administration Tool Console - debug symbols
+  Bacula is a set of programs to manage backup, recovery and verification of
+  data across a network of computers of different kinds.
+  .
+  The management console allows the administrator or user to
+  communicate with the Bacula Director.
+  .
+  This package provides the most advanced GUI to bacula: the Bacula
+  Administration Tool (BAT) console.
+  .
+  This GUI interface has been designed to ease restore operations as much as
+  possible as compared to the basic text console.
+  .
+  This package provides debugging symbols.
+ 
  Package: bacula-traymonitor
  Architecture: any
  Depends: ${shlibs:Depends}, bacula-common (= ${binary:Version}), ${misc:Depends}
@@@ -305,3 -540,20 +540,20 @@@ Description: network backup, recovery a
   GNOME.
   .
   The monitor constantly displays Bacula's status.
+ 
+ Package: bacula-traymonitor-dbg
+ Section: debug
+ Priority: extra
+ Architecture: any
+ Depends: bacula-traymonitor (= ${binary:Version}), ${misc:Depends}
+ Description: backup system - debug symbols for the tray monitor
+  Bacula is a set of programs to manage backup, recovery and verification of
+  data across a network of computers of different kinds.
+  .
+  This package provides a tray monitor for the Bacula backup system. It is
+  FreeDesktop-compatible, which means it will work under both KDE and
+  GNOME.
+  .
+  The monitor constantly displays Bacula's status.
+  .
+  This package provides debugging symbols.
diff --combined debian/rules
index 1d816aa,4692b29..db951ad
--- a/debian/rules
+++ b/debian/rules
@@@ -3,6 -3,7 +3,7 @@@
  #export DH_VERBOSE=1
  
  DEB_HOST_ARCH_OS    ?= $(shell dpkg-architecture -qDEB_HOST_ARCH_OS)
+ DBGPKGS := $(shell sed -n -e 's/Package: \(.*\)-dbg/\1/p' debian/control)
  
  VARIANTS := pgsql mysql sqlite3
  
@@@ -24,7 -25,7 +25,7 @@@ CONF_ALL	= --enable-smartalloc 
  	--disable-bwx-console \
  	--without-qwt \
  	--enable-ipv6 \
 -	--with-dir-passowrd=XXX_DIRPASSWORD_XXX \
 +	--with-dir-password=XXX_DIRPASSWORD_XXX \
  	--with-fd-password=XXX_FDPASSWORD_XXX \
  	--with-sd-password=XXX_SDPASSWORD_XXX \
  	--with-mon-dir-password=XXX_MONDIRPASSWORD_XXX \
@@@ -127,16 -128,18 +128,19 @@@ override_dh_install
  	# versions to an ext-upgrade-db line.
  	#
  	# lenny -> squeeze is 10 -> 12
 -	$(foreach db,$(VARIANTS),$(call ext-upgrade-db,$(db),10_to_11,3.0.0))
 -	$(foreach db,$(VARIANTS),$(call ext-upgrade-latest-db,$(db),5.0.0))   # 5.0.0 upgrade 11 to 12
 -	$(foreach db,$(VARIANTS),$(call ext-install-db,$(db)))
 +	$(foreach db,$(VARIANTS),$(call ext-upgrade-db,$(db),10_to_11,3.0.0);)
 +	$(foreach db,$(VARIANTS),$(call ext-upgrade-latest-db,$(db),5.0.0);)   # 5.0.0 upgrade 11 to 12
 +	$(foreach db,$(VARIANTS),$(call ext-install-db,$(db));)
  
  override_dh_installdocs:
  	dh_installdocs -pbacula --link-doc=bacula-common
+ 	for pkg in $(DBGPKGS); do \
+ 		dh_installdocs -p$$pkg-dbg --link-doc=$$pkg; \
+ 		done
  	dh_installdocs -Nbacula
  
  override_dh_auto_build:
 +	autoconf -I autoconf/ -o configure autoconf/configure.in
  	dh_auto_configure -- $(CONF_ALL) $(CONF_pgsql)
  	dh_auto_build --parallel
  	dh_auto_install -- DESTDIR=$(INSTALLDIR)-pgsql
@@@ -149,6 -152,12 +153,12 @@@
  	dh_auto_build --parallel
  	dh_auto_install -- DESTDIR=$(INSTALLDIR)-sqlite3
  
+ override_dh_strip:
+ 	for pkg in $(DBGPKGS); do \
+ 		dh_strip -p$$pkg --dbg-package=$$pkg-dbg; \
+ 		done
+ 	dh_strip
+ 
  override_dh_auto_configure:
  override_dh_auto_test:
  override_dh_auto_install:

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



More information about the pkg-bacula-commits mailing list