Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/devel
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20075

Modified Files:
        reportbug.info reportbug.patch 
Log Message:
new version

Index: reportbug.info
===================================================================
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/devel/reportbug.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- reportbug.info      31 Dec 2004 04:06:13 -0000      1.2
+++ reportbug.info      18 Jan 2005 17:03:21 -0000      1.3
@@ -1,7 +1,8 @@
 Package: reportbug
-Version: 3.1
+Version: 3.5
 Revision: 1
 Source: mirror:debian:/pool/main/r/%n/%n_%v.tar.gz
+Source-MD5: 1e8e0628b79258279b1dc1ba57d9b835
 SourceDirectory: %n
 PatchScript: sed -e s,@FINKPREFIX@,%p,g %a/%n.patch | patch -p1
 Depends: python23
@@ -114,4 +115,3 @@
 License: GPL
 Maintainer: Chris Zubrzycki <[EMAIL PROTECTED]>
 Homepage: http://packages.qa.debian.org/r/reportbug.html
-Source-MD5: aa8ac1c5bca3a7caefddc4f1d7267bf2

Index: reportbug.patch
===================================================================
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/devel/reportbug.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- reportbug.patch     22 Oct 2004 00:08:47 -0000      1.1
+++ reportbug.patch     18 Jan 2005 17:03:21 -0000      1.2
@@ -1,6 +1,6 @@
-diff -ruN -x *~ reportbug/README.developers reportbug.new/README.developers
+diff -ruN reportbug/README.developers reportbug.new/README.developers
 --- reportbug/README.developers        Fri Oct  1 04:09:29 2004
-+++ reportbug.new/README.developers    Sat Oct  9 22:48:23 2004
++++ reportbug.new/README.developers    Tue Jan 18 11:35:44 2005
 @@ -10,7 +10,7 @@
  Template Information & Interaction with the user
  ================================================
@@ -69,9 +69,9 @@
  handling script written in Python.  You can also write bug handlers in
  many other languages that allow direct access to file descriptors,
  including Perl and C/C++.
-diff -ruN -x *~ reportbug/checkbuildd.py reportbug.new/checkbuildd.py
+diff -ruN reportbug/checkbuildd.py reportbug.new/checkbuildd.py
 --- reportbug/checkbuildd.py   Wed Feb  4 23:29:10 2004
-+++ reportbug.new/checkbuildd.py       Sat Oct  9 22:59:13 2004
++++ reportbug.new/checkbuildd.py       Tue Jan 18 11:35:44 2005
 @@ -26,7 +26,7 @@
  from urlutils import open_url
  from reportbug_exceptions import *
@@ -91,9 +91,9 @@
      except NoNetwork:
          return {}
      if not page:
-diff -ruN -x *~ reportbug/checkversions.py reportbug.new/checkversions.py
+diff -ruN reportbug/checkversions.py reportbug.new/checkversions.py
 --- reportbug/checkversions.py Thu Sep 30 05:20:46 2004
-+++ reportbug.new/checkversions.py     Sat Oct  9 23:00:37 2004
++++ reportbug.new/checkversions.py     Tue Jan 18 11:35:44 2005
 @@ -125,7 +125,7 @@
  
  def get_versions_available(package, dists=None, http_proxy=None, arch='i386'):
@@ -103,18 +103,18 @@
  
      try:
          page = open_url(PACKAGES_URL % package, http_proxy)
-diff -ruN -x *~ reportbug/debian/copyright reportbug.new/debian/copyright
+diff -ruN reportbug/debian/copyright reportbug.new/debian/copyright
 --- reportbug/debian/copyright Wed Feb  4 23:29:12 2004
-+++ reportbug.new/debian/copyright     Tue Oct 12 00:16:51 2004
++++ reportbug.new/debian/copyright     Tue Jan 18 11:35:44 2005
 @@ -23,4 +23,4 @@
  #  SOFTWARE.
  
  The "handle_bugscript" script is subject to the GNU General Public
 -License.  See /usr/share/common-licenses/GPL.
 +License.  See @FINKPREFIX@/share/common-licenses/GPL.
-diff -ruN -x *~ reportbug/debian/install-sed reportbug.new/debian/install-sed
+diff -ruN reportbug/debian/install-sed reportbug.new/debian/install-sed
 --- reportbug/debian/install-sed       Mon Jul 12 14:30:56 2004
-+++ reportbug.new/debian/install-sed   Tue Oct 12 10:51:14 2004
++++ reportbug.new/debian/install-sed   Tue Jan 18 11:35:44 2005
 @@ -4,5 +4,5 @@
  shift
  
@@ -122,9 +122,9 @@
 -    sed -f sed-script < $filename > `pwd`/debian/reportbug/$dir/$filename
 +    sed -f sed-script < $filename > $dir/$filename
  done
-diff -ruN -x *~ reportbug/debianbts.py reportbug.new/debianbts.py
+diff -ruN reportbug/debianbts.py reportbug.new/debianbts.py
 --- reportbug/debianbts.py     Fri Oct  1 04:12:02 2004
-+++ reportbug.new/debianbts.py Thu Oct 21 15:42:52 2004
++++ reportbug.new/debianbts.py Tue Jan 18 11:35:44 2005
 @@ -40,7 +40,7 @@
      'grave' : """makes the package in question unusable by most or all users,
      or causes data loss, or introduces a security hole allowing access 
@@ -332,9 +332,9 @@
                 http_proxy='', archived=False, followups=False):
      number = int(number)
      if SYSTEMS[system]['cgiroot']:
-diff -ruN -x *~ reportbug/querybts reportbug.new/querybts
+diff -ruN reportbug/querybts reportbug.new/querybts
 --- reportbug/querybts Mon Mar 15 03:59:39 2004
-+++ reportbug.new/querybts     Sat Oct  9 23:35:38 2004
++++ reportbug.new/querybts     Tue Jan 18 11:35:44 2005
 @@ -1,4 +1,4 @@
 -#!/usr/bin/python2.3
 [EMAIL PROTECTED]@/bin/python2.3
@@ -359,9 +359,9 @@
      archived = False
      http_proxy = interface = ''
      use_browser = source = False
-diff -ruN -x *~ reportbug/reportbug reportbug.new/reportbug
---- reportbug/reportbug        Fri Oct  1 04:22:17 2004
-+++ reportbug.new/reportbug    Mon Oct 11 22:03:14 2004
+diff -ruN reportbug/reportbug reportbug.new/reportbug
+--- reportbug/reportbug        Fri Dec 17 23:01:23 2004
++++ reportbug.new/reportbug    Tue Jan 18 11:46:59 2005
 @@ -1,4 +1,4 @@
 -#!/usr/bin/python2.3 -S
 [EMAIL PROTECTED]@/bin/python2.3 -S
@@ -392,16 +392,16 @@
      else:
          editor = default_editor
  
-@@ -320,7 +320,7 @@
+@@ -324,7 +324,7 @@
                     "categories:", others, "Enter a package: ", any_ok=True,
                     default='')
  
 -def get_package_name(bts='debian', mode=MODE_EXPERT):
 +def get_package_name(bts='fink', mode=MODE_EXPERT):
-     others = debianbts.SYSTEMS[bts]['otherpkgs']
+     others = debianbts.SYSTEMS[bts].get('otherpkgs')
      prompt = "Please enter the name of the package in which you have found "\
               "a problem"
-@@ -353,14 +353,14 @@
+@@ -357,14 +357,14 @@
                  return get_package_name(bts, mode)
  
      if mode < MODE_EXPERT:
@@ -418,7 +418,7 @@
              if not ui.yes_no(
                  "Are you sure this bug doesn't apply to a specific package?",
                  'Yes, this bug is truly general.',
-@@ -485,16 +485,16 @@
+@@ -489,16 +489,16 @@
          print >> fp, '# Disable fallback mode by commenting out the 
following:'
          print >> fp, 'no-cc'
          print >> fp, 'header "X-Debbugs-CC: %s"' % email_addy
@@ -438,25 +438,16 @@
      fp.close()
      ui.long_message('Default preferences file written.  To reconfigure, '
                      're-run reportbug with the "--configure" option.\n')
-@@ -752,7 +752,7 @@
+@@ -756,7 +756,7 @@
      severity = options.severity
      smtphost = options.smtphost
      subject = options.subject
--    sysinfo = debianbts.SYSTEMS[options.bts or 'debian']
-+    sysinfo = debianbts.SYSTEMS[options.bts or 'fink']
+-    bts = options.bts or 'debian'
++    bts = options.bts or 'fink'
+     sysinfo = debianbts.SYSTEMS[bts]
      rtype = options.type or sysinfo['type']
      attachments = options.attachments
-     pgp_addr = options.keyid
-@@ -869,7 +869,7 @@
-     foundfile = None
-     package = None
-     if not len(args) and not options.searchfor and not notatty:
--        package = get_package_name(options.bts or 'debian', mode)
-+        package = get_package_name(options.bts or 'fink', mode)
-     elif len(args) > 1:
-         ewrite("Please report one bug at a time.\n")
-         ewrite("[Did you forget to put all switches before the "
-@@ -1060,7 +1060,7 @@
+@@ -1072,7 +1072,7 @@
           origin, vendor, reportinfo, priority, desc, src_name,
           fulldesc, state) = status
  
@@ -465,7 +456,7 @@
      bugexec = submitas = submitto = presubj = reportwith = None
      if os.path.isfile(buginfo) and os.access(buginfo, os.X_OK):
          bugexec = buginfo
-@@ -1073,11 +1073,11 @@
+@@ -1085,11 +1085,11 @@
  
          if os.path.isfile(buginfo+'/control'):
              submitas, submitto, reportwith = 
reportbug.parse_bug_control_file(buginfo+'/control')
@@ -482,7 +473,7 @@
          if os.path.isfile(buginfo+'/script') and os.access(buginfo+'/script',
                                                             os.X_OK):
              bugexec = buginfo+'/script'
-@@ -1100,10 +1100,10 @@
+@@ -1112,10 +1112,10 @@
          # Remove current package from report-with list
          reportwith = [x for x in reportwith if x != package]
  
@@ -495,17 +486,16 @@
                                                commands.mkarg(package))
          if rc:
              if not ui.yes_no(
-@@ -1123,15 +1123,15 @@
+@@ -1136,7 +1136,7 @@
                                         'package this report applies to '
                                         '(blank OK)', force_prompt=True)
      elif (check_available and not (options.kudos or notatty or 
options.offline)
--          and (not options.bts or (options.bts=='debian'))):
--        ewrite('Checking for newer versions at packages.debian.org...\n')
-+          and (not options.bts or (options.bts=='fink'))):
-+        ewrite('Checking for newer versions at packages.finkproject.org...\n')
+-          and bts=='debian'):
++          and bts=='fink'):
+         ewrite('Checking for newer versions at packages.debian.org...\n')
          arch = reportbug.get_arch()
          (avail, toonew) = checkversions.check_available(
-             package, pkgversion, check_incoming=(mode > MODE_STANDARD),
+@@ -1144,7 +1144,7 @@
              http_proxy=options.http_proxy, arch=arch)
          if toonew:
              if not ui.yes_no(
@@ -514,9 +504,18 @@
                  'Do you still want to file a report' % (package, pkgversion),
                  'Ignore this problem and continue.  This may be '
                  'appropriate if you know this bug is present in older '
-@@ -1247,13 +1247,13 @@
+@@ -1163,7 +1163,7 @@
+ 
+             if not ui.yes_no(
+                 ('\nYour version (%s) of %s appears to be out of date.\nThe '
+-                'following newer release(s) are available in the Debian '
++                'following newer release(s) are available in the Fink '
+                 'archive:\n' % (pkgversion, package))+availtext+
+                 'Do you still want to file a report',
+                 'Ignore this problem and continue.  This may be '
+@@ -1268,13 +1268,13 @@
          lmaintainer = maintainer.decode('UTF-8', 'ignore').encode(charset,
-                                                                   'ignore')
+                                                                   'replace')
          ewrite("Maintainer for %s is '%s'.\n", package, lmaintainer)
 -        if 'qa.debian.org' in maintainer:
 +        if 'fink-devel' in maintainer:
@@ -532,7 +531,7 @@
  
      if options.kudos:
          if maintainer:
-@@ -1298,7 +1298,7 @@
+@@ -1319,7 +1319,7 @@
                      confinfo[f] = 'changed [not included]'
                  break
              elif x == 'd':
@@ -541,7 +540,7 @@
                  system(PAGER+' '+' '.join(changed))
              else:
                  break
-@@ -1310,14 +1310,14 @@
+@@ -1331,14 +1331,14 @@
          for f in files:
              conftext = conftext + '%s %s\n' % (f, confinfo[f])
  
@@ -558,7 +557,7 @@
          if status:
              conftext += '\n-- debconf-show failed\n'
          elif output:
-@@ -1442,7 +1442,7 @@
+@@ -1463,7 +1463,7 @@
          if pkgversion and not src_name:
              src_name = package
          if src_name and check_available and not notatty:
@@ -567,7 +566,7 @@
                     src_name)
              built = checkbuildd.check_built(src_name,
                                              http_proxy=options.http_proxy)
-@@ -1463,7 +1463,7 @@
+@@ -1484,7 +1484,7 @@
                  if ui.yes_no(
                      'Has this package successfully been built for this '
                      'architecture in the past (you can look this up at '
@@ -576,7 +575,7 @@
                      'Yes, this is a recently-introduced problem.',
                      'No, it has always been this way.'):
                      severity = 'serious'
-@@ -1503,7 +1503,7 @@
+@@ -1524,7 +1524,7 @@
          if os.path.exists('handle_bugscript'):
              handler = './handle_bugscript'
          else:
@@ -585,7 +584,7 @@
  
          fh, filename = TempFile(prefix=tfprefix)
          fh.close()
-@@ -1629,7 +1629,7 @@
+@@ -1650,7 +1650,7 @@
      return
  
  if __name__ == '__main__':
@@ -594,9 +593,9 @@
      try:
          main()
      except KeyboardInterrupt:
-diff -ruN -x *~ reportbug/reportbug.conf reportbug.new/reportbug.conf
---- reportbug/reportbug.conf   Fri Oct  1 03:32:12 2004
-+++ reportbug.new/reportbug.conf       Sat Oct  9 23:40:50 2004
+diff -ruN reportbug/reportbug.conf reportbug.new/reportbug.conf
+--- reportbug/reportbug.conf   Tue Dec  7 06:29:35 2004
++++ reportbug.new/reportbug.conf       Tue Jan 18 11:35:44 2005
 @@ -6,7 +6,7 @@
  # severity normal
  
@@ -615,9 +614,9 @@
  # should be OK with the default.
  # mta /usr/sbin/sendmail
  
-diff -ruN -x *~ reportbug/reportbug.el reportbug.new/reportbug.el
+diff -ruN reportbug/reportbug.el reportbug.new/reportbug.el
 --- reportbug/reportbug.el     Wed Feb  4 23:29:11 2004
-+++ reportbug.new/reportbug.el Sat Oct  9 23:41:23 2004
++++ reportbug.new/reportbug.el Tue Jan 18 11:35:44 2005
 @@ -15,7 +15,7 @@
    (require 'gnus)
    (find-file (getenv "REPORTBUG"))
@@ -627,9 +626,9 @@
      (gnus-narrow-to-body)
      (let ((body (or (buffer-string) "")))
        (gnus-summary-mail-other-window)
-diff -ruN -x *~ reportbug/reportbug.py reportbug.new/reportbug.py
---- reportbug/reportbug.py     Thu Sep 30 01:26:14 2004
-+++ reportbug.new/reportbug.py Sat Oct  9 23:49:57 2004
+diff -ruN reportbug/reportbug.py reportbug.new/reportbug.py
+--- reportbug/reportbug.py     Wed Oct 20 08:34:05 2004
++++ reportbug.new/reportbug.py Tue Jan 18 11:35:44 2005
 @@ -33,7 +33,7 @@
  from string import ascii_letters, digits
  
@@ -685,7 +684,7 @@
          if os.path.exists(filename):
              try:
                  fp = file(filename)
-@@ -692,7 +691,7 @@
+@@ -693,7 +692,7 @@
          return token
  
  USERFILE = os.path.expanduser('~/.reportbugrc')
@@ -694,7 +693,7 @@
  
  CONFIG_ARGS = (
      'sendto', 'severity', 'mua', 'mta', 'email', 'realname', 'bts', 'verify',
-@@ -706,7 +705,7 @@
+@@ -707,7 +706,7 @@
      'mutt' : 'mutt -H',
      'af' : 'af -EH < ',
      'mh' : '/usr/bin/mh/comp -use -file',
@@ -703,9 +702,9 @@
      }
  MUA['nmh'] = MUA['mh']
  
-diff -ruN -x *~ reportbug/reportbug_submit.py reportbug.new/reportbug_submit.py
---- reportbug/reportbug_submit.py      Sun Sep 19 04:27:16 2004
-+++ reportbug.new/reportbug_submit.py  Mon Oct 11 21:57:25 2004
+diff -ruN reportbug/reportbug_submit.py reportbug.new/reportbug_submit.py
+--- reportbug/reportbug_submit.py      Tue Dec  7 06:32:35 2004
++++ reportbug.new/reportbug_submit.py  Tue Jan 18 11:35:44 2005
 @@ -30,7 +30,7 @@
  from reportbug import VERSION, VERSION_NUMBER
  
@@ -715,7 +714,7 @@
  
  import re
  import commands
-@@ -421,7 +421,7 @@
+@@ -431,7 +431,7 @@
      'o'
  
  if __name__ == '__main__':
@@ -724,9 +723,9 @@
      try:
          main()
      except KeyboardInterrupt:
-diff -ruN -x *~ reportbug/reportbug_ui_gnome.py 
reportbug.new/reportbug_ui_gnome.py
+diff -ruN reportbug/reportbug_ui_gnome.py reportbug.new/reportbug_ui_gnome.py
 --- reportbug/reportbug_ui_gnome.py    Wed Feb  4 23:29:10 2004
-+++ reportbug.new/reportbug_ui_gnome.py        Mon Oct 11 21:58:50 2004
++++ reportbug.new/reportbug_ui_gnome.py        Tue Jan 18 11:35:44 2005
 @@ -19,7 +19,7 @@
  ##  SOFTWARE.
  
@@ -754,9 +753,9 @@
                self.my_screen.connect("next", callback_next)
                self.my_screen.set_bg_color(logo_bgcolor)
                self.my_screen.set_logo_bg_color(logo_bgcolor)
-diff -ruN -x *~ reportbug/script reportbug.new/script
---- reportbug/script   Wed Feb  4 23:29:11 2004
-+++ reportbug.new/script       Mon Oct 11 22:03:38 2004
+diff -ruN reportbug/script reportbug.new/script
+--- reportbug/script   Fri Dec 10 19:40:25 2004
++++ reportbug.new/script       Tue Jan 18 11:35:44 2005
 @@ -1,4 +1,4 @@
 -#!/usr/bin/python2.3
 [EMAIL PROTECTED]@/bin/python2.3



-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to