bugfixes for debian, see #2
This commit is contained in:
10
configure.in
10
configure.in
@@ -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
2
debian/control
vendored
@@ -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
2
debian/rules
vendored
@@ -94,7 +94,7 @@ binary-arch: install
|
||||
dh_fixperms
|
||||
# dh_perl
|
||||
# dh_python
|
||||
# dh_makeshlibs
|
||||
dh_makeshlibs
|
||||
dh_installdeb
|
||||
dh_shlibdeps
|
||||
dh_gencontrol
|
||||
|
@@ -1,4 +1,4 @@
|
||||
prefix=@PREFIX@
|
||||
prefix=@PACKAGENAME@
|
||||
exec_prefix=${prefix}
|
||||
libdir=${exec_prefix}/lib
|
||||
includedir=${prefix}/include
|
||||
|
Reference in New Issue
Block a user