[Reportbug-commits] [SCM] Reportbug - reports bugs in the Debian distribution branch, master, updated. 4.9-207-ge4c5fe7

Sandro Tosi morph at debian.org
Wed Aug 10 22:02:38 UTC 2011


The following commit has been merged in the master branch:
commit 773554801857202e9aede6cbc5c574288a371fe0
Author: Sandro Tosi <morph at debian.org>
Date:   Sat Jul 30 23:52:15 2011 +0200

    Remove all old CVS variable snippets

diff --git a/bin/querybts b/bin/querybts
index a682d5b..a642e36 100755
--- a/bin/querybts
+++ b/bin/querybts
@@ -20,10 +20,6 @@
 ##  WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
 ##  ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
 ##  SOFTWARE.
-#
-# Version ##VERSION##; see changelog for revision history
-#
-# $Id: querybts,v 1.7.2.3 2008-04-18 05:38:27 lawrencc Exp $
 
 import sys
 import os
diff --git a/bin/reportbug b/bin/reportbug
index 8f8b47c..50aad28 100755
--- a/bin/reportbug
+++ b/bin/reportbug
@@ -20,10 +20,6 @@
 ##  WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
 ##  ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
 ##  SOFTWARE.
-#
-#
-# Version ##VERSION##; see changelog for revision history
-# $Id: reportbug,v 1.98.2.33 2008-04-18 05:38:27 lawrencc Exp $
 
 DEFAULT_BTS = 'debian'
 
diff --git a/debian/changelog b/debian/changelog
index 2f10728..47ca99d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,8 +6,9 @@ reportbug (5.1.2) UNRELEASED; urgency=low
       Closes: #620849
   * Rename reportbug/debianbts.py to reportbug/debbugs.py, pre-requisite to use
     python-debianbts to access BTS via SOAP
+  * Remove all old CVS variable snippets
 
- -- Sandro Tosi <morph at debian.org>  Sat, 30 Jul 2011 23:10:50 +0200
+ -- Sandro Tosi <morph at debian.org>  Sat, 30 Jul 2011 23:51:54 +0200
 
 reportbug (5.1.1) unstable; urgency=low
 
diff --git a/man/reportbug.conf.5 b/man/reportbug.conf.5
index fd4b562..66546e1 100644
--- a/man/reportbug.conf.5
+++ b/man/reportbug.conf.5
@@ -18,8 +18,6 @@
 .\" ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
 .\" SOFTWARE.
 .\" 
-.\" $Id: reportbug.conf.5,v 1.1.2.2 2008-04-18 05:38:28 lawrencc Exp $
-.\" 
 .TH REPORTBUG.CONF 5 "Dec 2007" "reportbug 3.39"
 .SH NAME
 .B reportbug.conf
diff --git a/reportbug/bugreport.py b/reportbug/bugreport.py
index ac87ce6..8ffc198 100644
--- a/reportbug/bugreport.py
+++ b/reportbug/bugreport.py
@@ -19,8 +19,6 @@
 ##  WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
 ##  ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
 ##  SOFTWARE.
-#
-# $Id: reportbug.py,v 1.35.2.24 2008-04-18 05:38:28 lawrencc Exp $
 
 import os
 
diff --git a/reportbug/checkbuildd.py b/reportbug/checkbuildd.py
index c955328..576cc6b 100644
--- a/reportbug/checkbuildd.py
+++ b/reportbug/checkbuildd.py
@@ -20,8 +20,6 @@
 ##  WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
 ##  ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
 ##  SOFTWARE.
-#
-# Version ##VERSION##; see changelog for revision history
 
 import sgmllib
 import commands
diff --git a/reportbug/checkversions.py b/reportbug/checkversions.py
index 8197434..918e1cd 100644
--- a/reportbug/checkversions.py
+++ b/reportbug/checkversions.py
@@ -20,10 +20,6 @@
 ##  WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
 ##  ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
 ##  SOFTWARE.
-#
-# $Id: checkversions.py,v 1.6.2.3 2006-10-16 18:52:41 lawrencc Exp $
-#
-# Version ##VERSION##; see changelog for revision history
 
 import sys
 import os
diff --git a/reportbug/debbugs.py b/reportbug/debbugs.py
index 9ad3892..5cc0945 100644
--- a/reportbug/debbugs.py
+++ b/reportbug/debbugs.py
@@ -20,10 +20,6 @@
 ##  WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
 ##  ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
 ##  SOFTWARE.
-#
-# Version ##VERSION##; see changelog for revision history
-#
-# $Id: debbugs.py,v 1.24.2.15 2008-04-18 05:38:27 lawrencc Exp $
 
 import utils
 import sys
diff --git a/reportbug/exceptions.py b/reportbug/exceptions.py
index 270beca..e35dce1 100644
--- a/reportbug/exceptions.py
+++ b/reportbug/exceptions.py
@@ -18,8 +18,6 @@
 ##  WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
 ##  ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
 ##  SOFTWARE.
-#
-# $Id: reportbug_exceptions.py,v 1.3.2.1 2006-08-26 01:57:29 lawrencc Exp $
 
 class reportbug_exception(Exception):
     pass
diff --git a/reportbug/submit.py b/reportbug/submit.py
index c64e1a5..882ac34 100644
--- a/reportbug/submit.py
+++ b/reportbug/submit.py
@@ -18,10 +18,6 @@
 ##  WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
 ##  ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
 ##  SOFTWARE.
-#
-# Version ##VERSION##; see changelog for revision history
-#
-# $Id: reportbug_submit.py,v 1.20.2.6 2007-04-19 21:21:31 lawrencc Exp $
 
 import sys
 import os
diff --git a/reportbug/tempfiles.py b/reportbug/tempfiles.py
index 040a817..8a6b04b 100644
--- a/reportbug/tempfiles.py
+++ b/reportbug/tempfiles.py
@@ -19,10 +19,6 @@
 ##  WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
 ##  ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
 ##  SOFTWARE.
-#
-# Version ##VERSION##; see changelog for revision history
-#
-# $Id: rbtempfile.py,v 1.5 2004-09-13 01:13:10 lawrencc Exp $
 
 import os
 import tempfile
diff --git a/reportbug/ui/__init__.py b/reportbug/ui/__init__.py
index 4a75565..e2a4b0f 100644
--- a/reportbug/ui/__init__.py
+++ b/reportbug/ui/__init__.py
@@ -20,8 +20,6 @@
 ##  WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
 ##  ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
 ##  SOFTWARE.
-#
-# $Id: reportbug.py,v 1.35.2.24 2008-04-18 05:38:28 lawrencc Exp $
 
 
 __all__ = ['text_ui', 'urwid_ui', 'gtk2_ui']
diff --git a/reportbug/ui/gtk2_ui.py b/reportbug/ui/gtk2_ui.py
index b2e74a2..7b703b5 100644
--- a/reportbug/ui/gtk2_ui.py
+++ b/reportbug/ui/gtk2_ui.py
@@ -19,8 +19,6 @@
 ##  WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
 ##  ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
 ##  SOFTWARE.
-#
-# Version ##VERSION##; see changelog for revision history
 
 try:
     import gtk
diff --git a/reportbug/ui/text_ui.py b/reportbug/ui/text_ui.py
index a790a69..53f0af4 100644
--- a/reportbug/ui/text_ui.py
+++ b/reportbug/ui/text_ui.py
@@ -18,8 +18,6 @@
 ##  WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
 ##  ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
 ##  SOFTWARE.
-#
-# $Id: reportbug_ui_text.py,v 1.19.2.9 2008-04-18 05:38:28 lawrencc Exp $
 
 import sys
 import os
diff --git a/reportbug/ui/urwid_ui.py b/reportbug/ui/urwid_ui.py
index 56b453e..3ea9ac3 100644
--- a/reportbug/ui/urwid_ui.py
+++ b/reportbug/ui/urwid_ui.py
@@ -22,8 +22,6 @@
 # Portions of this file are licensed under the Lesser GNU Public License
 # (LGPL) Version 2.1 or later.  On Debian systems, this license is available
 # in /usr/share/common-licenses/LGPL
-#
-# $Id: reportbug_ui_urwid.py,v 1.3.2.19 2007-04-17 20:02:41 lawrencc Exp $
 
 import sys
 import re
diff --git a/reportbug/urlutils.py b/reportbug/urlutils.py
index d3945c6..c920fcc 100644
--- a/reportbug/urlutils.py
+++ b/reportbug/urlutils.py
@@ -20,8 +20,6 @@
 ##  WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
 ##  ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
 ##  SOFTWARE.
-#
-# Version ##VERSION##; see changelog for revision history
 
 import httplib
 import urllib
diff --git a/reportbug/utils.py b/reportbug/utils.py
index c858730..6080374 100644
--- a/reportbug/utils.py
+++ b/reportbug/utils.py
@@ -19,10 +19,6 @@
 ##  WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
 ##  ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
 ##  SOFTWARE.
-#
-# Version ##VERSION##; see changelog for revision history
-#
-# $Id: reportbug.py,v 1.35.2.24 2008-04-18 05:38:28 lawrencc Exp $
 
 import sys
 import os
diff --git a/setup.py b/setup.py
index d09f08a..9dc388e 100755
--- a/setup.py
+++ b/setup.py
@@ -1,6 +1,4 @@
 #!/usr/bin/env python
-#
-# $Id: setup.py,v 1.8 2005/03/04 04:45:44 lordsutch Exp $
 
 from setuptools import setup
 import reportbug

-- 
Reportbug - reports bugs in the Debian distribution



More information about the Reportbug-commits mailing list