Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
awit-dbackup
awit-dbackup
Commits
ce617732
Commit
ce617732
authored
Jun 09, 2014
by
Nigel Kukard
Browse files
Fixed up debian packaging
parent
2d3d1bf1
Changes
5
Hide whitespace changes
Inline
Side-by-side
debian/compat
View file @
ce617732
8
9
debian/control
View file @
ce617732
...
@@ -2,19 +2,19 @@ Source: awit-dbackup
...
@@ -2,19 +2,19 @@ Source: awit-dbackup
Maintainer: Nigel Kukard <nkukard@lbsd.net>
Maintainer: Nigel Kukard <nkukard@lbsd.net>
Section: contrib/utils
Section: contrib/utils
Priority: optional
Priority: optional
Standards-Version: 3.9.
1
Standards-Version: 3.9.
5
Build-Depends: debhelper (>=
8
), docbook-to-man
Build-Depends: debhelper (>=
9
), docbook-to-man
Homepage: http://
devlabs.linuxassist.net/projects/awit-
dbackup
Homepage: http://
www.
dbackup
.org
Package: awit-dbackup
Package: awit-dbackup
Architecture: all
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}
Depends: ${perl:Depends}, ${misc:Depends}
,
xz-utils, tar (>= 1.22),
xz-utils, tar (>= 1.22),
libcompress-zlib-perl, libconfig-inifiles-perl
libcompress-zlib-perl, libconfig-inifiles-perl
Description:
AWIT DBackup
Description:
Flexible one archive per directory backup tool
This is a backup software package which basically creates one
This is a backup software package which basically creates one
archive per directory it backs up. This makes searching
archive per directory it backs up. This makes searching
through the backup much easier as you can look for which files
through the backup much easier as you can look for which files
you're after in the directory hierarchy. It will only backup
you're after in the directory hierarchy. It will only backup
directories which have changed, which makes it rsync friendly.
directories which have changed, which makes it rsync friendly.
debian/copyright
View file @
ce617732
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Source: http://devlabs.linuxassist.net/
projects
/awit-dbackup
Source: http://
gitlab.
devlabs.linuxassist.net/
awit-dbackup
/awit-dbackup
Files: *
Files: *
Copyright: Copyright (C) 2010-201
2
,
Linux Based Systems Design
Copyright: Copyright (C) 2010-201
4
,
AllWorldIT
License: GPL-2+
License: GPL-2+
This program is free software; you can redistribute it
This program is free software; you can redistribute it
and/or modify it under the terms of the GNU General Public
and/or modify it under the terms of the GNU General Public
...
...
debian/rules
View file @
ce617732
#!/usr/bin/make -f
#!/usr/bin/make -f
%:
%:
dh $@
dh $@
override_dh_auto_build:
override_dh_auto_build:
docbook-to-man docs/dbackup.sgml > debian/dbackup.1
docbook-to-man docs/dbackup.sgml > debian/dbackup.1
dh_auto_build
dh_auto_build
override_dh_clean:
rm -f debian/dbackup.1
dh_clean
debian/source/format
View file @
ce617732
3.0 (
native
)
3.0 (
quilt
)
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment