Version 2: - Reformatted changelog. - Depend on libneon27-dev and libical-dev
-- Paul Belanger Digium, Inc. | Software Developer twitter: pabelanger | IRC: pabelanger (Freenode) Check us out at: http://digium.com & http://asterisk.org
Index: debian/control =================================================================== --- debian/control (revision 8720) +++ debian/control (working copy) @@ -42,6 +42,8 @@ libopenr2-dev, libresample1-dev, libopenais-dev, + libneon27-dev, + libical-dev, zlib1g-dev Standards-Version: 3.9.0 Homepage: http://www.asterisk.org/ @@ -51,7 +53,7 @@ Package: asterisk Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, asterisk-config (= ${source:Version}) | asterisk-config-custom, adduser, asterisk-prompt-en -Provides: asterisk-1.6.2 +Provides: asterisk-1.8 Recommends: sox, asterisk-voicemail | asterisk-voicemail-storage Suggests: asterisk-doc, asterisk-dev, asterisk-h323 Description: Open Source Private Branch Exchange (PBX) Index: debian/patches/series =================================================================== --- debian/patches/series (revision 8720) +++ debian/patches/series (working copy) @@ -14,5 +14,4 @@ astgenkey-security # bugfixes on top of everything -sound_files h323-extra-target Index: debian/patches/sound_files =================================================================== --- debian/patches/sound_files (revision 8720) +++ debian/patches/sound_files (working copy) @@ -1,24 +0,0 @@ -Subject: Avoid downloading extra sound files -From: Tzafrir Cohen <[email protected]> -Forwarded: no -Last-Update: 2010-02-03 - -Asterisk configures several sound files to be installed that are not -included in the distribution tarball. Those files are downloaded by the -'install' target. - -The exact files to be downloaded is configurable. Here we change the -default to avoid downloading any. We believe those should be part of -a separate source package (as they rarely change, and have their own -versioning). - ---- a/sounds/sounds.xml -+++ b/sounds/sounds.xml -@@ -57,7 +57,6 @@ - </category> - <category name="MENUSELECT_MOH" displayname="Music On Hold File Packages" positive_output="yes"> - <member name="MOH-OPSOUND-WAV" displayname="opsound.org Music On Hold Files, WAV format" > -- <defaultenabled>yes</defaultenabled> - </member> - <member name="MOH-OPSOUND-ULAW" displayname="opsound.org Music On Hold Files, mu-Law format" > - </member> Index: debian/changelog =================================================================== --- debian/changelog (revision 8720) +++ debian/changelog (working copy) @@ -1,5 +1,6 @@ -asterisk (1:1.8.2.1-1) unstable; urgency=low +asterisk (1:1.8.2.2-1) unstable; urgency=low + [ Tzafrir Cohen ] * Switching to branch 1.8. * Patch parser-mangles-include dropped: merged upstream. * Patch dahdi-fxsks-hookstate dropped: merged upstream. @@ -18,8 +19,14 @@ - asterisk-voicemail{,-{imap,odbc}storage} - And rename the modules accordingly. - -- Tzafrir Cohen <[email protected]> Fri, 24 Dec 2010 15:22:58 +0200 + [ Paul Belanger ] + * Disable MOH downloading by using menuselect's --disable-category, thus + avoiding the sound_files patch. + * Bump Provides: to asterisk-1.8 since the ABI has changed since 1.6. + * Also depend on libneon27-dev and libical-dev for added calendar support. + -- Paul Belanger <[email protected]> Mon, 24 Jan 2011 23:30:50 -0500 + asterisk (1:1.6.2.9-2) unstable; urgency=high [ Tzafrir Cohen ] Index: debian/rules =================================================================== --- debian/rules (revision 8720) +++ debian/rules (working copy) @@ -74,6 +74,8 @@ build-arch: build-arch-stamp build-arch-stamp: config.status dh_testdir + $(MAKE) menuselect.makeopts + menuselect/menuselect --disable-category MENUSELECT_MOH menuselect.makeopts $(FETCH_ENV) $(MAKE) $(BUILDFLAGS) h323-mak $(FETCH_ENV) $(MAKE) $(BUILDFLAGS) touch $@

