Changeset 4126
- Timestamp:
- 07/28/08 10:28:56 (5 years ago)
- Location:
- pkg/viola/main/python-apt/trunk/debian
- Files:
-
- 1 added
- 2 edited
-
README.source (added)
-
changelog (modified) (1 diff)
-
rules (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
pkg/viola/main/python-apt/trunk/debian/changelog
r3902 r4126 1 python-apt (0.7.6.parsix) unstable; urgency=low 2 3 * Merged updates from Debian 0.7.6 4 5 -- Alan Baghumian <alan@technotux.org> Sat, 21 Jun 2008 11:42:42 +0200 1 python-apt (0.7.7.1.parsix-1) unstable; urgency=low 2 3 * Merged updates from Debian 0.7.7.1 4 5 -- Alan Baghumian <alan@technotux.org> Mon, 28 Jul 2008 10:22:11 +0200 6 7 python-apt (0.7.7.1) unstable; urgency=low 8 9 * data/templates/Debian.info.in: 10 - add 'lenny' template info (closes: #476364) 11 * aptsources/distinfo.py: 12 - fix template matching for arch specific code (LP: #244093) 13 14 -- Michael Vogt <mvo@debian.org> Fri, 25 Jul 2008 18:13:53 +0200 15 16 python-apt (0.7.7) unstable; urgency=low 17 18 [ Emanuele Rocca ] 19 * data/templates/Debian.info.in: 20 - s/MatchUri/MatchURI/. Thanks, Gustavo Noronha Silva (closes: #487673) 21 * python/cache.cc: 22 - Throw an exception rather than segfaulting when GetCache() is called 23 before InitSystem() (closes: #369147) 24 * doc/examples/config.py: 25 - Fix config.py --help (closes: #257007) 26 27 [ Michael Vogt ] 28 * python/apt_pkgmodule.cc: 29 - fix bug in hashsum calculation when the original string 30 contains \0 charackters (thanks to Celso Providelo and 31 Ryan Hass for the test-case) LP: #243630 32 * tests/test_hashsums.py: 33 - add tests for the hashsum code 34 * apt/package.py: 35 - add "isAutoRemovable()" method 36 * python/pkgsrcrecords.cc: 37 - add "Record" attribute to the PkgSrcRecord to access the 38 full source record 39 * debian/rules: 40 - remove the arch-build target, we have bzr-builddeb now 41 42 -- Michael Vogt <mvo@debian.org> Tue, 22 Jul 2008 10:16:03 +0200 6 43 7 44 python-apt (0.7.6) unstable; urgency=low -
pkg/viola/main/python-apt/trunk/debian/rules
r3435 r4126 16 16 DEBVER=$(shell dpkg-parsechangelog |sed -n -e '/^Version:/s/^Version: //p') 17 17 DEB_BUILD_PROG:=debuild --preserve-envvar PATH --preserve-envvar CCACHE_DIR -us -uc $(DEB_BUILD_PROG_OPTS) 18 19 arch-build::20 rm -rf debian/arch-build21 mkdir -p debian/arch-build/$(PKG)-$(DEBVER)22 tar -c --exclude=arch-build --no-recursion -f - `bzr inventory` \23 | (cd debian/arch-build/$(PKG)-$(DEBVER);tar xf -)24 (cd debian/arch-build/$(PKG)-$(DEBVER) && $(DEB_BUILD_PROG))25 18 26 19 build/python-apt-dbg::
Note: See TracChangeset
for help on using the changeset viewer.


