debian dir

This commit is contained in:
Matteo Bini 2023-10-30 18:46:04 +01:00
parent c39918cc85
commit 9685561040
8 changed files with 56 additions and 1 deletions

View File

@ -34,7 +34,7 @@ clean:
dist: clean
mkdir ${BIN}-${VERSION}
cp -R ${BIN}.1 ${SRC} LICENSE Makefile README ${BIN}-${VERSION}
cp -R ${BIN}.1 ${SRC} debian LICENSE Makefile README ${BIN}-${VERSION}
tar -cf ${BIN}-${VERSION}.tar ${BIN}-${VERSION}
gzip ${BIN}-${VERSION}.tar
rm -fr ${BIN}-${VERSION}

5
debian/changelog vendored Normal file
View File

@ -0,0 +1,5 @@
bluraybackup (1.0-1) unstable; urgency=low
* Initial release (Closes: #1055089)
-- Matteo Bini <matteobin@tiepi.it> Tue, 31 Oct 2023 10:42:01 +0100

20
debian/control vendored Normal file
View File

@ -0,0 +1,20 @@
Source: bluraybackup
Section: video
Priority: optional
Maintainer: Matteo Bini <matteobin@tiepi.it>
Build-Depends: debhelper-compat (= 13),
libbluray-dev
Standards-Version: 4.6.2
Homepage: https://git.golem.linux.it/matteobin/bluraybackup
Rules-Requires-Root: no
Package: bluraybackup
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends}
Description: Backup BDMV from the command line
bluraybackup makes a decrypted copy of the whole Blu-ray Disc Movie
or it extracts a decrypted version of a specific BDMV stream.
.
Inspired by dvdbackup, developed in C99 following the suckless
philosophy.

12
debian/copyright vendored Normal file
View File

@ -0,0 +1,12 @@
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: bluraybackup
Upstream-Contact: Matteo Bini <matteobin@tiepi.it>
Source: https://git.golem.linux.it/matteobin/bluraybackup
Files: *
Copyright: © 2023 Matteo Bini <matteobin@tiepi.it>
License: GPL-3+
License: GPL-3
On Debian systems, the complete text of the GNU General Public License
version 3 can be found in "/usr/share/common-licenses/GPL-3".

11
debian/rules vendored Executable file
View File

@ -0,0 +1,11 @@
#!/usr/bin/make -f
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
SHELL := sh -e
%:
dh $@
override_dh_auto_install:
dh_auto_install -- DESTDIR=${CURDIR}/debian/bluraybackup PREFIX=/usr

1
debian/source/format vendored Normal file
View File

@ -0,0 +1 @@
3.0 (quilt)

4
debian/upstream/metadata vendored Normal file
View File

@ -0,0 +1,4 @@
Name: bluraybackup
Contact: Matteo Bini <matteobin@tiepi.it>
Repository: https://git.golem.linux.it/matteobin/bluraybackup.git
Repository-Browse: https://git.golem.linux.it/matteobin/bluraybackup

2
debian/watch vendored Normal file
View File

@ -0,0 +1,2 @@
version=4
opts="pasv" ftp://larry.tiepi.it/bluraybackup/bluraybackup-([1-9]\.[0-9])\.tar\.gz