Skip to content

Commit

Permalink
fixes some warnings from qa.debian.org
Browse files Browse the repository at this point in the history
See https://packages.qa.debian.org/b/bareos.html:
file permission of the copyright file,
file permission of the logrotate config file,
remove automatic password helper file,
do not suggests dds2tar, as it is only for DAT tape drives and not directly used by Bareos.
  • Loading branch information
joergsteffens authored and Marco van Wieringen committed Feb 17, 2015
1 parent 3e2b160 commit 83db5cc
Show file tree
Hide file tree
Showing 12 changed files with 24 additions and 24 deletions.
2 changes: 1 addition & 1 deletion debian/Makefile
Expand Up @@ -5,7 +5,7 @@
all: copyright

copyright: copyright.header copyright.footer
@install copyright.header copyright
@cat copyright.header > copyright
@sed -r -e 's/^$$/./' -e 's/^[ ]*(.*)$$/ \1/' ../LICENSE >> copyright
@cat copyright.footer >> copyright

Expand Down
4 changes: 2 additions & 2 deletions debian/bareos-common.dirs
@@ -1,3 +1,3 @@
/etc/bareos/bareos-dir.d
/etc/bareos
/var/lib/bareos
/var/log/bareos
/var/log/bareos
2 changes: 1 addition & 1 deletion debian/bareos-director.dirs
@@ -1,2 +1,2 @@
/etc/bareos
/etc/bareos/bareos-dir.d
/usr/lib/bareos
14 changes: 7 additions & 7 deletions debian/control
Expand Up @@ -44,9 +44,9 @@ Build-Depends: acl-dev,
# univention:
# ucslint, univention-config-dev
Build-Conflicts: python2.2-dev, python2.3, python2.4, qt3-dev-tools
Standards-Version: 3.9.5
Vcs-Git: git://github.com/bareos/bareos.git -b master
Vcs-Browser: https://github.com/bareos/bareos/tree/master
Standards-Version: 3.9.6
Vcs-Git: git://github.com/bareos/bareos.git -b bareos-14.2
Vcs-Browser: https://github.com/bareos/bareos/tree/bareos-14.2
Homepage: http://www.bareos.org/


Expand Down Expand Up @@ -196,7 +196,7 @@ Description: Backup Archiving Recovery Open Sourced - development files
Package: bareos-director
Architecture: any
Pre-Depends: debconf (>= 1.4.30) | debconf-2.0, adduser
Depends: bareos-common (= ${binary:Version}), bareos-database-common (= ${binary:Version}), bareos-database-tools, lsb-base (>= 3.2-13), bsd-mailx | mailx, ${shlibs:Depends}, ${misc:Depends}
Depends: bareos-common (= ${binary:Version}), bareos-database-common (= ${binary:Version}), bareos-database-tools, lsb-base (>= 3.2-13), lsof, bsd-mailx | mailx, ${shlibs:Depends}, ${misc:Depends}
Recommends: logrotate
Conflicts: bacula-director
Replaces: bacula-director
Expand All @@ -214,7 +214,7 @@ Description: Backup Archiving Recovery Open Sourced - director daemon
Package: bareos-filedaemon
Architecture: any
Pre-Depends: debconf (>= 1.4.30) | debconf-2.0, adduser
Depends: bareos-common (= ${binary:Version}), ${shlibs:Depends}, lsb-base (>= 3.2-13), lsof, ${misc:Depends}
Depends: bareos-common (= ${binary:Version}), lsb-base (>= 3.2-13), lsof, ${shlibs:Depends}, ${misc:Depends}
Conflicts: bacula-fd
Replaces: bacula-fd
Description: Backup Archiving Recovery Open Sourced - file daemon
Expand All @@ -231,7 +231,7 @@ Description: Backup Archiving Recovery Open Sourced - file daemon
Package: bareos-storage
Architecture: any
Pre-Depends: debconf (>= 1.4.30) | debconf-2.0, adduser
Depends: bareos-common (= ${binary:Version}), lsb-base (>= 3.2-13), lsof, python, ${shlibs:Depends}, ${misc:Depends}
Depends: bareos-common (= ${binary:Version}), lsb-base (>= 3.2-13), lsof, ${shlibs:Depends}, ${misc:Depends}
Conflicts: bacula-sd
Replaces: bacula-sd
Description: Backup Archiving Recovery Open Sourced - storage daemon
Expand Down Expand Up @@ -264,7 +264,7 @@ Architecture: any
Pre-Depends: debconf (>= 1.4.30) | debconf-2.0, adduser
Depends: bareos-common (= ${binary:Version}), bareos-storage (= ${binary:Version}), lsb-base (>= 3.2-13), mtx, ${shlibs:Depends}, ${misc:Depends}
Recommends: mt-st
Suggests: dds2tar, scsitools, sg3-utils
Suggests: scsitools, sg3-utils
Description: Backup Archiving Recovery Open Sourced - storage daemon tape support
Bareos is a set of programs to manage backup, recovery and verification of
data across a network of computers of different kinds.
Expand Down
14 changes: 7 additions & 7 deletions debian/control.in
Expand Up @@ -42,9 +42,9 @@ Build-Depends: acl-dev,
# univention:
# ucslint, univention-config-dev
Build-Conflicts: python2.2-dev, python2.3, python2.4, qt3-dev-tools
Standards-Version: 3.9.5
#Vcs-Git: git://git.debian.org/collab-maint/bareos.git
#Vcs-Browser: http://git.debian.org/?p=collab-maint/bareos.git;a=summary
Standards-Version: 3.9.6
Vcs-Git: git://github.com/bareos/bareos.git -b bareos-14.2
Vcs-Browser: https://github.com/bareos/bareos/tree/bareos-14.2
Homepage: http://www.bareos.org/


Expand Down Expand Up @@ -194,7 +194,7 @@ Description: Backup Archiving Recovery Open Sourced - development files
Package: bareos-director
Architecture: any
Pre-Depends: debconf (>= 1.4.30) | debconf-2.0, adduser
Depends: bareos-common (= ${binary:Version}), bareos-database-common (= ${binary:Version}), bareos-database-tools, lsb-base (>= 3.2-13), bsd-mailx | mailx, ${shlibs:Depends}, ${misc:Depends}
Depends: bareos-common (= ${binary:Version}), bareos-database-common (= ${binary:Version}), bareos-database-tools, lsb-base (>= 3.2-13), lsof, bsd-mailx | mailx, ${shlibs:Depends}, ${misc:Depends}
Recommends: logrotate
Conflicts: bacula-director
Replaces: bacula-director
Expand All @@ -212,7 +212,7 @@ Description: Backup Archiving Recovery Open Sourced - director daemon
Package: bareos-filedaemon
Architecture: any
Pre-Depends: debconf (>= 1.4.30) | debconf-2.0, adduser
Depends: bareos-common (= ${binary:Version}), ${shlibs:Depends}, lsb-base (>= 3.2-13), lsof, ${misc:Depends}
Depends: bareos-common (= ${binary:Version}), lsb-base (>= 3.2-13), lsof, ${shlibs:Depends}, ${misc:Depends}
Conflicts: bacula-fd
Replaces: bacula-fd
Description: Backup Archiving Recovery Open Sourced - file daemon
Expand All @@ -229,7 +229,7 @@ Description: Backup Archiving Recovery Open Sourced - file daemon
Package: bareos-storage
Architecture: any
Pre-Depends: debconf (>= 1.4.30) | debconf-2.0, adduser
Depends: bareos-common (= ${binary:Version}), lsb-base (>= 3.2-13), lsof, python, ${shlibs:Depends}, ${misc:Depends}
Depends: bareos-common (= ${binary:Version}), lsb-base (>= 3.2-13), lsof, ${shlibs:Depends}, ${misc:Depends}
Conflicts: bacula-sd
Replaces: bacula-sd
Description: Backup Archiving Recovery Open Sourced - storage daemon
Expand Down Expand Up @@ -262,7 +262,7 @@ Architecture: any
Pre-Depends: debconf (>= 1.4.30) | debconf-2.0, adduser
Depends: bareos-common (= ${binary:Version}), bareos-storage (= ${binary:Version}), lsb-base (>= 3.2-13), mtx, ${shlibs:Depends}, ${misc:Depends}
Recommends: mt-st
Suggests: dds2tar, scsitools, sg3-utils
Suggests: scsitools, sg3-utils
Description: Backup Archiving Recovery Open Sourced - storage daemon tape support
Bareos is a set of programs to manage backup, recovery and verification of
data across a network of computers of different kinds.
Expand Down
3 changes: 2 additions & 1 deletion debian/control.univention-bareos
Expand Up @@ -3,7 +3,8 @@ Architecture: all
Depends: univention-postgresql, postgresql-8.4, bareos (>= 12.4.4), bareos-database-common, bareos-database-postgresql,
dbconfig-common, bareos-database-tools,
univention-join (>> 5.0.20-1.436),
shell-univention-lib (>> 2.0.17-1.125)
shell-univention-lib (>> 2.0.17-1.125),
univention-config
Description: meta package for univention-bareos-integration
This package integrates the bareos backup solution into
UCS. The package provides automatic configuration of the
Expand Down
Empty file modified debian/copyright 100755 → 100644
Empty file.
1 change: 0 additions & 1 deletion debian/univention-bareos.substvars

This file was deleted.

2 changes: 1 addition & 1 deletion platforms/debian/Makefile.in
Expand Up @@ -17,7 +17,7 @@ install-autostart: install-autostart-fd install-autostart-sd install-autostart-d

install_logrotate:
@$(MKDIR) $(DESTDIR)/etc/logrotate.d
@$(INSTALL_PROGRAM) ../../scripts/logrotate $(DESTDIR)/etc/logrotate.d/bareos-dir
@$(INSTALL_DATA) ../../scripts/logrotate $(DESTDIR)/etc/logrotate.d/bareos-dir

install-autostart-fd:
@echo "Installing bareos-fd boot script ..."
Expand Down
2 changes: 1 addition & 1 deletion platforms/hurd/Makefile.in
Expand Up @@ -16,7 +16,7 @@ install-autostart: install-autostart-fd install-autostart-sd install-autostart-d

install_logrotate:
@$(MKDIR) $(DESTDIR)/etc/logrotate.d
@$(INSTALL_PROGRAM) ../../scripts/logrotate $(DESTDIR)/etc/logrotate.d/bareos-dir
@$(INSTALL_DATA) ../../scripts/logrotate $(DESTDIR)/etc/logrotate.d/bareos-dir

install-autostart-fd:
@echo "Installing bareos-fd boot script ..."
Expand Down
2 changes: 1 addition & 1 deletion platforms/redhat/Makefile.in
Expand Up @@ -16,7 +16,7 @@ install-autostart: install-autostart-fd install-autostart-sd install-autostart-d

install_logrotate:
@$(MKDIR) $(DESTDIR)/etc/logrotate.d
@$(INSTALL_PROGRAM) ../../scripts/logrotate $(DESTDIR)/etc/logrotate.d/bareos-dir
@$(INSTALL_DATA) ../../scripts/logrotate $(DESTDIR)/etc/logrotate.d/bareos-dir

install-autostart-fd:
@if test x$(DESTDIR) = x -a -f /etc/rc.d/init.d/bareos-fd; then \
Expand Down
2 changes: 1 addition & 1 deletion scripts/Makefile.in
Expand Up @@ -65,7 +65,7 @@ install: installdirs
$(INSTALL_SCRIPT) bareos-config-lib.sh ${DESTDIR}${scriptdir}/bareos-config-lib.sh
$(INSTALL_SCRIPT) bareos-explorer ${DESTDIR}${scriptdir}/bareos-explorer
$(INSTALL_SCRIPT) btraceback $(DESTDIR)$(sbindir)/btraceback
#$(INSTALL_SCRIPT) logrotate $(DESTDIR)/etc/logrotate.d/bareos-dir
#$(INSTALL_DATA) logrotate $(DESTDIR)/etc/logrotate.d/bareos-dir

Makefile: Makefile.in
cd $(topdir) \
Expand Down

0 comments on commit 83db5cc

Please sign in to comment.