sanitize debian packaging

This commit is contained in:
Mirek Kratochvil 2016-02-12 10:13:49 +01:00
parent 0929c13d3b
commit b3c4a69fcf
5 changed files with 20 additions and 21 deletions

11
.gitignore vendored
View file

@ -1,21 +1,26 @@
Makefile
Makefile.am
Makefile.in
aclocal.m4
AUTHORS
autom4te.cache/
ccr
codecrypt-*.tar.gz
compile
config.guess
config.log
config.status
config.sub
configure
debian-packages/
depcomp
INSTALL
install-sh
libtool
ltmain.sh
m4/
Makefile
Makefile.am
Makefile.in
missing
NEWS
src/.deps/
src/.dirstamp
src/*.o

View file

@ -10,12 +10,15 @@ if [ -z "$1" ] ; then
fi
OUT_DIR=debian-packages
NV="codecrypt-$1"
N="codecrypt"
V="$1"
NV="$N-$V"
DIST="$NV.tar.gz"
ORIG="$OUT_DIR/${N}_$V.orig.tar.gz"
mkdir -p "$OUT_DIR" && \
make dist && \
cp "$DIST" "$OUT_DIR" && \
cp "$DIST" "$ORIG" && \
tar xzf "$DIST" -C "$OUT_DIR" && \
cp -a debian "$OUT_DIR/$NV/" && \
cd "$OUT_DIR/$NV" && \

17
debian/changelog vendored
View file

@ -1,18 +1,5 @@
codecrypt (1.7.3) unstable; urgency=low
codecrypt (1.7.3-1) unstable; urgency=low
* upstream version 1.7.3
* Initial release (Closes: #814462)
-- Mirek Kratochvil <exa.exa@gmail.com> Thu, 11 Feb 2016 20:25:55 +0100
codecrypt (1.7.2) unstable; urgency=low
* Imported Upstream version 1.7.2
* Fixed the libfftw3 dependency
-- Mirek Kratochvil <exa.exa@gmail.com> Wed, 10 Feb 2016 22:19:43 +0100
codecrypt (1.6.1) unstable; urgency=low
* Initial release
-- Mirek Kratochvil <exa.exa@gmail.com> Sat, 25 Apr 2015 10:04:19 +0200

View file

@ -1 +1 @@
3.0 (native)
3.0 (quilt)

4
debian/watch vendored Normal file
View file

@ -0,0 +1,4 @@
version=3
http://e-x-a.org/codecrypt/files/codecrypt-(.+)\.tar\.gz \
debian uupdate