Your message dated Tue, 14 Feb 2017 19:10:27 +0000
with message-id <[email protected]>
and subject line Bug#854748: Removed package(s) from unstable
has caused the Debian Bug report #407825,
regarding cvs-autoreleasedeb: broken "tag" property handling
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.)
--
407825: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=407825
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: cvs-autoreleasedeb
Version: 0.12-1
Severity: normal
Tags: patch
Hello,
I've found 2 problems with handling of CVS tags by
cvs-autoreleasedeb. One is related to validating "tag"
property in .cvs-autoreleasedeb/conf, it's quite
obvious and the patch for fixing it is attached.
Another problem is that cvs-autoreleasedeb doesn't
provide a way to pass custom tags down to the
cvs-buildpackage's options -T and -U. If I find some
seemingly fine method to solve this, I'll comment
further to the bug.
--
WBR,
xrgtn
-- System Information:
Debian Release: 4.0
APT prefers testing
APT policy: (990, 'testing'), (500, 'oldstable'), (500, 'unstable'), (500,
'stable'), (100, 'edgy'), (1, 'experimental')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-grsec
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Versions of packages cvs-autoreleasedeb depends on:
ii adduser 3.101 Add and remove users and groups
ii cvs 1:1.12.13-6 Concurrent Versions System
ii cvs-buildpackage 5.20 A set of Debian package scripts fo
ii dpkg-dev 1.13.25 package building tools for Debian
ii dupload 2.6.3.3 utility to upload Debian packages
ii fakeroot 1.5.10 Gives a fake root environment
ii libapt-pkg-perl 0.1.13 Perl interface to libapt-pkg
ii libxml-parser-perl 2.34-4.2 Perl module for parsing XML files
ii perl 5.8.8-7 Larry Wall's Practical Extraction
cvs-autoreleasedeb recommends no packages.
-- no debconf information
--- /usr/bin/cvs-autoreleasedeb 2006-08-16 13:40:59.000000000 +0300
+++ /usr/local/bin/cvs-autoreleasedeb 2007-01-21 19:17:10.000000000 +0200
@@ -202,7 +202,7 @@
chdir($::CVSDIR.$s);
$cmd = "$::CVS -d ".$conf_struct->{$s}{$p}{cvsroot}." checkout ";
# If the user sets a tag, use it instead of HEAD.
- if ($conf_struct->{$s}{$p}{tag} =~ /S+/) {
+ if ($conf_struct->{$s}{$p}{tag} =~ /\S+/) {
$cmd .= " -r ".$conf_struct->{$s}{$p}{tag}." ";
} else {
$cmd .= " -A ";
--- End Message ---
--- Begin Message ---
Version: 0.12-1+rm
Dear submitter,
as the package cvs-autoreleasedeb has just been removed from the Debian archive
unstable we hereby close the associated bug reports. We are sorry
that we couldn't deal with your issue properly.
For details on the removal, please see https://bugs.debian.org/854748
The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.
This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
[email protected].
Debian distribution maintenance software
pp.
Scott Kitterman (the ftpmaster behind the curtain)
--- End Message ---