Merge lp:~didrocks/unity-greeter/prepare-dailies into lp:unity-greeter

Proposed by Didier Roche-Tolomelli
Status: Merged
Approved by: Robert Ancell
Approved revision: 895
Merged at revision: 893
Proposed branch: lp:~didrocks/unity-greeter/prepare-dailies
Merge into: lp:unity-greeter
Diff against target: 38 lines (+10/-3)
3 files modified
.bzr-builddeb/default.conf (+2/-0)
debian/changelog (+7/-0)
debian/rules (+1/-3)
To merge this branch: bzr merge lp:~didrocks/unity-greeter/prepare-dailies
Reviewer Review Type Date Requested Status
Robert Ancell Approve
PS Jenkins bot (community) continuous-integration Approve
Unity Greeter Development Team Pending
Review via email: mp+171473@code.launchpad.net

Commit message

Prepare unity-greeter for daily releases

Description of the change

Prepare unity-greeter for daily releases

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)
Revision history for this message
Robert Ancell (robert-ancell) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== added directory '.bzr-builddeb'
2=== added file '.bzr-builddeb/default.conf'
3--- .bzr-builddeb/default.conf 1970-01-01 00:00:00 +0000
4+++ .bzr-builddeb/default.conf 2013-06-26 07:33:26 +0000
5@@ -0,0 +1,2 @@
6+[BUILDDEB]
7+split = True
8
9=== modified file 'debian/changelog'
10--- debian/changelog 2013-06-24 03:18:39 +0000
11+++ debian/changelog 2013-06-26 07:33:26 +0000
12@@ -1,3 +1,10 @@
13+unity-greeter (13.10.1-0ubuntu3) UNRELEASED; urgency=low
14+
15+ * Minor changes for daily release
16+ * Automatic snapshot from revision 892 (bootstrap)
17+
18+ -- Didier Roche <didrocks@ubuntu.com> Wed, 26 Jun 2013 09:25:10 +0200
19+
20 unity-greeter (13.10.1-0ubuntu2) saucy; urgency=low
21
22 * debian/50-unity-greeter.conf:
23
24=== modified file 'debian/rules'
25--- debian/rules 2013-02-20 16:35:10 +0000
26+++ debian/rules 2013-06-26 07:33:26 +0000
27@@ -3,10 +3,8 @@
28 LDFLAGS+=-Wl,--as-needed
29
30 %:
31- dh $@ --with autoreconf
32+ dh $@ --with autoreconf --fail-missing
33
34 override_dh_autoreconf:
35 NOCONFIGURE=1 dh_autoreconf ./autogen.sh
36
37-override_dh_install:
38- dh_install --fail-missing

Subscribers

People subscribed via source and target branches