Bug#674237: cloud-init: unowned files after purge (policy 6.8, 10.8): /etc/apt/apt.conf.d/90cloud-init-pipelining

2012-08-06 Thread Miguel Landaeta
On Sun, Aug 5, 2012 at 10:14 PM, Charles Plessy ple...@debian.org wrote:
 your help is very welcome.

Fine.


 Small nitpick: the VCS URL is correct.

You are right, actually I should use debcheckout instead of checking
out from the repo manually. I guess it was more easier to me to use
the URL including /svn prefix but the correct thing to do is to use
debcheckout.

Regards,

-- 
Miguel Landaeta, miguel at miguel.cc
secure email with PGP 0x6E608B637D8967E9 available at http://keyserver.pgp.com/
Faith means not wanting to know what is true. -- Nietzsche


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#674237: cloud-init: unowned files after purge (policy 6.8, 10.8): /etc/apt/apt.conf.d/90cloud-init-pipelining

2012-08-05 Thread Miguel Landaeta
tags 674237 + patch
thanks

On Thu, May 24, 2012 at 03:06:42AM +0200, Andreas Beckmann wrote:
 Package: cloud-init
 Version: 0.6.3-2
 Severity: important
 User: debian...@lists.debian.org
 Usertags: piuparts
 
 Hi,
 
 during a test with piuparts I noticed your package left unowned files on
 the system after purge, which is a violation of policy 6.8 (or 10.8):

Hi Charles,

I'm interested on this package and I noticed this bug, so decided to send
a patch.

If you are OK with me joining as maintainer, I can commit this to the repo.

Cheers,

-- 
Miguel Landaeta, miguel at miguel.cc
secure email with PGP 0x6E608B637D8967E9 available at http://keyserver.pgp.com/
Faith means not wanting to know what is true. -- Nietzsche
diff -Nru cloud-init-0.6.3/debian/changelog cloud-init-0.6.3/debian/changelog
--- cloud-init-0.6.3/debian/changelog   2012-05-22 19:59:03.0 -0430
+++ cloud-init-0.6.3/debian/changelog   2012-08-05 21:19:03.0 -0430
@@ -1,3 +1,12 @@
+cloud-init (0.6.3-3) UNRELEASED; urgency=low
+
+  * Remove unowned files in /etc/apt/apt.conf.d/ after purge. (Closes: 
#674237).
+  * Fix versioned dependency on ifupdown, otherwise is uninstallable.
+  * Fix Vcs-Svn URL.
+  * Add myself as Uploader.
+
+ -- Miguel Landaeta mig...@miguel.cc  Sun, 05 Aug 2012 21:15:36 -0430
+
 cloud-init (0.6.3-2) experimental; urgency=low
 
   * First version in Debian (Closes: #672375).
diff -Nru cloud-init-0.6.3/debian/cloud-init.postrm 
cloud-init-0.6.3/debian/cloud-init.postrm
--- cloud-init-0.6.3/debian/cloud-init.postrm   2012-05-10 18:19:41.0 
-0430
+++ cloud-init-0.6.3/debian/cloud-init.postrm   2012-08-05 21:11:07.0 
-0430
@@ -5,6 +5,7 @@
 case $1 in
purge)
   rm -f /etc/cloud/cloud.cfg.d/90_dpkg.cfg
+  rm -f /etc/apt/apt.conf.d/90cloud-init-pipelining
   ;;
remove)
   dpkg-divert --package cloud-init --remove --rename --divert \
diff -Nru cloud-init-0.6.3/debian/control cloud-init-0.6.3/debian/control
--- cloud-init-0.6.3/debian/control 2012-05-22 19:55:07.0 -0430
+++ cloud-init-0.6.3/debian/control 2012-08-05 21:19:29.0 -0430
@@ -2,7 +2,7 @@
 Section: admin
 Priority: optional
 Maintainer: Python Applications Packaging Team 
python-apps-t...@lists.alioth.debian.org
-Uploaders: Charles Plessy ple...@debian.org
+Uploaders: Charles Plessy ple...@debian.org, Miguel Landaeta 
mig...@miguel.cc
 Build-Depends: cdbs (= 0.4.90~),
debhelper (= 9),
pyflakes,
@@ -12,14 +12,14 @@
python-mocker,
 Standards-Version: 3.9.3
 Homepage: https://launchpad.net/cloud-init
-Vcs-Svn: svn://svn.debian.org/python-apps/packages/cloud-init/trunk/
+Vcs-Svn: svn://svn.debian.org/svn/python-apps/packages/cloud-init/trunk/
 Vcs-Browser: 
http://svn.debian.org/websvn/python-apps/packages/cloud-init/trunk/
 
 Package: cloud-init
 Architecture: all
 Depends: 
 # cloud-utils,
- ifupdown (= 0.6.10ubuntu5),
+ ifupdown (= 0.6.10),
  procps,
  python,
  python-cheetah,


signature.asc
Description: Digital signature


Bug#674237: cloud-init: unowned files after purge (policy 6.8, 10.8): /etc/apt/apt.conf.d/90cloud-init-pipelining

2012-08-05 Thread Charles Plessy
Le Sun, Aug 05, 2012 at 09:51:27PM -0430, Miguel Landaeta a écrit :
 
 I'm interested on this package and I noticed this bug, so decided to send
 a patch.
 
 If you are OK with me joining as maintainer, I can commit this to the repo.

Dear Miguel,

your help is very welcome.

 -Vcs-Svn: svn://svn.debian.org/python-apps/packages/cloud-init/trunk/
 +Vcs-Svn: svn://svn.debian.org/svn/python-apps/packages/cloud-init/trunk/

Small nitpick: the VCS URL is correct.

$ svn ls svn://svn.debian.org/python-apps/packages/cloud-init/trunk/
debian/

The /svn/ part in the path is only needed in the authenticated URL, and
adding it is taken care of by the authentification-aware tools.

$ debcheckout --details cloud-init
typesvn
url svn://svn.debian.org/python-apps/packages/cloud-init/trunk/

$ debcheckout --details --auth cloud-init
typesvn
url svn+ssh://svn.debian.org/svn/python-apps/packages/cloud-init/trunk/

Have a nice day,

-- 
Charles Plessy
Tsurumi, Kanagawa, Japan


--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#674237: cloud-init: unowned files after purge (policy 6.8, 10.8): /etc/apt/apt.conf.d/90cloud-init-pipelining

2012-05-23 Thread Andreas Beckmann
Package: cloud-init
Version: 0.6.3-2
Severity: important
User: debian...@lists.debian.org
Usertags: piuparts

Hi,

during a test with piuparts I noticed your package left unowned files on
the system after purge, which is a violation of policy 6.8 (or 10.8):

http://www.debian.org/doc/debian-policy/ch-maintainerscripts.html#s-removedetails

Filing this as important as having a piuparts clean archive is a release
goal since lenny.

From the attached log (scroll to the bottom...):

1m5.3s ERROR: FAIL: Package purging left files on system:
  /etc/apt/apt.conf.d/90cloud-init-pipeliningnot owned


cheers,

Andreas


cloud-init_0.6.3-2.log.gz
Description: GNU Zip compressed data