~ubuntu-branches/ubuntu/lucid/asterisk/lucid-proposed

« back to all changes in this revision

Viewing changes to debian/patches/debian-banner

  • Committer: Bazaar Package Importer
  • Author(s): Dave Walker (Daviey)
  • Date: 2009-09-22 16:22:14 UTC
  • mfrom: (1.2.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20090922162214-awce8id0lt9v51jb
Tags: 1:1.6.2.0~rc2-0ubuntu1

* New upstream version, upstream is now DFSG compliant.
  - ilibc has been removed upstream.
  - Music on Hold is now cc-by-sa.
  - binary firmware iaxy.bin has been removed upstream.
* debian/rules: Santitised UPSTREAM variable for compatiability
  with Ubuntu and other variants.
* debian/control: Removed Debian Vcs-Svn entry and replaced 
  with ubuntu-voip Vcs-Bzr, to reflect divergence in packages.
* patches/makefile_appdocs_dtd: Removed, merged upstream.
* patches/disable_moh: Previosly disabled, removed from pool.
* patches/ubuntu-banner: Ported debian-banner to display Ubuntu
  centric bug report information.
* Refresh quilt patches

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
 
2
 
 -- Faidon Liambotis <paravoid@debian.org>
3
 
 
4
 
--- a/main/asterisk.c
5
 
+++ b/main/asterisk.c
6
 
@@ -159,6 +159,9 @@ int daemon(int, int);  /* defined in lib
7
 
                 "This is free software, with components licensed under the GNU General Public\n" \
8
 
                 "License version 2 and other licenses; you are welcome to redistribute it under\n" \
9
 
                 "certain conditions. Type 'core show license' for details.\n" \
10
 
+                "=========================================================================\n" \
11
 
+               "This package has been modified for the Debian GNU/Linux distribution\n" \
12
 
+               "Please report all bugs to http://bugs.debian.org/asterisk\n" \
13
 
                 "=========================================================================\n", ast_get_version()) \
14
 
 
15
 
 /*! \defgroup main_options Main Configuration Options