[Pkg-voip-commits] [asterisk] 04/34: Add/update DEP3 patch headers, with long descriptions embedded in Description field.

Jonas Smedegaard dr at jones.dk
Sun Mar 20 18:39:19 UTC 2016


This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository asterisk.

commit 674be6ab49abe70011e8679099386a81430247dc
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Sat Mar 19 19:57:36 2016 +0100

    Add/update DEP3 patch headers, with long descriptions embedded in Description field.
---
 debian/patches/aelparse_enable.patch             |  6 +++-
 debian/patches/astdatadir                        | 16 ++++-----
 debian/patches/astgenkey-security                |  9 +++--
 debian/patches/configure-osarch                  |  7 ++++
 debian/patches/dahdi_event_removed_dchan         | 45 ++++++++++++------------
 debian/patches/enable_addons                     | 16 ++++-----
 debian/patches/h323-extra-target                 |  9 +++--
 debian/patches/h323-no-deps-on-asterisk          | 21 +++++------
 debian/patches/h323-workaround-openh323-segfault | 27 +++++++-------
 debian/patches/hack-multiple-app-voicemail       | 29 ++++++++-------
 debian/patches/ilbc_disable                      | 21 +++++------
 debian/patches/make-clean-fixes                  | 20 +++++------
 debian/patches/menuselect_weakref                | 12 +++----
 debian/patches/mpglib                            | 14 ++++----
 debian/patches/no_uname                          |  9 ++---
 debian/patches/reenable                          |  1 +
 debian/patches/smsq_enable.patch                 |  6 +++-
 debian/patches/sound_files                       | 23 ++++++------
 debian/patches/systemd.patch                     | 10 +++---
 debian/patches/test_framework.patch              | 24 ++++++-------
 debian/patches/undeprecate                       |  4 +++
 21 files changed, 175 insertions(+), 154 deletions(-)

diff --git a/debian/patches/aelparse_enable.patch b/debian/patches/aelparse_enable.patch
index 0bceec4..f7f2ede 100644
--- a/debian/patches/aelparse_enable.patch
+++ b/debian/patches/aelparse_enable.patch
@@ -1,4 +1,8 @@
-Enable the aelparse application.
+Description: Enable the aelparse application.
+Author: Jeremy Lainé <jeremy.laine at m4x.org>
+Forwarded: no
+Bug-Debian: https://bugs.debian.org/747866
+Last-Update: 2016-03-19
 
 --- a/utils/utils.xml
 +++ b/utils/utils.xml
diff --git a/debian/patches/astdatadir b/debian/patches/astdatadir
index 5e6c9f6..e1f5779 100644
--- a/debian/patches/astdatadir
+++ b/debian/patches/astdatadir
@@ -1,12 +1,12 @@
-From: Tzafrir Cohen <tzafrir at debian.org>
-Subject: place asterisk read-only data files under /usr/share
+Description: place asterisk read-only data files under /usr/share
+ On Debian read-only resources belong under /usr. The space taken from
+ the writable /var should be minimized.
+ .
+ Upstream prefers defaults to have those files under /var/lib, though
+ supports a separate datadir.
+Author: Tzafrir Cohen <tzafrir at debian.org>
 Forwarded: no
-
-On Debian read-only resources belong under /usr. The space taken from
-the writable /var should be minimized.
-
-Upstream prefers defaults to have those files under /var/lib, though
-supports a separate datadir.
+Last-Update: 2016-03-19
 
 --- a/configure.ac
 +++ b/configure.ac
diff --git a/debian/patches/astgenkey-security b/debian/patches/astgenkey-security
index 9d1beb9..a2ddc89 100644
--- a/debian/patches/astgenkey-security
+++ b/debian/patches/astgenkey-security
@@ -1,10 +1,9 @@
-Subject: astgenkey should generate a private key that is not world-readable
+Description: astgenkey should generate a private key that is not world-readable
+ Upstream has not accepted this patch and chose intead to document this
+ as a known minor issue.
 Author: Lionel Elie Mamane <lionel at mamane.lu>
 Bug: http://issues.asterisk.org/view.php?id=12373
-Last-Update: 2009-12-19
-
-Upstream has not accepted this patch and chose intead to document this 
-as a known minor issue.
+Last-Update: 2016-03-19
 
 --- a/contrib/scripts/astgenkey
 +++ b/contrib/scripts/astgenkey
diff --git a/debian/patches/configure-osarch b/debian/patches/configure-osarch
index fb980e2..bef8961 100644
--- a/debian/patches/configure-osarch
+++ b/debian/patches/configure-osarch
@@ -1,3 +1,10 @@
+Description: Fix OSARCH detection on all linux architectures
+Author: James Cowgill <james410 at cowgill.org.uk>
+Reviewed-by: Matthias Klose <doko at debian.org>
+Forwarded: no
+Bug-Debian: https://bugs.debian.org/780287
+Last-Update: 2016-03-19
+
 --- a/configure.ac
 +++ b/configure.ac
 @@ -178,7 +178,7 @@
diff --git a/debian/patches/dahdi_event_removed_dchan b/debian/patches/dahdi_event_removed_dchan
index 6093592..324e515 100644
--- a/debian/patches/dahdi_event_removed_dchan
+++ b/debian/patches/dahdi_event_removed_dchan
@@ -1,27 +1,28 @@
-From: Tzafrir Cohen <tzafrir.cohen at xorcom.com>
-Subject: DAHDI_EVENT_REMOVED on a D-Channel - Disconnect PRI/BRI Astribank
+Description: DAHDI_EVENT_REMOVED on a D-Channel - Disconnect PRI/BRI Astribank
+ When a DAHDI device is removed at run-time it sends the event
+ DAHDI_EVENT_REMOVED on each channel. This is intended to signal the
+ userspace program to close the respective file handle, as the driver of
+ the device will need all of them closed to properly clean-up.
+ .
+ This event has long since been handled in chan_dahdi (chan_zap at the
+ time). However the event that is sent on a D-Channel of a "PRI" (ISDN)
+ span simply gets ignored.
+ .
+ This code adds handling for closing the file descriptor (and shutting
+ down the span, while we're at it). It also adds a CLI command to help
+ test it.
+ .
+ This patch is included in the package to help test it. It is not yet
+ included in upstream trunk.
+ .
+ NOTE: At the moment this patch should not be considered safe for
+ inclusion in squeeze, till further testing. Make sure it is disabled
+ before uploading the package. This patch should not have any effect on
+ system without such Astribanks, though.
+Author: Tzafrir Cohen <tzafrir.cohen at xorcom.com>
 Bug: https://issues.asterisk.org/view.php?id=17525
 Applied-Upsteam: no
-
-When a DAHDI device is removed at run-time it sends the event
-DAHDI_EVENT_REMOVED on each channel. This is intended to signal the
-userspace program to close the respective file handle, as the driver of
-the device will need all of them closed to properly clean-up.
-
-This event has long since been handled in chan_dahdi (chan_zap at the
-time). However the event that is sent on a D-Channel of a "PRI" (ISDN)
-span simply gets ignored.
-
-This code adds handling for closing the file descriptor (and shutting down
-the span, while we're at it). It also adds a CLI command to help test it.
-
-This patch is included in the package to help test it. It is not yet
-included in upstream trunk.
-
-NOTE: At the moment this patch should not be considered safe for inclusion
-in squeeze, till further testing. Make sure it is disabled before uploading
-the package. This patch should not have any effect on system without such
-Astribanks, though.
+Last-Update: 2016-03-19
 
 --- a/channels/chan_dahdi.c
 +++ b/channels/chan_dahdi.c
diff --git a/debian/patches/enable_addons b/debian/patches/enable_addons
index b08ec7b..09c4a17 100644
--- a/debian/patches/enable_addons
+++ b/debian/patches/enable_addons
@@ -1,14 +1,14 @@
 Description: enable modules formly from asterisk-addons
+ The modules under addons/ are originally from the separate
+ asterisk-addons package. As of asterisk 1.8 they are included in the
+ main Asterisk distribution but not enabled by default. this patch
+ enables them, as it seems valid in Debian.
+ .
+ format_mp3.c is not enabled, yet, though: the complete source is not
+ included. See contrib/scripts/get_mp3_source.sh in the source tree.
 Author: Tzafrir Cohen <tzafrir at debian.org>
 Applied-Upsteam: no
-
-The modules under addons/ are originally from the separate asterisk-addons
-package. As of asterisk 1.8 they are included in the main Asterisk
-distribution but not enabled by default. this patch enables them, as it
-seems valid in Debian.
-
-format_mp3.c is not enabled, yet, though: the complete source is not
-included. See contrib/scripts/get_mp3_source.sh in the source tree.
+Last-Update: 2016-03-19
 
 --- a/addons/app_mysql.c
 +++ b/addons/app_mysql.c
diff --git a/debian/patches/h323-extra-target b/debian/patches/h323-extra-target
index 4f27330..9d56fb6 100644
--- a/debian/patches/h323-extra-target
+++ b/debian/patches/h323-extra-target
@@ -1,11 +1,10 @@
 Description: allow manually generating channels/h323/Makefile.ast
+ This patch is a work-around to that bug. It allows running
+ 'make h323-mak' from debian/rules to generate
+ channels/h323/Makefile.ast before running the main 'make' command.
 Author: Tzafrir Cohen <tzafrir.cohen at xorcom.com>
 Bug: https://issues.asterisk.org/view.php?id=17162
-Last-Update: 2010-12-18
-
-This patch is a work-around to that bug. It allows running 'make h323-mak'
-from debian/rules to generate channels/h323/Makefile.ast before running
-the main 'make' command.
+Last-Update: 2016-03-19
 
 --- a/Makefile
 +++ b/Makefile
diff --git a/debian/patches/h323-no-deps-on-asterisk b/debian/patches/h323-no-deps-on-asterisk
index 75cf09a..50fcb50 100644
--- a/debian/patches/h323-no-deps-on-asterisk
+++ b/debian/patches/h323-no-deps-on-asterisk
@@ -1,15 +1,16 @@
-Subject: Avoid linking the asterisk binary with the H.323 libraries
+Description: Avoid linking the asterisk binary with the H.323 libraries
+ Don't link the Asterisk binary with the H.323 libraries since they are
+ only used by separate shared object, chan_h323.so.
+ .
+ WARNING: this will make Asterisk segfault (see #435146) when loading
+ chan_h323.so because libopenh323 is buggy (#438815).
+ .
+ We are working around this, see patch
+ h323-workaround-openh323-segfault.
 Author: Faidon Liambotis <paravoid at debian.org>
+Bug-Debian: https://bugs.debian.org/433884
 Forwarded: no
-Last-Update: 2010-10-20
-
-Don't link the Asterisk binary with the H.323 libraries since they are only
-used by separate shared object, chan_h323.so. (Closes: #433884)
-
-WARNING: this will make Asterisk segfault (see #435146) when loading
-chan_h323.so because libopenh323 is buggy (#438815).
-
-We are working around this, see patch h323-workaround-openh323-segfault.
+Last-Update: 2016-03-19
 
 --- a/main/Makefile
 +++ b/main/Makefile
diff --git a/debian/patches/h323-workaround-openh323-segfault b/debian/patches/h323-workaround-openh323-segfault
index d0241f2..c09ab12 100644
--- a/debian/patches/h323-workaround-openh323-segfault
+++ b/debian/patches/h323-workaround-openh323-segfault
@@ -1,18 +1,19 @@
-Subject: Hack dynamic loader to workaround libopenh323 bug
+Description: Hack dynamic loader to workaround libopenh323 bug
+ libopenh323 is buggy and crashes on dlclose() when the library was
+ opened with RTLD_LAZY (#438815). Hack around this by opening it with
+ RTLD_NOW by matching the module names (chan_h323.so and the external
+ chan_oh323.so)
+ .
+ This is a very crude hack needed because we are removing libopenh323
+ dependencies from the asterisk binary. (h323-no-deps-on-asterisk)
+ Namely, it will have unexpected results if e.g. the user renames the
+ module for any reason.
+ .
+ Should be removed when #438815 closes.
 Author: Faidon Liambotis <paravoid at debian.org>
+Bug-Debian: https://bugs.debian.org/435146
 Forwarded: no
-Last-Update: 2009-12-19
-
-libopenh323 is buggy and crashes on dlclose() when the library was opened with
-RTLD_LAZY (#438815). Hack around this by opening it with RTLD_NOW by matching
-the module names (chan_h323.so and the external chan_oh323.so)
-
-This is a very crude hack needed because we are removing libopenh323
-dependencies from the asterisk binary. (h323-no-deps-on-asterisk)
-Namely, it will have unexpected results if e.g. the user renames the module
-for any reason.
-
-Should be removed when #438815 closes.
+Last-Update: 2016-03-19
 
 --- a/main/loader.c
 +++ b/main/loader.c
diff --git a/debian/patches/hack-multiple-app-voicemail b/debian/patches/hack-multiple-app-voicemail
index 705aeb8..29dac02 100644
--- a/debian/patches/hack-multiple-app-voicemail
+++ b/debian/patches/hack-multiple-app-voicemail
@@ -1,20 +1,19 @@
-Subject: build multiple versions of app_voicemail.so
-Author: Faidon Liambotis <paravoid at debian.org>
-Bug: http://issues.asterisk.org/view.php?id=13822
-Last-Update: 2010-12-24
-
-This is a very ugly hack on upstream's Makefiles to allow building multiple
-variants of app_voicemail. Three variants are created:
-  * app_voicemail.so: plain old filesystem storage that doesn't break existing
-    setups
+Description: build multiple versions of app_voicemail.so
+ This is a very ugly hack on upstream's Makefiles to allow building
+ multiple variants of app_voicemail. Three variants are created:
+  * app_voicemail.so: plain old filesystem storage that doesn't break
+    existing setups
   * app_voicemail_imapstorage.so: IMAP storage
   * app_voicemail_odbcstorage.so: ODBC storage
-All these conflict with each other and Asterisk will refuse to load them
-concurrently. They are thus included in three separate and complicting
-packages.
-
-Patch suggested to upstream but rejected for being "hackish". Though
-upstream RPM packages include packages that are only somewhat cleaner.
+ All these conflict with each other and Asterisk will refuse to load
+ them concurrently. They are thus included in three separate and
+ complicting packages.
+ .
+ Patch suggested to upstream but rejected for being "hackish". Though
+ upstream RPM packages include packages that are only somewhat cleaner.
+Author: Faidon Liambotis <paravoid at debian.org>
+Bug: http://issues.asterisk.org/view.php?id=13822
+Last-Update: 2016-03-19
 
 --- a/apps/Makefile
 +++ b/apps/Makefile
diff --git a/debian/patches/ilbc_disable b/debian/patches/ilbc_disable
index 9137187..356caf4 100644
--- a/debian/patches/ilbc_disable
+++ b/debian/patches/ilbc_disable
@@ -1,15 +1,16 @@
-Descirption: disable building codec_ilbc
+Description: disable building codec_ilbc
+ As we have to strip the ilbc code from asterisk, we need to disable
+ building codec_ilbc and cleaning the ilbc/ directory.
+ .
+ Patch needs to be cleaned-up to be uploaded upstream.
+ .
+ FIXME: module now seems to potentially use libilbc. If it can be
+ packaged into Debian, no reason to remove it.
 Author: Tzafrir Cohen <tzafrir at debian.org>
+Bug-Debian: https://bugs.debian.org/665938
+Bug-Debian: https://bugs.debian.org/665937
 Forwarded-Upstream: no
-Bug-Debian:
-
-As we have to strip the ilbc code from asterisk, we need to disable
-building codec_ilbc and cleaning the ilbc/ directory.
-
-Patch needs to be cleaned-up to be uploaded upstream.
-
-FIXME: module now seems to potentially use libilbc. If it can be
-packaged into Debian, no reason to remove it.
+Last-Update: 2016-03-19
 
 --- a/codecs/codec_ilbc.c
 +++ b/codecs/codec_ilbc.c
diff --git a/debian/patches/make-clean-fixes b/debian/patches/make-clean-fixes
index be85b71..4bbcc2f 100644
--- a/debian/patches/make-clean-fixes
+++ b/debian/patches/make-clean-fixes
@@ -1,15 +1,15 @@
-Subject: Don't remove sounds on dist-clean
+Description: Don't remove sounds on dist-clean
+ Upstream build system may optionally download some extra sound files.
+ Thus those sound files are deleted on dist-clean. The tarballs include
+ some soundfiles tarballs by default. Thus the normal procedure of
+ running 'make dist-clean' before building the package would delete
+ them.
+ .
+ Not used ATM as we ship a tarball with the sound files stripped out.
+ May be re-used in the future.
 Author: Faidon Liambotis <paravoid at debian.org>
 Forwarded: not-needed
-Last-Update: 2010-10-20
-
-Upstream build system may optionally download some extra sound files.
-Thus those sound files are deleted on dist-clean. The tarballs include
-some soundfiles tarballs by default. Thus the normal procedure of
-running 'make dist-clean' before building the package would delete them.
-
-Not used ATM as we ship a tarball with the sound files stripped out. May be
-re-used in the future.
+Last-Update: 2016-03-19
 
 --- a/Makefile
 +++ b/Makefile
diff --git a/debian/patches/menuselect_weakref b/debian/patches/menuselect_weakref
index b29638f..c579817 100644
--- a/debian/patches/menuselect_weakref
+++ b/debian/patches/menuselect_weakref
@@ -1,10 +1,10 @@
-Bug: https://reviewboard.asterisk.org/r/1330/
-Author: Tzafrir Cohen <tzafrir.cohen at xorcom.com>
 Description: fix detection of weakref attribute in menuselect
-
-Asterisk relies on weakref symbols for optional dependencies. Their
-detection broke with gcc 4.6. This fixes their detection. Requires
-re-running autoconf in menuselect.
+ Asterisk relies on weakref symbols for optional dependencies. Their
+ detection broke with gcc 4.6. This fixes their detection. Requires
+ re-running autoconf in menuselect.
+Author: Tzafrir Cohen <tzafrir.cohen at xorcom.com>
+Bug: https://reviewboard.asterisk.org/r/1330/
+Last-Update: 2016-03-19
 
 --- a/menuselect/acinclude.m4
 +++ b/menuselect/acinclude.m4
diff --git a/debian/patches/mpglib b/debian/patches/mpglib
index ef597c6..1b0c538 100644
--- a/debian/patches/mpglib
+++ b/debian/patches/mpglib
@@ -1,12 +1,12 @@
 Description: mpglib code originally in asterisk-addons
+ The package asterisk-addons originally included mpglib. After the merge
+ with asterisk, that code is no longer included and needs to be fetched
+ (contrib/scripts/get_mpg_source.sh). This patch includes that fetched
+ source (rev. 180).
+ .
+ TODO: get rid of this code and use libmpg123 or whatever.
 Origin:  http://svn.digium.com/svn/thirdparty/mp3/trunk
-
-The package asterisk-addons originally included mpglib. After the merge
-with asterisk, that code is no longer included and needs to be fetched
-(contrib/scripts/get_mpg_source.sh). This patch includes that fetched
-source (rev. 180).
-
-TODO: get rid of this code and use libmpg123 or whatever.
+Last-Update: 2016-03-19
 
 --- /dev/null
 +++ b/addons/mp3/common.c
diff --git a/debian/patches/no_uname b/debian/patches/no_uname
index 322de36..e5df0a0 100644
--- a/debian/patches/no_uname
+++ b/debian/patches/no_uname
@@ -1,10 +1,11 @@
+Description: Remove the special case for BSD in the bootstrap script.
+ This is a simple brute-force patch until I figure out why that specific
+ version of autoconf is needed on BSD.
 Author: Tzafrir Cohen <tzafrir at debian.org>
 Bug: https://issues.asterisk.org/view.php?id=17161
+Bug-Debian: https://bugs.debian.org/624569
 Forwarded-Upstream: no
-
-Remove the special case for BSD in the bootstrap script. This is a
-simple brute-force patch until I figure out why that specific version
-of autoconf is needed on BSD.
+Last-Update: 2016-03-19
 
 --- a/bootstrap.sh
 +++ b/bootstrap.sh
diff --git a/debian/patches/reenable b/debian/patches/reenable
index e6d5690..da7937f 100644
--- a/debian/patches/reenable
+++ b/debian/patches/reenable
@@ -1,5 +1,6 @@
 Description: reenable some drivers
 Author: Tzafrir Cohen <tzafrir.cohen at xorcom.com>
+Last-Update: 2016-03-19
 
 --- a/channels/chan_vpb.cc
 +++ b/channels/chan_vpb.cc
diff --git a/debian/patches/smsq_enable.patch b/debian/patches/smsq_enable.patch
index aa26feb..eaf0085 100644
--- a/debian/patches/smsq_enable.patch
+++ b/debian/patches/smsq_enable.patch
@@ -1,4 +1,8 @@
-Enable the smsq application.
+Description: Enable the smsq application.
+Author: Frederic Van Espen <frederic.ve at gmail.com>
+Forwarded: no
+Bug-Debian: https://bugs.debian.org/738588
+Last-Update: 2016-03-19
 
 --- a/utils/utils.xml
 +++ b/utils/utils.xml
diff --git a/debian/patches/sound_files b/debian/patches/sound_files
index db7c636..6514069 100644
--- a/debian/patches/sound_files
+++ b/debian/patches/sound_files
@@ -1,16 +1,15 @@
-Subject: Avoid downloading extra sound files
-From: Tzafrir Cohen <tzafrir.cohen at xorcom.com>
+Description: Avoid downloading extra sound files
+ 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).
+Author: Tzafrir Cohen <tzafrir.cohen at xorcom.com>
 Forwarded: no
-Last-Update: 2012-12-15
-
-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).
+Last-Update: 2016-03-19
 
 --- a/sounds/sounds.xml
 +++ b/sounds/sounds.xml
diff --git a/debian/patches/systemd.patch b/debian/patches/systemd.patch
index 5e51322..b669b3b 100644
--- a/debian/patches/systemd.patch
+++ b/debian/patches/systemd.patch
@@ -1,8 +1,8 @@
-From: Tzafrir Cohen <tzafrir at debian.org>
-Subject: A systemd service
-
-Do away with safe_asterisk. But try very hard to let live_ast work with
-it.
+Description: A systemd service
+ Do away with safe_asterisk. But try very hard to let live_ast work with
+ it.
+Author: Tzafrir Cohen <tzafrir at debian.org>
+Last-Update: 2016-03-19
 
 --- a/contrib/scripts/live_ast
 +++ b/contrib/scripts/live_ast
diff --git a/debian/patches/test_framework.patch b/debian/patches/test_framework.patch
index a010cc2..f3654d9 100644
--- a/debian/patches/test_framework.patch
+++ b/debian/patches/test_framework.patch
@@ -1,15 +1,15 @@
-From; Tzafrir Cohen <tzafrir at debian.org>
-Subject: Enable the test framework
-
-Note that enabling this patch breaks the ABI hash. Take care.
-
-Test modules are normally only enabled in development mode. This patch
-enables them without the need to enable dev-mode.
-
-The modules provide simple tests. Try: asterisk -rx 'test execute all'
-
-Those modules should not be confused with the tests in the
-asterisk-testsute package.
+Description: Enable the test framework
+ Note that enabling this patch breaks the ABI hash. Take care.
+ .
+ Test modules are normally only enabled in development mode. This patch
+ enables them without the need to enable dev-mode.
+ .
+ The modules provide simple tests. Try: asterisk -rx 'test execute all'
+ .
+ Those modules should not be confused with the tests in the
+ asterisk-testsute package.
+Author: Tzafrir Cohen <tzafrir at debian.org>
+Last-Update: 2016-03-19
 
 --- a/build_tools/cflags-devmode.xml
 +++ b/build_tools/cflags-devmode.xml
diff --git a/debian/patches/undeprecate b/debian/patches/undeprecate
index 801babd..775a5fe 100644
--- a/debian/patches/undeprecate
+++ b/debian/patches/undeprecate
@@ -1,3 +1,7 @@
+Description: undeprecate meetme
+Author: Tzafrir Cohen <tzafrir at debian.org>
+Last-Update: 2016-03-19
+
 --- a/apps/app_meetme.c
 +++ b/apps/app_meetme.c
 @@ -31,7 +31,6 @@

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-voip/asterisk.git



More information about the Pkg-voip-commits mailing list