first generation of debian packages possible

This commit is contained in:
Tim Ruehsen 2014-05-26 12:08:15 +02:00
parent dfa6429df4
commit 6ce1d8b75f
4 changed files with 8 additions and 7 deletions

2
debian/changelog vendored
View File

@ -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>

View File

@ -1,5 +1,5 @@
usr/include/*
usr/lib/lib*.a
usr/lib/lib*.so
usr/lib/pkgconfig/*
usr/share/pkgconfig/*
usr/lib/*/lib*.a
usr/lib/*/lib*.so
usr/lib/*/pkgconfig/*
#usr/share/pkgconfig/*

View File

@ -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)

View File

@ -2,7 +2,8 @@
# 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
wget -O libpsl_${version}.orig.tar.gz https://github.com/rockdaboot/libpsl/archive/${version}.tar.gz