Merge lp:~andrewsomething/bzr-builddeb/bts720003 into lp:bzr-builddeb

Proposed by Andrew Starr-Bochicchio
Status: Merged
Merged at revision: 739
Proposed branch: lp:~andrewsomething/bzr-builddeb/bts720003
Merge into: lp:bzr-builddeb
Diff against target: 28 lines (+6/-1)
2 files modified
debian/changelog (+5/-0)
tests/test_import_dsc.py (+1/-1)
To merge this branch: bzr merge lp:~andrewsomething/bzr-builddeb/bts720003
Reviewer Review Type Date Requested Status
Bzr-builddeb-hackers Pending
Review via email: mp+180699@code.launchpad.net

Description of the change

* tests/test_import_dsc.py:
   - As of dpkg 1.17.0, source format '3.0 (native)' strictly
     enforces that native packages do not have a Debian revision.
     Use "0.1" instead of "0.1-1" for the version number in
     test_extract_format3_native (Closes: #720003).

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/changelog'
2--- debian/changelog 2013-06-09 18:41:10 +0000
3+++ debian/changelog 2013-08-17 17:32:27 +0000
4@@ -4,6 +4,11 @@
5 - Explicitly pass '--format=1.0' to dpkg-source inorder to
6 silence "no source format specified" warnings printed to
7 stderr (Closes: #711042).
8+ * tests/test_import_dsc.py:
9+ - As of dpkg 1.17.0, source format '3.0 (native)' strictly
10+ enforces that native packages do not have a Debian revision.
11+ Use "0.1" instead of "0.1-1" for the version number in
12+ test_extract_format3_native (Closes: #720003).
13
14 -- Andrew Starr-Bochicchio <asb@debian.org> Sun, 09 Jun 2013 14:38:31 -0400
15
16
17=== modified file 'tests/test_import_dsc.py'
18--- tests/test_import_dsc.py 2012-03-02 14:19:19 +0000
19+++ tests/test_import_dsc.py 2013-08-17 17:32:27 +0000
20@@ -1963,7 +1963,7 @@
21 extractor.cleanup()
22
23 def test_extract_format3_native(self):
24- version = Version("0.1-1")
25+ version = Version("0.1")
26 name = "package"
27 builder = SourcePackageBuilder(name, version, native=True,
28 version3=True)

Subscribers

People subscribed via source and target branches