[Pkg-voip-commits] r1305 - spandsp/trunk/debian

Kilian Krause kilian at costa.debian.org
Sat Feb 18 21:47:30 UTC 2006


Author: kilian
Date: 2006-02-18 21:47:29 +0000 (Sat, 18 Feb 2006)
New Revision: 1305

Added:
   spandsp/trunk/debian/libspandsp-doc.install
   spandsp/trunk/debian/libspandsp1.install
Removed:
   spandsp/trunk/debian/libspandsp0.install
Modified:
   spandsp/trunk/debian/changelog
   spandsp/trunk/debian/control
   spandsp/trunk/debian/copyright
   spandsp/trunk/debian/rules
Log:
update to spandsp 0.0.2pre25. 


Modified: spandsp/trunk/debian/changelog
===================================================================
--- spandsp/trunk/debian/changelog	2006-02-18 20:51:20 UTC (rev 1304)
+++ spandsp/trunk/debian/changelog	2006-02-18 21:47:29 UTC (rev 1305)
@@ -1,11 +1,11 @@
-spandsp (0.0.2pre23-1) UNRELEASED; urgency=low
+spandsp (0.0.2pre25-1) unstable; urgency=low
 
   * New upstream version.
   * debian/copyright: Source's URL in copyright file updated to the new author' site.
   * Added -doc package, with the API documentation.
   * Fixed package name to follow new upstream's version.
 
- -- Kilian Krause <kilian at debian.org>  Sun, 12 Feb 2006 15:07:40 +0100
+ -- Kilian Krause <kilian at debian.org>  Sat, 18 Feb 2006 22:10:21 +0100
 
 spandsp (0.0.2pre17-1) unstable; urgency=low
 

Modified: spandsp/trunk/debian/control
===================================================================
--- spandsp/trunk/debian/control	2006-02-18 20:51:20 UTC (rev 1304)
+++ spandsp/trunk/debian/control	2006-02-18 21:47:29 UTC (rev 1305)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian VoIP Team <pkg-voip-maintainers at lists.alioth.debian.org>
 Uploaders: Jose Carlos Garcia Sogo <jsogo at debian.org>, Kilian Krause <kilian at debian.org>, Santiago Garcia Mantinan <manty at debian.org>, Mark Purcell <msp at debian.org>
-Build-Depends: debhelper (>= 4.0.0), libtiff4-dev, libjpeg62-dev, dpatch
+Build-Depends: debhelper (>= 4.0.0), libtiff4-dev, libjpeg62-dev, dpatch, doxygen
 Standards-Version: 3.6.1
 
 Package: libspandsp1

Modified: spandsp/trunk/debian/copyright
===================================================================
--- spandsp/trunk/debian/copyright	2006-02-18 20:51:20 UTC (rev 1304)
+++ spandsp/trunk/debian/copyright	2006-02-18 21:47:29 UTC (rev 1305)
@@ -16,10 +16,10 @@
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.
 
-   You should have received a copy of the GNU General Public License
-   along with this package; if not, write to the Free Software
-   Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
-   02111-1307, USA.
+   You should have received a copy of the GNU General Public License along with
+   this package; if not, write to the Free Software Foundation, Inc., 
+   51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
 
+
 On Debian systems, the complete text of the GNU General
 Public License can be found in `/usr/share/common-licenses/GPL'.

Added: spandsp/trunk/debian/libspandsp-doc.install
===================================================================
--- spandsp/trunk/debian/libspandsp-doc.install	2006-02-18 20:51:20 UTC (rev 1304)
+++ spandsp/trunk/debian/libspandsp-doc.install	2006-02-18 21:47:29 UTC (rev 1305)
@@ -0,0 +1,2 @@
+doc/api/html usr/share/doc/libspandsp-doc/api/
+

Deleted: spandsp/trunk/debian/libspandsp0.install
===================================================================
--- spandsp/trunk/debian/libspandsp0.install	2006-02-18 20:51:20 UTC (rev 1304)
+++ spandsp/trunk/debian/libspandsp0.install	2006-02-18 21:47:29 UTC (rev 1305)
@@ -1,4 +0,0 @@
-debian/tmp/usr/lib/libspandsp.so.0.*
-debian/tmp/usr/lib/libspandsp.so.0
-debian/tmp/usr/share/spandsp/global-tones.xml
-debian/tmp/usr/share/spandsp/tones.dtd

Copied: spandsp/trunk/debian/libspandsp1.install (from rev 1304, spandsp/trunk/debian/libspandsp0.install)

Modified: spandsp/trunk/debian/rules
===================================================================
--- spandsp/trunk/debian/rules	2006-02-18 20:51:20 UTC (rev 1304)
+++ spandsp/trunk/debian/rules	2006-02-18 21:47:29 UTC (rev 1305)
@@ -29,7 +29,8 @@
 	  --build=$(DEB_BUILD_GNU_TYPE) \
 	  --prefix=/usr \
 	  --mandir=\$${prefix}/share/man \
-	  --infodir=\$${prefix}/share/info
+	  --infodir=\$${prefix}/share/info \
+	  --enable-doc
 
 build: build-stamp
 
@@ -57,22 +58,33 @@
 	$(MAKE) install DESTDIR=$(CURDIR)/debian/tmp
 
 binary-indep: build-stamp install
+	dh_testdir -i
+	dh_testroot -i
+	dh_installchangelogs -i ChangeLog
+	dh_installdocs -i DueDiligence
+	dh_install -i
+	dh_compress -i
+	dh_fixperms -i
+	dh_installdeb -i
+	dh_gencontrol -i
+	dh_md5sums -i
+	dh_builddeb -i
 
 binary-arch: build-stamp install
-	dh_testdir
-	dh_testroot
-	dh_installchangelogs ChangeLog
-	dh_installdocs DueDiligence
-	dh_install
-	dh_strip
-	dh_compress
-	dh_fixperms
-	dh_makeshlibs
-	dh_installdeb
-	dh_shlibdeps
-	dh_gencontrol
-	dh_md5sums
-	dh_builddeb
+	dh_testdir -a
+	dh_testroot -a
+	dh_installchangelogs -a ChangeLog
+	dh_installdocs -a DueDiligence
+	dh_install -a
+	dh_strip -a
+	dh_compress -a
+	dh_fixperms -a
+	dh_makeshlibs -a
+	dh_installdeb -a
+	dh_shlibdeps -a
+	dh_gencontrol -a
+	dh_md5sums -a
+	dh_builddeb -a
 
 binary: binary-indep binary-arch
 .PHONY: build clean binary-indep binary-arch binary install patch unpatch




More information about the Pkg-voip-commits mailing list