Merge lp:~gothicx/ubuntu-dev-tools/add_squeeze_pull-debian-source into lp:~ubuntu-dev/ubuntu-dev-tools/trunk

Proposed by Marco Rodrigues
Status: Rejected
Rejected by: Jonathan Davies
Proposed branch: lp:~gothicx/ubuntu-dev-tools/add_squeeze_pull-debian-source
Merge into: lp:~ubuntu-dev/ubuntu-dev-tools/trunk
Diff against target: None lines
To merge this branch: bzr merge lp:~gothicx/ubuntu-dev-tools/add_squeeze_pull-debian-source
Reviewer Review Type Date Requested Status
Nathan Handler Disapprove
Review via email: mp+5000@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Nathan Handler (nhandler) wrote :

I guess great minds think alike. I was just working on updating pull-debian-source to support squeeze. I also fixed another issue in the script that prevented codenames from working. This update was just pushed to trunk. As a result, there is no longer a need to merge this branch. However, thank you for taking the time to try and resolve this issue.

review: Disapprove

Unmerged revisions

366. By Marco Rodrigues

Add squeeze as a Debian distribution to pull-debian-source

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 2009-03-28 14:19:36 +0000
3+++ debian/changelog 2009-03-28 14:37:21 +0000
4@@ -8,6 +8,10 @@
5 * pbuilder-dist:
6 - Add squeeze as a Debian distribution. Thanks to Marco Rodrigues.
7
8+ [ Marco Rodrigues ]
9+ * pull-debian-source:
10+ - Add squeeze as a Debian distribution.
11+
12 -- Siegfried-Angel Gevatter Pujals <rainct@ubuntu.com> Sat, 28 Mar 2009 15:19:26 +0100
13
14 ubuntu-dev-tools (0.71) jaunty; urgency=low
15
16=== modified file 'pull-debian-source'
17--- pull-debian-source 2009-03-14 16:41:38 +0000
18+++ pull-debian-source 2009-03-28 14:37:21 +0000
19@@ -38,6 +38,7 @@
20 'etch' => 1,
21 'stable' => 1,
22 'lenny' => 1,
23+ 'squeeze' => 1,
24 'testing' => 1,
25 'sid' => 1,
26 'unstable' => 1,