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
MAJOR=1
MINOR=0
LEAST='$Revision$'
LEAST=${LEAST#* }
LEAST=${LEAST% *}
LEAST="ERROR-UNDEFINED-REVISION-to-be-built-in-subdirectory-of-svn-checkout"
for path in . .. ../..; do
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])

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
Package: proxyface1
Package: proxyface
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}

2
debian/rules vendored
View File

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

View File

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