[Pkg-voip-commits] r7454 - in /asterisk/trunk/debian: asterisk-progdoc.docs changelog control rules

paravoid at alioth.debian.org paravoid at alioth.debian.org
Mon Jul 27 18:56:27 UTC 2009


Author: paravoid
Date: Mon Jul 27 18:56:26 2009
New Revision: 7454

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=7454
Log:
Remove asterisk-progdocs: it is of very limited use but a) is enormous in
size and b) takes too long to build.

Removed:
    asterisk/trunk/debian/asterisk-progdoc.docs
Modified:
    asterisk/trunk/debian/changelog
    asterisk/trunk/debian/control
    asterisk/trunk/debian/rules

Modified: asterisk/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/asterisk/trunk/debian/changelog?rev=7454&op=diff
==============================================================================
--- asterisk/trunk/debian/changelog (original)
+++ asterisk/trunk/debian/changelog Mon Jul 27 18:56:26 2009
@@ -19,6 +19,8 @@
     was also lintian-buggy in its current form.
   * Don't include /var/run/asterisk in the package, it is created at boot-time
     by the init script (thanks lintian).
+  * Remove asterisk-progdocs: it is of very limited use but a) is enormous in
+    size and b) takes too long to build.
 
   [ Tzafrir Cohen ]
   * New upstream release.
@@ -30,7 +32,7 @@
   [ Lionel Elie Mamane ]
   * Install UPGRADE-1.6.txt, useful for people upgrading from lenny
 
- -- Faidon Liambotis <paravoid at debian.org>  Mon, 27 Jul 2009 21:21:08 +0300
+ -- Faidon Liambotis <paravoid at debian.org>  Mon, 27 Jul 2009 21:53:03 +0300
 
 asterisk (1:1.6.1.0~dfsg-1) unstable; urgency=low
 

Modified: asterisk/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-voip/asterisk/trunk/debian/control?rev=7454&op=diff
==============================================================================
--- asterisk/trunk/debian/control (original)
+++ asterisk/trunk/debian/control Mon Jul 27 18:56:26 2009
@@ -23,7 +23,6 @@
  libspeexdsp-dev,
  graphviz,
  libcurl4-openssl-dev | libcurl-dev,
- doxygen,
  libxml2-dev,
  gsfonts,
  libpopt-dev,
@@ -106,17 +105,6 @@
  .
  This package contains the documentation for configuring an Asterisk system.
 
-Package: asterisk-progdoc
-Recommends: asterisk
-Section: doc
-Priority: extra
-Architecture: all
-Description: Source code documentation for Asterisk
- Asterisk is an Open Source PBX and telephony toolkit.
- .
- This package contains the source code documentation needed if you wish to
- extend Asterisk by writing loadable modules for it.
-
 Package: asterisk-dev
 Architecture: all
 Recommends: asterisk

Modified: asterisk/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-voip/asterisk/trunk/debian/rules?rev=7454&op=diff
==============================================================================
--- asterisk/trunk/debian/rules (original)
+++ asterisk/trunk/debian/rules Mon Jul 27 18:56:26 2009
@@ -95,21 +95,13 @@
 build-arch: build-arch-stamp
 build-arch-stamp: config.status
 	dh_testdir
-
 	$(FETCH_ENV) $(MAKE) $(BUILDFLAGS)
-
 	touch $@
 
 build-indep: build-indep-stamp
 build-indep-stamp: config.status
 	dh_testdir
-
-	# Add here command to compile/build the arch indep package.
-ifndef ASTERISK_NO_DOCS
-	$(FETCH_ENV) $(MAKE) progdocs 
-endif
-	touch $@
-
+	touch $@
 
 clean: cleaned unpatch 
 # make clean breaks if we don't patch it up, hence the dependency




More information about the Pkg-voip-commits mailing list