Merge lp:~lool/xsplash/packaging-fixes-for-0.1-0ubuntu1 into lp:xsplash

Proposed by Loïc Minier
Status: Merged
Merge reported by: Loïc Minier
Merged at revision: not available
Proposed branch: lp:~lool/xsplash/packaging-fixes-for-0.1-0ubuntu1
Merge into: lp:xsplash
Diff against target: None lines
To merge this branch: bzr merge lp:~lool/xsplash/packaging-fixes-for-0.1-0ubuntu1
Reviewer Review Type Date Requested Status
Canonical Desktop Experience Team Pending
Review via email: mp+9911@code.launchpad.net
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=== added directory 'debian'
2=== added file 'debian/changelog'
3--- debian/changelog 1970-01-01 00:00:00 +0000
4+++ debian/changelog 2009-08-10 08:57:34 +0000
5@@ -0,0 +1,13 @@
6+xsplash (0.1-0ubuntu1) karmic; urgency=low
7+
8+ [ Ken VanDine ]
9+ * Initial release (LP: #410307)
10+
11+ [ Loïc Minier ]
12+ * Use https for launchpad URL in debian/copyright, debian/watch, and
13+ Homepage.
14+ * Use rev 0ubuntu1 instead of -1.
15+ * Bdep on pkg-config and libglib2.0-dev (glib-mkenums).
16+ * Use new FSF address in copyright file.
17+
18+ -- Ken VanDine <ken.vandine@canonical.com> Thu, 06 Aug 2009 17:23:01 +0100
19
20=== added file 'debian/compat'
21--- debian/compat 1970-01-01 00:00:00 +0000
22+++ debian/compat 2009-08-07 14:00:37 +0000
23@@ -0,0 +1,1 @@
24+7
25
26=== added file 'debian/control'
27--- debian/control 1970-01-01 00:00:00 +0000
28+++ debian/control 2009-08-10 08:56:36 +0000
29@@ -0,0 +1,15 @@
30+Source: xsplash
31+Section: misc
32+Priority: optional
33+Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
34+Build-Depends: cdbs, debhelper (>= 7), autotools-dev, libdbus-glib-1-dev (>=0.76), libgtk2.0-dev (>= 2.14.0), pkg-config, libglib2.0-dev
35+Standards-Version: 3.8.2
36+Homepage: https://launchpad.net/xsplash
37+Vcs-Bzr: https://code.launchpad.net/~ubuntu-core-dev/xsplash/ubuntu
38+
39+Package: xsplash
40+Architecture: any
41+Depends: ${shlibs:Depends}, ${misc:Depends}
42+Description: X based bootsplash
43+ xsplash is a userspace application that uses the X interface
44+ to draw a splash screen at boot.
45
46=== added file 'debian/copyright'
47--- debian/copyright 1970-01-01 00:00:00 +0000
48+++ debian/copyright 2009-08-10 08:57:34 +0000
49@@ -0,0 +1,53 @@
50+This package was debianized by Ken VanDine <ken.vandine@canonical.com> on
51+Thu, 06 Aug 2009 17:23:01 +0100.
52+
53+It was downloaded from https://launchpad.net/xsplash
54+
55+Upstream Author:
56+
57+ Cody Russell <crussell@canonical.com>
58+
59+Copyright:
60+
61+ Copyright (C) 2009 Canonical Ltd
62+ Copyright (C) 2007 Carlos Garnacho <carlos@imendio.com>
63+
64+License:
65+
66+ This program is free software: you can redistribute it and/or modify
67+ it under the terms of the GNU General Public License version 3 as
68+ published by the Free Software Foundation.
69+
70+ This program is distributed in the hope that it will be useful,
71+ but WITHOUT ANY WARRANTY; without even the implied warranty of
72+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
73+ GNU General Public License for more details.
74+
75+ You should have received a copy of the GNU General Public License
76+ along with this program. If not, see <http://www.gnu.org/licenses/>.
77+
78+Two files (src/gtytimeline.c and src/gtytimeline.h) are under:
79+
80+ This library is free software; you can redistribute it and/or
81+ modify it under the terms of the GNU Library General Public
82+ License as published by the Free Software Foundation; either
83+ version 2 of the License, or (at your option) any later version.
84+
85+ This library is distributed in the hope that it will be useful,
86+ but WITHOUT ANY WARRANTY; without even the implied warranty of
87+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
88+ Library General Public License for more details.
89+
90+ You should have received a copy of the GNU Library General Public
91+ License along with this library; if not, write to the
92+ Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
93+ MA 02110-1301, USA.
94+
95+
96+The Debian packaging is:
97+
98+ Copyright (C) 2009 Ken VanDine <ken.vandine@canonical.com>
99+
100+On Debian/Ubuntu systems, the full text of the LGPL v2 can be found in
101+`/usr/share/common-licenses/LGPL-2', the full text of the GPL v3 can be
102+found in `/usr/share/common-licenses/GPL-3'
103
104=== added file 'debian/rules'
105--- debian/rules 1970-01-01 00:00:00 +0000
106+++ debian/rules 2009-08-07 14:00:37 +0000
107@@ -0,0 +1,7 @@
108+#!/usr/bin/make -f
109+
110+include /usr/share/cdbs/1/rules/debhelper.mk
111+include /usr/share/cdbs/1/class/autotools.mk
112+
113+
114+# Add here any variable or target overrides you need.
115
116=== added file 'debian/watch'
117--- debian/watch 1970-01-01 00:00:00 +0000
118+++ debian/watch 2009-08-10 08:46:24 +0000
119@@ -0,0 +1,2 @@
120+version=3
121+https://launchpad.net/xsplash/+download .*/xsplash-([0-9.]+)\.tar\.gz

Subscribers

People subscribed via source and target branches