[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#598043: marked as done (freeze-exception pre-approval: cupt/1.5.14.1)



Your message dated Sat, 25 Sep 2010 21:47:51 +0100
with message-id <1285447671.2993.327.camel@hathi.jungle.funky-badger.org>
and subject line Re: Bug#598043: freeze-exception pre-approval: cupt/1.5.14.1
has caused the Debian Bug report #598043,
regarding freeze-exception pre-approval: cupt/1.5.14.1
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 owner@bugs.debian.org
immediately.)


-- 
598043: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=598043
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
Usertags: freeze-exception


Hello,

Cupt package manager reads APT configuration files. In some of recent
releases APT in Debian got Ubuntu-specific option
'APT::Never-MarkAuto-Sections' and fills it by default. I just noticed it today.

Due to silly typo in the past, Cupt
fails to ignore it properly, and every program invocation prints several
annoying warnings.

Trivial 3-char fix is attached.

Could you please allow this fix to go to squeeze? I know, This request doesn't
conform to freeze exception quidelines, but it would be a pity to not
have it applied.

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-5-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
diff --git a/Cupt/Config.pm b/Cupt/Config.pm
index cc64a66..1dccdf5 100644
--- a/Cupt/Config.pm
+++ b/Cupt/Config.pm
@@ -198,7 +198,7 @@ sub new {
 		# unused APT vars
 		'rpm::pre-invoke' => [],
 		'rpm::post-invoke' => [],
-		'apt::never-markauto-sections::*' => [],
+		'apt::never-markauto-sections' => [],
 
 		# Cupt vars
 		'cupt::downloader::protocols::file::methods' => [ 'file' ],
diff --git a/debian/changelog b/debian/changelog
index 2122247..b2016c2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+cupt (1.5.14.1) UNRELEASED; urgency=low
+
+  * Cupt:
+    - Config:
+      - Fixed ignoring 'APT::Never-MarkAuto-Sections' option.
+
+ -- Eugene V. Lyubimkin <jackyf@debian.org>  Sat, 25 Sep 2010 21:24:53 +0300
+
 cupt (1.5.14) unstable; urgency=low
 
   * doc:

--- End Message ---
--- Begin Message ---
On Sat, 2010-09-25 at 23:04 +0300, Eugene V. Lyubimkin wrote:
> On 2010-09-25 20:14, Adam D. Barratt wrote:
> > On Sat, 2010-09-25 at 21:53 +0300, Eugene V. Lyubimkin wrote:
> > > Cupt package manager reads APT configuration files. In some of recent
> > > releases APT in Debian got Ubuntu-specific option
> > > 'APT::Never-MarkAuto-Sections' and fills it by default. I just noticed it today.
> > > 
> > > Due to silly typo in the past, Cupt
> > > fails to ignore it properly, and every program invocation prints several
> > > annoying warnings.
> > 
> > Please go ahead, and let us know once the package has been accepted.
> > 
> Thanks. The package has been accepted.

Unblocked.

Regards,

Adam



--- End Message ---

Reply to: