[Pkg-voip-commits] r3946 - in t38modem/trunk/debian: . patches

kilian at alioth.debian.org kilian at alioth.debian.org
Mon Aug 6 12:22:07 UTC 2007


Author: kilian
Date: 2007-08-06 12:22:06 +0000 (Mon, 06 Aug 2007)
New Revision: 3946

Removed:
   t38modem/trunk/debian/patches/10_debian-patch.dpatch
Modified:
   t38modem/trunk/debian/changelog
   t38modem/trunk/debian/patches/00list
Log:
* 10_debian_patch removed. Included upstream.

Modified: t38modem/trunk/debian/changelog
===================================================================
--- t38modem/trunk/debian/changelog	2007-08-06 11:35:35 UTC (rev 3945)
+++ t38modem/trunk/debian/changelog	2007-08-06 12:22:06 UTC (rev 3946)
@@ -2,6 +2,7 @@
 
   * NOT YET RELEASED.
   * New upstream release from CVS tag. (Closes: #436102)
+  * 10_debian_patch removed. Included upstream.
   * Rebuild with new libopenh323 and libpt to overcome linker problem causing
     --help to not work. (Closes: #433747)
   * Bump Standards-Version to 3.7.2. No change needed.

Modified: t38modem/trunk/debian/patches/00list
===================================================================
--- t38modem/trunk/debian/patches/00list	2007-08-06 11:35:35 UTC (rev 3945)
+++ t38modem/trunk/debian/patches/00list	2007-08-06 12:22:06 UTC (rev 3946)
@@ -1 +0,0 @@
-10_debian-patch

Deleted: t38modem/trunk/debian/patches/10_debian-patch.dpatch
===================================================================
--- t38modem/trunk/debian/patches/10_debian-patch.dpatch	2007-08-06 11:35:35 UTC (rev 3945)
+++ t38modem/trunk/debian/patches/10_debian-patch.dpatch	2007-08-06 12:22:06 UTC (rev 3946)
@@ -1,65 +0,0 @@
-#! /bin/sh -e
-## 10_debian-patch.dpatch by  <msp at debian.org>
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: New patch generated from t38modem 0.6.2-7 diff.gz
-
-if [ $# -lt 1 ]; then
-    echo "`basename $0`: script expects -patch|-unpatch as argument" >&2
-    exit 1
-fi
-
-[ -f debian/patches/00patch-opts ] && . debian/patches/00patch-opts
-patch_opts="${patch_opts:--f --no-backup-if-mismatch} ${2:+-d $2}"
-
-case "$1" in
-    -patch) patch -p1 ${patch_opts} < $0;;
-    -unpatch) patch -R -p1 ${patch_opts} < $0;;
-    *)
-        echo "`basename $0`: script expects -patch|-unpatch as argument" >&2
-        exit 1;;
-esac
-
-exit 0
-
- at DPATCH@
-diff -urNad t38modem-0.8.0/main.cxx /tmp/dpep.Iv0jCB/t38modem-0.8.0/main.cxx
---- t38modem-0.8.0/main.cxx	2004-07-07 12:38:32.000000000 +0000
-+++ /tmp/dpep.Iv0jCB/t38modem-0.8.0/main.cxx	2004-12-24 00:11:23.000000000 +0000
-@@ -152,7 +152,7 @@
- void T38Modem::Main()
- {
-   cout << GetName()
--       << " Version " << GetVersion(TRUE)
-+       << " Version " << GetVersion(TRUE) << "\n"
-        << " by " << GetManufacturer()
-        << " on " << GetOSClass() << ' ' << GetOSName()
-        << " (" << GetOSVersion() << '-' << GetOSHardware() << ")\n\n";
-@@ -182,6 +182,7 @@
-              "g-gatekeeper:"         "n-no-gatekeeper."
-              "-require-gatekeeper."  "-no-require-gatekeeper."
-              "h-help."
-+             "v-version."
-              "i-interface:"          "-no-interface."
-              "-listenport:"          "-no-listenport."
-              "-connectport:"         "-no-connectport."
-@@ -248,6 +249,7 @@
-         "  -o --output               : File for trace output, default is stderr.\n"
- #endif
-         "     --save                 : Save arguments in configuration file and exit.\n"
-+         "  -v --version              : Display version.\n"
-         "  -h --help                 : Display this help message.\n"
-         "Drivers:\n";
- 
-@@ -260,6 +262,11 @@
-     return FALSE;
-   }
- 
-+ 
-+  if (args.HasOption('v')) {
-+	return FALSE;
-+  }
-+ 
-   if (args.HasOption("save")) {
-     args.Save("save");
-     cout << "Arguments were saved in configuration file\n";




More information about the Pkg-voip-commits mailing list