Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
FUSS
fuss-backup
Commits
2742f239
Commit
2742f239
authored
Jan 16, 2017
by
Elena ``of Valhalla'' Grandi
Browse files
Updated packaging
parent
f9c9b0a7
Changes
4
Hide whitespace changes
Inline
Side-by-side
debian/changelog
View file @
2742f239
fuss-backup (2.
0
-1~fuss8+1) jessie; urgency=medium
fuss-backup (2.
1
-1~fuss8+1) jessie; urgency=medium
* Porting to Debian Jessie
* Changed backup program to borg
* Updated packaging (compat, Standards-Versions, rules, ...)
-- Elena Grandi <elena@truelite.it> Mon, 16 Jan 2017 14:45:06 +0100
...
...
debian/compat
View file @
2742f239
4
9
debian/control
View file @
2742f239
...
...
@@ -3,11 +3,11 @@ Section: base
Priority: optional
Maintainer: Christopher R. Gabriel <cgabriel@truelite.it>
Build-Depends: debhelper (>= 7)
Standards-Version: 3.9.
4
Standards-Version: 3.9.
8
Package: fuss-backup
Architecture: any
Depends: tar, coreutils, borgbackup
Depends: borgbackup
Homepage: http://www.fuss.bz.it/
Description: FUSS Server backup script
Shell script with a backup procedura for a FUSS Server.
http://www.fuss.bz.it/
debian/rules
View file @
2742f239
#!/usr/bin/make -f
# -*- makefile -*-
# Sample debian/rules that uses debhelper.
# This file was originally written by Joey Hess and Craig Small.
# As a special exception, when this file is copied by dh-make into a
# dh-make output file, you may use that output file without restriction.
# This special exception was added by Craig Small in version 0.37 of dh-make.
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
CFLAGS
=
-Wall
-g
ifneq
(,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
CFLAGS
+=
-O0
else
CFLAGS
+=
-O2
endif
configure
:
configure-stamp
configure-stamp
:
dh_testdir
# Add here commands to configure the package.
touch
configure-stamp
build
:
build-stamp
build-stamp
:
configure-stamp
dh_testdir
touch
build-stamp
clean
:
dh_testdir
dh_testroot
rm
-f
build-stamp configure-stamp
dh_clean
install
:
build
dh_testdir
dh_testroot
dh_clean
-k
dh_installdirs
# Build architecture-independent files here.
binary-indep
:
build install
# We have nothing to do by default.
# Build architecture-dependent files here.
binary-arch
:
build install
dh_testdir
dh_testroot
dh_installchangelogs
dh_installdocs
dh_installexamples
dh_install
dh_installcron
dh_fixperms
dh_installdeb
dh_shlibdeps
dh_gencontrol
dh_md5sums
dh_builddeb
binary
:
binary-indep binary-arch
.PHONY
:
build clean binary-indep binary-arch binary install configure
%:
dh $@
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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