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

Bug#598043: freeze-exception pre-approval: cupt/1.5.14.1



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:

Reply to: