Your message dated Fri, 15 May 2009 09:17:23 +0000
with message-id <[email protected]>
and subject line Bug#527088: fixed in cia-clients 20090515
has caused the Debian Bug report #527088,
regarding Removing cia_baz.sh?
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
527088: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=527088
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: cia-clients
Version: 20081025
Severity: wishlist

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Old-style Bazaar ("baz") is no longer developed upstream and is no
longer in Debian (removed before Lenny). 

The attached patch drops the CIA script for Bazaar as well as the
dependencies.

(if it's easier that I supply a hg bundle rather than a patch, please let me
 know)

- -- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (650, 'unstable'), (600, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.29-1-686 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages cia-clients depends on:
ii  python                        2.5.4-2    An interactive high-level object-o
ii  python-central                0.6.11     register and build utility for Pyt

cia-clients recommends no packages.

Versions of packages cia-clients suggests:
ii  bzr                         1.14-2       easy to use distributed version co
ii  cvs                         1:1.12.13-12 Concurrent Versions System
ii  darcs                       2.2.0-1      a distributed, interactive, smart 
ii  git-core                    1:1.6.2.4-1  fast, scalable, distributed revisi
ii  mercurial                   1.2-1        scalable distributed version contr
ii  subversion                  1.6.1dfsg-1  Advanced version control system

- -- no debconf information
diff -r 89cfbefa748b -r d14f1f23244d INDEX
--- a/INDEX	Sat May 17 18:41:43 2008 +0200
+++ b/INDEX	Tue May 05 17:36:24 2009 +0200
@@ -7,10 +7,6 @@
 url http://cia.vc/clients/arch/cia_arch.py
 depends tla
 
-script cia_baz.sh
-url http://cia.vc/clients/baz/cia_baz.sh
-depends bazaar
-
 #script cia_bzr.py
 #url http://cia.vc/clients/bzr/cia_bzr.py
 #depends bzr
diff -r 89cfbefa748b -r d14f1f23244d debian/control
--- a/debian/control	Sat May 17 18:41:43 2008 +0200
+++ b/debian/control	Tue May 05 17:36:24 2009 +0200
@@ -12,8 +12,8 @@
 Depends: ${misc:Depends}, ${python:Depends}
 Provides: ${python:Provides}
 XB-Python-Version: ${python:Versions}
-Suggests: tla | bazaar | bzr | cvs | darcs | git-core | subversion | mercurial (>= 0.9.3)
-Enhances: tla, bazaar, bzr, cvs, darcs, git-core, subversion, mercurial (>= 0.9.3)
+Suggests: tla | bzr | cvs | darcs | git-core | subversion | mercurial (>= 0.9.3)
+Enhances: tla, bzr, cvs, darcs, git-core, subversion, mercurial (>= 0.9.3)
 Homepage: http://cia.vc/doc/clients/
 Description: clients scripts for CIA commit notification on IRC
  CIA is a system for tracking open-source projects in real-time. People all
@@ -25,7 +25,6 @@
  .
  This collection include CIA client scripts for:
   * Arch (tla)
-  * Arch-based Bazaar (baz)
   * Bazaar (bzr)
   * BitKeeper (bk)
   * CVS
diff -r 89cfbefa748b -r d14f1f23244d scripts/cia_baz.sh
--- a/scripts/cia_baz.sh	Sat May 17 18:41:43 2008 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,270 +0,0 @@
-#!/bin/sh
-
-## Hook script showing CIA client usage.
-## See the very bottom for selection of archives/categories to inform
-## CIA of
-## Copyright (C) 2003 Robert Collins
-## Copyright (C) 2005 Canonical Limited
-##
-## Portions adapted from :
-##
-## Copyright (C) 2003 Ethan Benson
-##
-## Portions adapted from larch:
-##
-## Copyright (C) 2001-2003 Tom Lord
-##
-## This program is free software; you can redistribute it and/or
-## modify it under the terms of version 2 of the GNU General Public License
-## as published by the Free Software Foundation.
-##
-## This program is distributed in the hope that it will be useful,
-## but WITHOUT ANY WARRANTY; without even the implied warranty of
-## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-## GNU General Public License for more details.
-##
-## You should have received a copy of the GNU General Public License
-## along with this program; if not, write to the Free Software
-## Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-##
-###############################################################################
-
-
-MAILX=sendmail_wrapper
-
-sendmail_wrapper()
-{
-   if [ $# -ne 3 ] ; then
-       echo 1>&2 "sendmail usage error: need 3 arguments"
-       exit 1
-   fi
-   if [ "$1" != "-s" ] ; then
-       echo 1>&2 "sendmail usage error: first argument must be -s"
-       exit 1
-   fi
-   ( printf "To: %s\\n" "$3" ; \
-     printf "Subject: %s\\n" "$2" ; \
-     printf "\\n" ; \
-     cat ) \
-   | /usr/sbin/sendmail -t
-}
-
-
-# CIA bot client script for baz hooks, delivering via email
-# -- svn version by Micah Dowty <[email protected]>
-# -- adapted by Robert Collins <[email protected]>
-#
-# See http://cia.vc
-# for more information on what the CIA bot is and how it works.
-#
-# To use the CIA bot in your Arch repository...
-#
-# 1. Customize the parameters below, specifically the ones under
-#    the "Project information" section
-#
-# 2. This script should be sourced and run from your baz hook script
-#    for revisions you want to tell cia about. You need the MAILX
-#    macro commonly used in baz hook scripts.
-#
-# See below for parameters that can be customised
-
-cia_entry()
-{
- awk -v archive="$archive" \
-     -v version="$version" \
-     -v category="$category" \
-     -v branch="$branch" \
-     -v patch="$patch" \
-     -v no_files="$no_files" \
-   'BEGIN { getline;
-            while (!match ($0, "^$"))
-              {
-                field = tolower ($1);
-                sub (":.*", "", field);
-                headers[field] = $0;
-                sub ("^[^:]*:[ \t]*", "", headers[field]);
-                getline;
-                while (match ($0, "^[ \t]"))
-                  {
-                    headers[field] = headers[field] $0;
-                    getline;
-                  }
-              }
-          }
-
-    { if (body == "") body = "    " $0; else body = body "\n    " $0; }
-
-    END {
-          date = headers["standard-date"];
-          author = headers["creator"];
-          summary = headers["summary"];
-
-          #sub("[[:space:]].*GMT.*", " GMT", date);
-          #print date "\t" headers["creator"] "\t" patch;
-          #print "";
-          gsub("&", "\\&amp;", author);
-          gsub("<", "\\&lt;", author);
-          gsub(">", "\\&gt;", author);
-          print "<author>" author "</author>";
-          gsub("&", "\\&amp;", summary);
-          gsub("<", "\\&lt;", summary);
-          gsub(">", "\\&gt;", summay);
-          print "<log>" summary "</log>";
-          #print body;
-          #print "";
-          if (no_files == "")
-            {
-              print "<files>"
-              file_list(0, "new-files", "{arch}/" category "/" branch "/" version "/" archive "/patch-log/" patch);
-              file_list(0, "removed-files");
-              file_list(0, "modified-files");
-              file_pair_list("renamed-files");
-              file_list(0, "new-directories");
-              file_list(0, "removed-directories");
-              file_list(0, "modified-directories");
-              file_pair_list("renamed-directories");
-              file_list(0, "new-patches", archive "/" version "--" patch);
-              print "</files>"
-            }
-        }
-
-    function file_list (base_only, field_name, exclude)
-    {
-      for (x in items)
-        delete items[x];
-
-      n_items = split (headers[field_name], items, "[ \t]+");
-
-      if ((n_items == 0) || ((exclude != "") && (n_items == 1)))
-        return;
-
-      sub("-", " ", field_name);
-      # print "    " field_name ":"
-      # printf("    ");
-      width = 0;
-      items_on_line = 0;
-
-      for (x = 1; x <= n_items; ++x)
-        {
-          if (exclude == items[x])
-            continue;
-          if (base_only)
-            sub (".*/", "", items[x]);
-          if ((items_on_line == 0) || ((width + length (items[x]) + 1) < 64))
-            {
-              width += length (items[x]) + 1;
-              ++items_on_line;
-              printf(" %s", items[x]);
-            }
-          else
-            {
-              printf("\n");
-              printf("    ");
-              printf(" %s", items[x]);
-              width = length(items[x]) + 1;
-              items_on_line = 1;
-            }
-        }
-      printf "\n"
-      printf "\n"
-    }
-   function file_pair_list (field_name)
-    {
-      for (x in items)
-        delete items[x];
-
-      n_items = split (headers[field_name], items, "[ \t]+");
-
-      if (n_items == 0)
-        return;
-
-      sub("-", " ", field_name);
-      print "    " field_name ":"
-
-      for (x = 1; x <= n_items; ++x)
-        {
-          printf("     %s\n", items[x]);
-          printf("       ==> %s\n", items[x + 1]);
-          x = x + 1;
-        }
-      printf "\n"
-      printf "\n"
-    }'
-}
-
-cia_revision()
-{
-   local archive="$ARCH_ARCHIVE"
-   local version="$(v=${ARCH_REVISION%--*};echo ${v##*--})"
-   local category="${ARCH_REVISION%%--*}"
-   local branch="$(v=${ARCH_REVISION%--*--*};echo ${v##*--})"
-   local patch="${ARCH_REVISION##*--}"
-
-   local details="$(baz cat-archive-log
-${ARCH_ARCHIVE}/${ARCH_REVISION} | cia_entry)"
-(cat <<EOF
-<message>
-   <generator>
-       <name>Baz CIA Bot client shell script</name>
-       <version>1.0</version>
-   </generator>
-   <source>
-       <project>$project_name</project>
-   </source>
-   <body>
-       <commit>
-           <revision>${ARCH_ARCHIVE}/${ARCH_REVISION}</revision>
-           ${details}
-       </commit>
-   </body>
-</message>
-EOF
-)
-           #<diffLines>$diff_lines</diffLines>
-}
-
-inform_cia()
-{
-
-### There are some parameters for this script that you can customize:
-# Project information
-#
-# NOTE: This shouldn't be a long description of your project. Ideally
-#       it is a short identifier with no local spaces, punctuation, or
-#       unnecessary capitalization. This will be used in URLs related
-#       to your project, as an internal identifier, and in IRC messages.
-#       If you want a longer name shown for your project on the web
-#       interface, please use the "title" metadata key rather than
-#       putting that here.
-#
-   local project_name="$1"
-   local return_address="YOUREMAIL"
-
-############# Below this line you shouldn't have to change anything
-
-# The email address CIA lives at
-   local cia_address="[email protected]"
-
-# Send an email with the final XML message
-   cia_revision | $MAILX -s "DeliverXML" $cia_address
-}
-### The End of CIA support section ####
-
-case "$1" in
-   commit|import|tag)
-           ARCHIVENAMEGOESHERE)
-               case "${ARCH_REVISION%%--*}" in
-                   CATEGORYNAMEGOESHERE)
-                   inform_cia PROJECTTOREPORTAS
-                   ;;
-                   *)
-                   ;;
-               esac
-               ;;
-           *)
-               ;;
-       esac
-#       update_library
-       ;;
-esac
-

--- End Message ---
--- Begin Message ---
Source: cia-clients
Source-Version: 20090515

We believe that the bug you reported is fixed in the latest version of
cia-clients, which is due to be installed in the Debian FTP archive:

cia-clients_20090515.dsc
  to pool/main/c/cia-clients/cia-clients_20090515.dsc
cia-clients_20090515.tar.gz
  to pool/main/c/cia-clients/cia-clients_20090515.tar.gz
cia-clients_20090515_all.deb
  to pool/main/c/cia-clients/cia-clients_20090515_all.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Christoph Berg <[email protected]> (supplier of updated cia-clients package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Fri, 15 May 2009 10:24:51 +0200
Source: cia-clients
Binary: cia-clients
Architecture: source all
Version: 20090515
Distribution: unstable
Urgency: low
Maintainer: Christoph Berg <[email protected]>
Changed-By: Christoph Berg <[email protected]>
Description: 
 cia-clients - clients scripts for CIA commit notification on IRC
Closes: 527088 527092
Changes: 
 cia-clients (20090515) unstable; urgency=low
 .
   * Moving packaging to collab-maint git on alioth.
   * Removing baz (arch-based bazaar) support. Suggested by Jelmer.
     (Closes: 527088)
   * Updating bzr-cia. By Jelmer. (Closes: #527092)
Checksums-Sha1: 
 0be29f7302bc4aaf99519d7c8cbf7ad8ef798ff3 927 cia-clients_20090515.dsc
 5ff1c50d11b8e0e5be19eab532571b08c9a963fb 30385 cia-clients_20090515.tar.gz
 8869e12dd8054105f02de576765d3b64e053054a 27316 cia-clients_20090515_all.deb
Checksums-Sha256: 
 15d47bd27609ecf1628fe59da1b2e8d6b4de20664b40fa35c07c449393aaa7db 927 
cia-clients_20090515.dsc
 fdbd75a10edbeabd0bcb979189b051f5a5efd5b7025793a92edfc03dfc576208 30385 
cia-clients_20090515.tar.gz
 f4ffd6d0941c73a69492f38e5bbc72c825fb5263dddebad5a9143d6da3ec21b3 27316 
cia-clients_20090515_all.deb
Files: 
 3af350224aceb013da045621f5ff60af 927 net optional cia-clients_20090515.dsc
 39e79a2feb5334f0d785a6118a5cb556 30385 net optional cia-clients_20090515.tar.gz
 4c66e23feb41787d857387c06e72ae20 27316 net optional 
cia-clients_20090515_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAkoNJ84ACgkQxa93SlhRC1rExgCfbcrnTQm9KAU/hzaKtnVn2S+X
D0IAoNFR3C60eDxaID7x4rMkLqbwsA53
=7gHg
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to