diff options
| author | Sebastian Heinlein <sebastian.heinlein@web.de> | 2006-04-29 15:53:42 +0200 |
|---|---|---|
| committer | Sebastian Heinlein <sebastian.heinlein@web.de> | 2006-04-29 15:53:42 +0200 |
| commit | 4e093f33b5e9da902a69fc8bdf0fd2109a31c2d5 (patch) | |
| tree | 54cc2932cb71aded4e39a71653dea7b540304049 /debian | |
| parent | d19de868ff0230aebfc0920bd31caa64d51ec920 (diff) | |
| parent | dc3dc10c9a2835ffef5708db35dd70344860adab (diff) | |
| download | python-apt-4e093f33b5e9da902a69fc8bdf0fd2109a31c2d5.tar.gz | |
* merged from mvo
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 9 | ||||
| -rwxr-xr-x | debian/rules | 2 |
2 files changed, 9 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 2484a06d..848d5c6d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +update-manager (0.42.2ubuntu14) dapper; urgency=low + + * wording/glade file fixes (thanks to Sebastian Heinlein) + * many updates to the dist-upgrader code + + -- Michael Vogt <michael.vogt@ubuntu.com> Fri, 28 Apr 2006 23:04:08 +0200 + update-manager (0.42.2ubuntu13) dapper; urgency=low * po/POTFILES.in: add missing desktop file (ubuntu: #39410) @@ -9,7 +16,7 @@ update-manager (0.42.2ubuntu13) dapper; urgency=low * setup.py: install the icons into the hicolor icon schema (thanks to Sebastian Heinlein) - -- Michael Vogt <michael.vogt@ubuntu.com> Wed, 19 Apr 2006 14:44:14 +0200 + -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 20 Apr 2006 18:23:54 +0200 update-manager (0.42.2ubuntu12) dapper; urgency=low diff --git a/debian/rules b/debian/rules index 44224c6f..3b3da7d1 100755 --- a/debian/rules +++ b/debian/rules @@ -96,7 +96,7 @@ binary-arch: build install arch-build: rm -rf debian/arch-build mkdir -p debian/arch-build/$(PKG)-$(DEBVER) - tar -c --exclude=arch-build -f - `bzr inventory` | (cd debian/arch-build/$(PKG)-$(DEBVER);tar xf -) + tar -c --exclude=arch-build --no-recursion -f - `bzr inventory` | (cd debian/arch-build/$(PKG)-$(DEBVER);tar xf -) (cd debian/arch-build/$(PKG)-$(DEBVER) && $(DEB_BUILD_PROG)) binary: binary-indep binary-arch |
