first generation of debian packages possible
This commit is contained in:
parent
dfa6429df4
commit
6ce1d8b75f
|
@ -1,4 +1,4 @@
|
||||||
libpsl (0.2.1-1) unstable; urgency=low
|
libpsl (0.2.2-1) unstable; urgency=low
|
||||||
|
|
||||||
* Initial release (Closes: #nnnn) <nnnn is the bug number of your ITP>
|
* Initial release (Closes: #nnnn) <nnnn is the bug number of your ITP>
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
usr/include/*
|
usr/include/*
|
||||||
usr/lib/lib*.a
|
usr/lib/*/lib*.a
|
||||||
usr/lib/lib*.so
|
usr/lib/*/lib*.so
|
||||||
usr/lib/pkgconfig/*
|
usr/lib/*/pkgconfig/*
|
||||||
usr/share/pkgconfig/*
|
#usr/share/pkgconfig/*
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
liblibpsl 0.2.1 libpsl (>> 0.2.1-0), libpsl (<< 0.2.1-99)
|
liblibpsl 0.2.2 libpsl (>> 0.2.2-0), libpsl (<< 0.2.2-99)
|
||||||
|
|
3
make_deb
3
make_deb
|
@ -2,7 +2,8 @@
|
||||||
|
|
||||||
# see https://wiki.debian.org/Courses2005/BuildingWithoutHelper
|
# see https://wiki.debian.org/Courses2005/BuildingWithoutHelper
|
||||||
|
|
||||||
version="0.2.1"
|
version=`git tag -l|tail -1`
|
||||||
|
#version="0.2.2"
|
||||||
|
|
||||||
if [ ! -e libpsl_${version}.orig.tar.gz ]; then
|
if [ ! -e libpsl_${version}.orig.tar.gz ]; then
|
||||||
wget -O libpsl_${version}.orig.tar.gz https://github.com/rockdaboot/libpsl/archive/${version}.tar.gz
|
wget -O libpsl_${version}.orig.tar.gz https://github.com/rockdaboot/libpsl/archive/${version}.tar.gz
|
||||||
|
|
Loading…
Reference in New Issue