bugfixes for debian, see #2

This commit is contained in:
Marc Wäckerlin
2010-04-15 13:15:29 +00:00
parent b6f7499314
commit 798c0e8109
6 changed files with 10 additions and 6 deletions

View File

@@ -4,9 +4,13 @@ AC_INIT([README])
PACKAGENAME=proxyface PACKAGENAME=proxyface
MAJOR=1 MAJOR=1
MINOR=0 MINOR=0
LEAST='$Revision$' LEAST="ERROR-UNDEFINED-REVISION-to-be-built-in-subdirectory-of-svn-checkout"
LEAST=${LEAST#* } for path in . .. ../..; do
LEAST=${LEAST% *} if svn info $path 2>&1 > /dev/null; then
LEAST=$(LANG= svn info $path | sed -n 's/Revision: //p')
break;
fi
done
AM_INIT_AUTOMAKE($PACKAGENAME, $MAJOR.$MINOR.$LEAST, [marc@waeckerlin.org]) AM_INIT_AUTOMAKE($PACKAGENAME, $MAJOR.$MINOR.$LEAST, [marc@waeckerlin.org])

2
debian/control vendored
View File

@@ -18,7 +18,7 @@ Description: C++ WPAD Interface for all Operating Systems
. .
For more details, see: https://dev.marc.waeckerlin.org/projects/proxyface For more details, see: https://dev.marc.waeckerlin.org/projects/proxyface
Package: proxyface1 Package: proxyface
Section: libs Section: libs
Architecture: any Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends} Depends: ${shlibs:Depends}, ${misc:Depends}

2
debian/rules vendored
View File

@@ -94,7 +94,7 @@ binary-arch: install
dh_fixperms dh_fixperms
# dh_perl # dh_perl
# dh_python # dh_python
# dh_makeshlibs dh_makeshlibs
dh_installdeb dh_installdeb
dh_shlibdeps dh_shlibdeps
dh_gencontrol dh_gencontrol

View File

@@ -1,4 +1,4 @@
prefix=@PREFIX@ prefix=@PACKAGENAME@
exec_prefix=${prefix} exec_prefix=${prefix}
libdir=${exec_prefix}/lib libdir=${exec_prefix}/lib
includedir=${prefix}/include includedir=${prefix}/include