Merge lp:~codygarver/maya/deb-packaging into lp:~elementary-apps/maya/trunk

Proposed by Cody Garver
Status: Merged
Merged at revision: 68
Proposed branch: lp:~codygarver/maya/deb-packaging
Merge into: lp:~elementary-apps/maya/trunk
Diff against target: 101 lines (+76/-0)
5 files modified
debian/changelog (+5/-0)
debian/compat (+1/-0)
debian/control (+15/-0)
debian/copyright (+39/-0)
debian/rules (+16/-0)
To merge this branch: bzr merge lp:~codygarver/maya/deb-packaging
Reviewer Review Type Date Requested Status
Maya Development Team Pending
Review via email: mp+76292@code.launchpad.net

This proposal supersedes a proposal from 2011-08-11.

Description of the change

Debian packaging files. You may wanna put the debian folder in a separate branch and nest it in the ppa recipe. Something like:

# bzr-builder format 0.3 deb-version {debupstream}-0~{revno}
lp:maya
nest-part packaging lp:~mbarvian/maya/deb-packaging debian debian

To post a comment you must log in.
Revision history for this message
Cody Garver (codygarver) : Posted in a previous version of this proposal
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 2011-09-20 21:50:30 +0000
5@@ -0,0 +1,5 @@
6+maya (0.2-0ubuntu1) natty; urgency=low
7+
8+ * Initial Release.
9+
10+ -- Maxwell Barvian <maxwell@elementaryos.org> Thu, 11 Aug 2011 10:00:00 +0100
11
12=== added file 'debian/compat'
13--- debian/compat 1970-01-01 00:00:00 +0000
14+++ debian/compat 2011-09-20 21:50:30 +0000
15@@ -0,0 +1,1 @@
16+7
17
18=== added file 'debian/control'
19--- debian/control 1970-01-01 00:00:00 +0000
20+++ debian/control 2011-09-20 21:50:30 +0000
21@@ -0,0 +1,15 @@
22+Source: maya
23+Section: utils
24+Priority: optional
25+Maintainer: Maxwell Barvian <maxwell@elementaryos.org>
26+Build-Depends: debhelper (>= 7), cmake, pkg-config, valac (>= 0.12), libgtk-3-dev, libgee-dev, libglib2.0-dev (>= 2.29.0), libgranite-dev
27+Standards-Version: 3.8.4
28+Homepage: https://launchpad.net/maya
29+Vcs-Bzr: lp:maya
30+Vcs-Browser: https://code.launchpad.net/~maya-dev-team/maya/maya-0.2.0
31+
32+Package: maya
33+Architecture: any
34+Depends: ${shlibs:Depends}, ${misc:Depends}
35+Pre-Depends: dpkg (>= 1.15.6)
36+Description: Maya is a slim, lightweight, GCal-syncing GTK+ Calendar application written in Vala, specifically for the Elementary project.
37
38=== added file 'debian/copyright'
39--- debian/copyright 1970-01-01 00:00:00 +0000
40+++ debian/copyright 2011-09-20 21:50:30 +0000
41@@ -0,0 +1,39 @@
42+This work was packaged for Debian by:
43+
44+ Maxwell Barvian <maxwell@elementaryos.org> on Thu, 11 Aug 2011
45+
46+It was downloaded from:
47+
48+ https://launchpad.net/maya
49+
50+Upstream Author(s):
51+
52+ Maxwell Barvian <maxwell@elementaryos.org>
53+
54+Copyright:
55+
56+ Copyright (C) 2011 Maxwell Barvian
57+
58+License:
59+
60+ This program is free software: you can redistribute it and/or modify
61+ it under the terms of the GNU General Public License as published by
62+ the Free Software Foundation, either version 3 of the License, or
63+ (at your option) any later version.
64+
65+ This package is distributed in the hope that it will be useful,
66+ but WITHOUT ANY WARRANTY; without even the implied warranty of
67+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
68+ GNU General Public License for more details.
69+
70+ You should have received a copy of the GNU General Public License
71+ along with this program. If not, see <http://www.gnu.org/licenses/>.
72+
73+On Debian systems, the complete text of the GNU General
74+Public License version 3 can be found in "/usr/share/common-licenses/GPL-3".
75+
76+The Debian packaging is:
77+
78+ Copyright (C) 2011 Maxwell Barvian <maxwell@elementaryos.org>
79+
80+and is licensed under the GPL version 3, see above.
81
82=== added file 'debian/rules'
83--- debian/rules 1970-01-01 00:00:00 +0000
84+++ debian/rules 2011-09-20 21:50:30 +0000
85@@ -0,0 +1,16 @@
86+#!/usr/bin/make -f
87+# -*- makefile -*-
88+# Sample debian/rules that uses debhelper.
89+# This file was originally written by Joey Hess and Craig Small.
90+# As a special exception, when this file is copied by dh-make into a
91+# dh-make output file, you may use that output file without restriction.
92+# This special exception was added by Craig Small in version 0.37 of dh-make.
93+
94+# Uncomment this to turn on verbose mode.
95+#export DH_VERBOSE=1
96+
97+%:
98+ dh $@
99+
100+override_dh_builddeb:
101+ dh_builddeb -- -Zxz

Subscribers

People subscribed via source and target branches