+invirt-dev (0.1.18) unstable; urgency=low
+
+ * Remove the source package when the binary package name is not the same
+ as the source package name
+
+ -- Quentin Smith <quentin@mit.edu> Thu, 24 Nov 2011 21:26:29 -0500
+
invirt-dev (0.1.17) unstable; urgency=low
* Remove all binary packages built from a source package when rebuilding
except subprocess.CalledProcessError, e:
if not force:
raise
- packages = deb822.Changes(open(changes).read())['Binary']
- for package in packages.split():
+ changelog = deb822.Changes(open(changes).read())
+ packages = set(changelog['Binary'].split())
+ packages.add(changelog['Source'])
+ for package in packages:
logAndRun(['reprepro-env', 'remove', apt, package])
logAndRun(upload)