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
=== added directory '.bzr-builddeb'
=== added file '.bzr-builddeb/default.conf'
--- .bzr-builddeb/default.conf 1970-01-01 00:00:00 +0000
+++ .bzr-builddeb/default.conf 2015-10-19 06:19:02 +0000
@@ -0,0 +1,2 @@
1[BUILDDEB]
2merge = True
03
=== added file 'changelog'
--- changelog 1970-01-01 00:00:00 +0000
+++ changelog 2015-10-19 06:19:02 +0000
@@ -0,0 +1,11 @@
1gally (0:0.5~rc2-0ubuntu1) maverick; urgency=low
2
3 * New upstream version
4
5 -- Mackenzie Morgan <maco.m@ubuntu.com> Sat, 25 Sep 2010 19:58:13 -0400
6
7gally (0:0.5~rc1-0ubuntu1) maverick; urgency=low
8
9 * Initial release in Ubuntu
10
11 -- Mackenzie Morgan <maco.m@ubuntu.com> Wed, 11 Aug 2010 13:34:43 -0400
012
=== added file 'compat'
--- compat 1970-01-01 00:00:00 +0000
+++ compat 2015-10-19 06:19:02 +0000
@@ -0,0 +1,1 @@
17
02
=== added file 'control'
--- control 1970-01-01 00:00:00 +0000
+++ control 2015-10-19 06:19:02 +0000
@@ -0,0 +1,16 @@
1Source: gally
2Section: kde
3Priority: optional
4Maintainer: Mackenzie Morgan <maco.m@ubuntu.com>
5Build-Depends: python-kde4, python-kde4-dev, debhelper (>= 7)
6Standards-Version:3.8.4
7Homepage: http://launchpad.net/gally
8
9Package: gally
10Section: kde
11Architecture: all
12Depends: python-kde4, python-qt4-phonon, ${python:Depends}, ${misc:Depends}
13XB-Python-Version: ${python:Versions}
14Description: teaches sign languages
15 Gally was created to teach sign languages such as American Sign Language. At
16 the moment, only ASL is supported but more will be in the future.
017
=== added file 'copyright'
--- copyright 1970-01-01 00:00:00 +0000
+++ copyright 2015-10-19 06:19:02 +0000
@@ -0,0 +1,27 @@
1This package was debianized by Mackenzie Morgan <maco.m@ubuntu.com> on
2Mon, 05 Jul 2010 21:44:27 -0400
3
4It was downloaded from http://code.launchpad.net/gally
5
6Copyright
7© 2010, Mackenzie Morgan <maco.m@ubuntu.com>
8
9License:
10The code files in this package are under the GNU General Public License
11version 3:
12 | This program is free software: you can redistribute it and/or modify
13 | it under the terms of the GNU General Public License as published by
14 | the Free Software Foundation, either version 3 of the License, or
15 | (at your option) any later version.
16
17 | This program is distributed in the hope that it will be useful,
18 | but WITHOUT ANY WARRANTY; without even the implied warranty of
19 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20 | GNU General Public License for more details.
21
22 | You should have received a copy of the GNU General Public License
23 | along with this program. If not, see <http://www.gnu.org/licenses/>.
24
25 The full text of the GNU General Public License version 3 is available on
26 Debian systems in /usr/share/common-licenses/GPL-3.
27
028
=== added file 'rules'
--- rules 1970-01-01 00:00:00 +0000
+++ rules 2015-10-19 06:19:02 +0000
@@ -0,0 +1,4 @@
1#!/usr/bin/make -f
2
3%:
4 dh $@
05
=== added directory 'source'
=== added file 'source/format'
--- source/format 1970-01-01 00:00:00 +0000
+++ source/format 2015-10-19 06:19:02 +0000
@@ -0,0 +1,1 @@
13.0 (quilt)

Subscribers

People subscribed via source and target branches