Merge lp:~gally-dev/gally/packaging into lp:gally

Proposed by ikar
Status: Needs review
Proposed branch: lp:~gally-dev/gally/packaging
Merge into: lp:gally
Diff against target: 98 lines (+62/-0)
7 files modified
.bzr-builddeb/default.conf (+2/-0)
changelog (+11/-0)
compat (+1/-0)
control (+16/-0)
copyright (+27/-0)
rules (+4/-0)
source/format (+1/-0)
To merge this branch: bzr merge lp:~gally-dev/gally/packaging
Reviewer Review Type Date Requested Status
Gally Developers Pending
Review via email: mp+274848@code.launchpad.net

Description of the change

Hello I hope someone can help me, my situation is im downloaded de gally app but it say missin language definitions, i downloaded the ASL. targ and extract but i cant paste to the usr/share/kde4/apps/gally but i cant paste the downloaded folder ASL and its say i dont have the permissions >,<
Sorry about my english .

To post a comment you must log in.

Unmerged revisions

11. By Mackenzie Morgan

control: add

10. By Mackenzie Morgan

source/format: native --> quilt

9. By Mackenzie Morgan

setup.py: maybe if i use os.path.join()?

8. By Luke Faraone

Add bzr-bd files for merge mode

7. By Mackenzie Morgan <maco@lucid>

merge with trunk

6. By Mackenzie Morgan <maco@lucid>

rules: no need for clean target

5. By Mackenzie Morgan <maco@lucid>

control: add build-dep on python-kde4 since python-kde4-dev no longer depends on it, stupidly

4. By Mackenzie Morgan <maco@lucid>

rules: use boring install

3. By Mackenzie Morgan

set dh compatibility level at 7

2. By Mackenzie Morgan

Riddell fixed the build!
No more mystery /etc/init.d/ script

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 2015-10-19 06:19:02 +0000
5@@ -0,0 +1,2 @@
6+[BUILDDEB]
7+merge = True
8
9=== added file 'changelog'
10--- changelog 1970-01-01 00:00:00 +0000
11+++ changelog 2015-10-19 06:19:02 +0000
12@@ -0,0 +1,11 @@
13+gally (0:0.5~rc2-0ubuntu1) maverick; urgency=low
14+
15+ * New upstream version
16+
17+ -- Mackenzie Morgan <maco.m@ubuntu.com> Sat, 25 Sep 2010 19:58:13 -0400
18+
19+gally (0:0.5~rc1-0ubuntu1) maverick; urgency=low
20+
21+ * Initial release in Ubuntu
22+
23+ -- Mackenzie Morgan <maco.m@ubuntu.com> Wed, 11 Aug 2010 13:34:43 -0400
24
25=== added file 'compat'
26--- compat 1970-01-01 00:00:00 +0000
27+++ compat 2015-10-19 06:19:02 +0000
28@@ -0,0 +1,1 @@
29+7
30
31=== added file 'control'
32--- control 1970-01-01 00:00:00 +0000
33+++ control 2015-10-19 06:19:02 +0000
34@@ -0,0 +1,16 @@
35+Source: gally
36+Section: kde
37+Priority: optional
38+Maintainer: Mackenzie Morgan <maco.m@ubuntu.com>
39+Build-Depends: python-kde4, python-kde4-dev, debhelper (>= 7)
40+Standards-Version:3.8.4
41+Homepage: http://launchpad.net/gally
42+
43+Package: gally
44+Section: kde
45+Architecture: all
46+Depends: python-kde4, python-qt4-phonon, ${python:Depends}, ${misc:Depends}
47+XB-Python-Version: ${python:Versions}
48+Description: teaches sign languages
49+ Gally was created to teach sign languages such as American Sign Language. At
50+ the moment, only ASL is supported but more will be in the future.
51
52=== added file 'copyright'
53--- copyright 1970-01-01 00:00:00 +0000
54+++ copyright 2015-10-19 06:19:02 +0000
55@@ -0,0 +1,27 @@
56+This package was debianized by Mackenzie Morgan <maco.m@ubuntu.com> on
57+Mon, 05 Jul 2010 21:44:27 -0400
58+
59+It was downloaded from http://code.launchpad.net/gally
60+
61+Copyright
62+© 2010, Mackenzie Morgan <maco.m@ubuntu.com>
63+
64+License:
65+The code files in this package are under the GNU General Public License
66+version 3:
67+ | This program is free software: you can redistribute it and/or modify
68+ | it under the terms of the GNU General Public License as published by
69+ | the Free Software Foundation, either version 3 of the License, or
70+ | (at your option) any later version.
71+
72+ | This program is distributed in the hope that it will be useful,
73+ | but WITHOUT ANY WARRANTY; without even the implied warranty of
74+ | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
75+ | GNU General Public License for more details.
76+
77+ | You should have received a copy of the GNU General Public License
78+ | along with this program. If not, see <http://www.gnu.org/licenses/>.
79+
80+ The full text of the GNU General Public License version 3 is available on
81+ Debian systems in /usr/share/common-licenses/GPL-3.
82+
83
84=== added file 'rules'
85--- rules 1970-01-01 00:00:00 +0000
86+++ rules 2015-10-19 06:19:02 +0000
87@@ -0,0 +1,4 @@
88+#!/usr/bin/make -f
89+
90+%:
91+ dh $@
92
93=== added directory 'source'
94=== added file 'source/format'
95--- source/format 1970-01-01 00:00:00 +0000
96+++ source/format 2015-10-19 06:19:02 +0000
97@@ -0,0 +1,1 @@
98+3.0 (quilt)

Subscribers

People subscribed via source and target branches