Resolve a missing build-dep. Resolve a handful of lintian warnings and errors. Cleanup in prep for 1.2 release packaging. --resolve FS-3449
This commit is contained in:
parent
5f76f3b912
commit
5c2330f766
|
@ -1,29 +0,0 @@
|
||||||
Please do not change the maintainer (as found in the control file).
|
|
||||||
|
|
||||||
Please DO send me a note before changing anything here. Also, PLEASE DO MAKE A
|
|
||||||
JIRA FIRST !!!!
|
|
||||||
|
|
||||||
This request is the result of far too many sleepless nights and far too many
|
|
||||||
people breaking this far too often. So, HANDS OFF FOR NOW !!!!
|
|
||||||
|
|
||||||
Again, to be perfectly clear:
|
|
||||||
1. Do not make any changes before verifying that they are OK with the current
|
|
||||||
maintainer (yes, that is me*).
|
|
||||||
|
|
||||||
2. Before the mere idea of making a change crosses your mind, create a ticket in
|
|
||||||
Jira and assign it to the current maintainer.
|
|
||||||
|
|
||||||
3. As current maintainer, I have other obligations besides fixing things people
|
|
||||||
break in the Debian build. So, please be patient; it can sometimes take a
|
|
||||||
bit for me to respond.
|
|
||||||
|
|
||||||
4. Creating and maintaining this packages has been a lot of work. Please help
|
|
||||||
me maintain it by not fixing it to death.
|
|
||||||
|
|
||||||
5. The maintainer is always right.
|
|
||||||
|
|
||||||
6. If you believe the maintainer is wrong, please see item #5.
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
* Michal Bielicki <michal.bielicki@seventhsignal.de>
|
|
|
@ -1,3 +1,10 @@
|
||||||
|
freeswitch (1.1.head-git.master.20120419.1-1) unstable; urgency=low
|
||||||
|
|
||||||
|
* Fixing FS-3449 as well as a bit of cleanup in prep for 1.2 release
|
||||||
|
packaging. Also a handful of lintian errors/warnings are now fixed.
|
||||||
|
|
||||||
|
-- William King <quentusrex@gmail.com> Thu, 19 Apr 2012 19:23:18 -0700
|
||||||
|
|
||||||
freeswitch (1.0.head-git.master.20110530.1-1) unstable; urgency=low
|
freeswitch (1.0.head-git.master.20110530.1-1) unstable; urgency=low
|
||||||
|
|
||||||
* added mod_cdr_sqlite
|
* added mod_cdr_sqlite
|
||||||
|
|
|
@ -7,9 +7,9 @@ Build-Depends: debhelper (>= 7), wget, automake (>=1.9), autoconf, libtool,
|
||||||
unixodbc-dev, libasound2-dev, libcurl3-openssl-dev|libcurl4-openssl-dev,
|
unixodbc-dev, libasound2-dev, libcurl3-openssl-dev|libcurl4-openssl-dev,
|
||||||
libssl-dev, ncurses-dev, libogg-dev, libvorbis-dev, libperl-dev, libgdbm-dev,
|
libssl-dev, ncurses-dev, libogg-dev, libvorbis-dev, libperl-dev, libgdbm-dev,
|
||||||
libdb-dev, libgnutls-dev, libtiff4-dev, python-dev, libx11-dev, uuid-dev,
|
libdb-dev, libgnutls-dev, libtiff4-dev, python-dev, libx11-dev, uuid-dev,
|
||||||
libc6-dev
|
libc6-dev (>= 2), bison, gawk
|
||||||
Homepage: http://freeswitch.org/
|
Homepage: http://freeswitch.org/
|
||||||
Standards-Version: 3.9.1
|
Standards-Version: 3.9.3
|
||||||
Vcs-Git: git://git.freeswitch.org/freeswitch.git
|
Vcs-Git: git://git.freeswitch.org/freeswitch.git
|
||||||
Vcs-Browser: http://fisheye.freeswitch.org/browse/freeswitch.git
|
Vcs-Browser: http://fisheye.freeswitch.org/browse/freeswitch.git
|
||||||
|
|
||||||
|
|
|
@ -177,14 +177,9 @@ config.status: configure
|
||||||
for i in $(MODULES); do echo $$i >> modules.conf; done
|
for i in $(MODULES); do echo $$i >> modules.conf; done
|
||||||
./configure --prefix=/opt/freeswitch --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) ${FEATURES}
|
./configure --prefix=/opt/freeswitch --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) ${FEATURES}
|
||||||
|
|
||||||
configure: bootstrap.sh # .pc/applied-patches
|
build: build-arch build-indep
|
||||||
dh_testdir
|
build-arch: build-stamp
|
||||||
test -e /usr/share/misc/config.sub && cp -f /usr/share/misc/config.sub build/config/config.sub
|
build-indep: build-stamp
|
||||||
test -e /usr/share/misc/config.guess && cp -f /usr/share/misc/config.guess build/config/config.guess
|
|
||||||
AUTOCONF=${AUTOCONF} ./bootstrap.sh
|
|
||||||
|
|
||||||
|
|
||||||
build: build-stamp
|
|
||||||
build-stamp: config.status
|
build-stamp: config.status
|
||||||
dh_testdir
|
dh_testdir
|
||||||
|
|
||||||
|
@ -197,8 +192,8 @@ clean: # .pc/applied-patches
|
||||||
dh_testroot
|
dh_testroot
|
||||||
rm -f build-stamp
|
rm -f build-stamp
|
||||||
|
|
||||||
-$(MAKE) update-clean
|
[ ! -f Makefile ] || $(MAKE) distclean
|
||||||
rm -f configure config.status
|
rm -f config.status
|
||||||
rm -f */*/config.status
|
rm -f */*/config.status
|
||||||
rm -f */*/*/config.status
|
rm -f */*/*/config.status
|
||||||
dh_clean
|
dh_clean
|
||||||
|
|
Loading…
Reference in New Issue