Merge lp:~rmcbride/configglue/packaging_2 into lp:configglue

Proposed by Rick McBride
Status: Merged
Approved by: John Lenton
Approved revision: 3
Merged at revision: not available
Proposed branch: lp:~rmcbride/configglue/packaging_2
Merge into: lp:configglue
Diff against target: None lines
To merge this branch: bzr merge lp:~rmcbride/configglue/packaging_2
Reviewer Review Type Date Requested Status
John Lenton Approve
Review via email: mp+4730@code.launchpad.net
To post a comment you must log in.
Revision history for this message
John Lenton (chipaca) wrote :

thanks!

review: Approve

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-03-20 19:17:00 +0000
5@@ -0,0 +1,6 @@
6+configglue (0.1) jaunty; urgency=low
7+
8+ * Debianization for packageing
9+
10+ -- Rick McBride <rick.mcbride@canonical.com> Fri, 20 Mar 2009 14:40:00 -0400
11+
12
13=== added file 'debian/compat'
14--- debian/compat 1970-01-01 00:00:00 +0000
15+++ debian/compat 2009-03-20 19:17:00 +0000
16@@ -0,0 +1,1 @@
17+5
18
19=== added file 'debian/control'
20--- debian/control 1970-01-01 00:00:00 +0000
21+++ debian/control 2009-03-20 19:17:00 +0000
22@@ -0,0 +1,14 @@
23+Source: configglue
24+Section: development
25+Priority: optional
26+Maintainer: Rick McBride <rick.mcbride@canonical.com>
27+Build-Depends: cdbs,
28+ python-central,
29+ python-all-dev
30+Standards-Version: 3.8.0
31+
32+Package: configglue
33+Architecture: all
34+Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
35+Provides: ${python:Provides}
36+Description: configglue
37
38=== added file 'debian/copyright'
39--- debian/copyright 1970-01-01 00:00:00 +0000
40+++ debian/copyright 2009-03-20 19:17:00 +0000
41@@ -0,0 +1,11 @@
42+This package was debianized by Rick McBride <rick.mcbride@canonical.com> on
43+Fri, 20 Mar 2009 14:26:00 -0400.
44+
45+Copyright:
46+
47+ Copyright (C) 2009 Canonical
48+
49+License:
50+
51+ Released under the BSD License (see the file LICENSE)
52+
53
54=== added file 'debian/docs'
55=== added file 'debian/pycompat'
56--- debian/pycompat 1970-01-01 00:00:00 +0000
57+++ debian/pycompat 2009-03-20 19:17:00 +0000
58@@ -0,0 +1,1 @@
59+2
60
61=== added file 'debian/pyversions'
62--- debian/pyversions 1970-01-01 00:00:00 +0000
63+++ debian/pyversions 2009-03-20 19:17:00 +0000
64@@ -0,0 +1,1 @@
65+2.5
66
67=== added file 'debian/rules'
68--- debian/rules 1970-01-01 00:00:00 +0000
69+++ debian/rules 2009-03-20 19:17:00 +0000
70@@ -0,0 +1,5 @@
71+#!/usr/bin/make -f
72+
73+include /usr/share/cdbs/1/rules/debhelper.mk
74+DEB_PYTHON_SYSTEM = pycentral
75+include /usr/share/cdbs/1/class/python-distutils.mk

Subscribers

People subscribed via source and target branches