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
|
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
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
|
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
2
debian/rules
vendored
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user