[Surfraw-commits] [SCM] surfraw - a fast unix command line interface to WWW branch, master, updated. surfraw_2-2-5_1-21-g4f344e9

Ian Beckwith ianb at erislabs.net
Tue Oct 27 00:11:03 UTC 2009


The following commit has been merged in the master branch:
commit 4f344e9b9d4e8bc16d0d6104e126b3cb940d1c0b
Author: Ian Beckwith <ianb at erislabs.net>
Date:   Tue Oct 27 00:03:00 2009 +0000

    * Fix debsec (patch from Moritz Muehlenhoff) (Closes: #550741).
    * Remove Moritz from Uploaders (per #550741), thanks for your work!.

diff --git a/ChangeLog b/ChangeLog
index 88718d2..0bfdd6d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-10-26  Ian Beckwith  <ianb at erislabs.net>
+
+	* Fix debsec (Thanks to Moritz Muehlenhoff, for this
+	  and all his other work).
+
 2009-10-20  Ian Beckwith  <ianb at erislabs.net>
 
 	* Move config files to follow XDG basedir spec
diff --git a/debian/changelog b/debian/changelog
index 22cf313..3eba504 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,8 @@ surfraw (2.2.6-1) unstable; urgency=low
 
   * New upstream version.
     + Only use first matching bookmark (Closes: #530786).
+    + Fix debsec (patch from Moritz Muehlenhoff) (Closes: #550741).
+  * Remove Moritz from Uploaders (per #550741), thanks for your work!.
   * debian/control: update vcs- fields to point to new git repo.
 
  -- Ian Beckwith <ianb at debian.org>  Mon, 20 Jul 2009 04:03:04 +0100
diff --git a/debian/control b/debian/control
index c97da06..e56edd3 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: surfraw
 Section: web
 Priority: optional
 Maintainer: Debian surfraw maintainers <surfraw-devel at lists.alioth.debian.org>
-Uploaders: Moritz Muehlenhoff <jmm at debian.org>, Christian Surchi <csurchi at debian.org>, Ian Beckwith <ianb at debian.org>
+Uploaders: Christian Surchi <csurchi at debian.org>, Ian Beckwith <ianb at debian.org>
 Standards-Version: 3.8.1
 Build-Depends: debhelper (>= 6)
 Vcs-Git: git://git.debian.org/surfraw/surfraw.git
diff --git a/elvi/debsec b/elvi/debsec
index 2c71888..c48c976 100755
--- a/elvi/debsec
+++ b/elvi/debsec
@@ -16,8 +16,8 @@ EOF
 w3_config
 w3_parse_args "$@"
 if test -z "$w3_args"; then
-    w3_browse_url "http://idssi.enyo.de/tracker"
+    w3_browse_url "http://security-tracker.debian.org/tracker"
 else
     escaped_args=`w3_url_of_arg $w3_args`
-    w3_browse_url "http://idssi.enyo.de/tracker/${escaped_args}"
+    w3_browse_url "http://security-tracker.debian.org/tracker/${escaped_args}"
 fi

-- 
surfraw -  a fast unix command line interface to WWW



More information about the Surfraw-commits mailing list