Merge lp:~jelmer/bzr-builddeb/apt-directory into lp:bzr-builddeb

Proposed by Jelmer Vernooij
Status: Merged
Merged at revision: 514
Proposed branch: lp:~jelmer/bzr-builddeb/apt-directory
Merge into: lp:bzr-builddeb
Diff against target: 41 lines (+10/-2)
3 files modified
__init__.py (+1/-1)
debian/NEWS (+6/-0)
debian/changelog (+3/-1)
To merge this branch: bzr merge lp:~jelmer/bzr-builddeb/apt-directory
Reviewer Review Type Date Requested Status
James Westby Approve
Review via email: mp+48727@code.launchpad.net
To post a comment you must log in.
515. By Jelmer Vernooij

update news/changelog

Revision history for this message
James Westby (james-w) :
review: Approve
Revision history for this message
Jelmer Vernooij (jelmer) wrote :

This renames the 'deb:' directory service to 'apt:'. This more clearly reflects where the data is coming from, and should prevent confusion with the directory service meaning "debian", which is not the case on ubuntu.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file '__init__.py'
2--- __init__.py 2011-01-13 18:14:01 +0000
3+++ __init__.py 2011-02-06 13:28:10 +0000
4@@ -80,7 +80,7 @@
5 default_result_dir = '..'
6
7
8-directories.register_lazy("deb:", 'bzrlib.plugins.builddeb.directory',
9+directories.register_lazy("apt:", 'bzrlib.plugins.builddeb.directory',
10 'VcsDirectory',
11 "Directory that uses Debian Vcs-* control fields to look up branches")
12
13
14=== modified file 'debian/NEWS'
15--- debian/NEWS 2009-03-05 12:59:30 +0000
16+++ debian/NEWS 2011-02-06 13:28:10 +0000
17@@ -1,3 +1,9 @@
18+bzr-builddeb (2.5.1) unstable; urgency=low
19+
20+ The 'deb:' directory service has been renamed to 'apt:' to avoid confusion.
21+
22+ -- Jelmer Vernooij <jelmer@debian.org> Sun, 06 Feb 2011 14:24:37 +0100
23+
24 bzr-builddeb (2.1) experimental; urgency=low
25
26 * The build command now defaults to "debuild" instead of
27
28=== modified file 'debian/changelog'
29--- debian/changelog 2011-02-03 22:45:27 +0000
30+++ debian/changelog 2011-02-06 13:28:10 +0000
31@@ -49,8 +49,10 @@
32 * Fix build dependencies for test suite.
33 * Support unversioned debian/ symlink in working tree when finding
34 changelog and larstiq mode. LP: #619295
35+ * The deb: directory service has been renamed to apt: to avoid
36+ confusion.
37
38- -- Jelmer Vernooij <jelmer@debian.org> Thu, 03 Feb 2011 14:38:04 +0100
39+ -- Jelmer Vernooij <jelmer@debian.org> Sun, 06 Feb 2011 14:25:32 +0100
40
41 bzr-builddeb (2.5) unstable; urgency=low
42

Subscribers

People subscribed via source and target branches