Merge lp:~stefanor/gapti/py27transition into lp:gapti

Proposed by Stefano Rivera
Status: Merged
Approved by: Savvas Radevic
Approved revision: 37
Merged at revision: 36
Proposed branch: lp:~stefanor/gapti/py27transition
Merge into: lp:gapti
Diff against target: 212 lines (+67/-58)
9 files modified
.bzr-builddeb/default.conf (+2/-0)
debian/changelog (+42/-2)
debian/control (+7/-4)
debian/copyright (+1/-1)
debian/pycompat (+0/-1)
debian/pyversions (+0/-1)
debian/rules (+10/-45)
debian/source/format (+1/-0)
mime/gapti.xml (+4/-4)
To merge this branch: bzr merge lp:~stefanor/gapti/py27transition
Reviewer Review Type Date Requested Status
Savvas Radevic Approve
Review via email: mp+43474@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Savvas Radevic (medigeek) :
review: Approve

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 2010-12-12 16:43:28 +0000
@@ -0,0 +1,2 @@
1[BUILDDEB]
2native = True
03
=== modified file 'debian/changelog'
--- debian/changelog 2009-04-03 01:11:25 +0000
+++ debian/changelog 2010-12-12 16:43:28 +0000
@@ -1,5 +1,6 @@
1gapti (0.0.3) jaunty; urgency=low1gapti (0.0.3ubuntu1) natty; urgency=low
22
3 [ Savvas Radevic ]
3 * Bug-fix release.4 * Bug-fix release.
4 * python 2.6 transition (LP: #340901)5 * python 2.6 transition (LP: #340901)
5 + debian/control: Build-Depends: python-dev, python-support6 + debian/control: Build-Depends: python-dev, python-support
@@ -13,7 +14,46 @@
13 + debhelper (>= 7)14 + debhelper (>= 7)
14 * debian/rules: Removed sed command that changed shebangs15 * debian/rules: Removed sed command that changed shebangs
1516
16 -- Savvas Radevic <vicedar@gmail.com> Wed, 11 Mar 2009 01:14:21 +010017 [ Stefano Rivera ]
18 * Python 2.7 transition: Remove python version restrictions. (LP: #689318)
19 * Convert to dh_python2.
20 - Install as a private module in /usr/share/gapti
21 * Use minimal dh7 rules.
22 * Use 3.0 (native) source format.
23 * Bumped Standards-Version to 3.9.1:
24 - Point to versioned common-licence (GPL-3).
25 * debian/control:
26 - Depend on software-properties-gtk.
27 - Add Homepage.
28
29 -- Stefano Rivera <stefanor@ubuntu.com> Sun, 12 Dec 2010 17:55:05 +0200
30
31gapti (0.0.2ubuntu6) natty; urgency=low
32
33 * Rebuild with python 2.7 as the python default.
34
35 -- Matthias Klose <doko@ubuntu.com> Wed, 08 Dec 2010 15:03:01 +0000
36
37gapti (0.0.2ubuntu5) jaunty; urgency=low
38
39 [ Savvas Radevic ]
40 * debian/rules:
41 Fixed module calls: UpdateManager.Common to UpdateManager
42
43 [ Scott Kitterman ]
44 * Convert ${python:Depends} to a python dependency manually since package
45 does not use one of the Python helper systems
46
47 -- Scott Kitterman <scott@kitterman.com> Sun, 19 Apr 2009 11:09:30 -0400
48
49gapti (0.0.2ubuntu4) jaunty; urgency=low
50
51 * Move to Python 2.6
52 - Update locations in gapti.links and gapti.install
53 - Update build-dep to python2.6-dev
54 * Move build-depends-indep to build-depends to satisfy clean
55
56 -- Scott Kitterman <scott@kitterman.com> Sat, 28 Mar 2009 14:29:39 -0400
1757
18gapti (0.0.2ubuntu3) intrepid; urgency=low58gapti (0.0.2ubuntu3) intrepid; urgency=low
1959
2060
=== modified file 'debian/control'
--- debian/control 2009-04-03 01:11:25 +0000
+++ debian/control 2010-12-12 16:43:28 +0000
@@ -1,21 +1,24 @@
1Source: gapti1Source: gapti
2Section: admin2Section: admin
3Priority: optional3Priority: optional
4Maintainer: Jerry Haltom <wasabi@larvalstage.net>4Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
5XSBC-Original-Maintainer: Jerry Haltom <wasabi@larvalstage.net>
5Uploaders: Savvas Radevic <vicedar@gmail.com>6Uploaders: Savvas Radevic <vicedar@gmail.com>
6Build-Depends: debhelper (>= 7), python-support, python-dev7Build-Depends: debhelper (>= 7.0.50~), python-all (>= 2.6.5-13~)
7Standards-Version: 3.8.08X-Python-Version: all
9Standards-Version: 3.9.1
10Homepage: http://launchpad.net/gapti
811
9Package: gapti12Package: gapti
10Architecture: all13Architecture: all
11Depends: ${python:Depends},14Depends: ${python:Depends},
12 ${misc:Depends},15 ${misc:Depends},
13 ${sh:Depends},
14 python-gtk2 (>= 2.6.3-2),16 python-gtk2 (>= 2.6.3-2),
15 python-glade2 (>= 2.6.3-2),17 python-glade2 (>= 2.6.3-2),
16 python-apt (>= 0.6.16.2),18 python-apt (>= 0.6.16.2),
17 python-vte (>= 1:0.11.15-4),19 python-vte (>= 1:0.11.15-4),
18 gksu (>= 1.3.6-1),20 gksu (>= 1.3.6-1),
21 software-properties-gtk,
19 synaptic,22 synaptic,
20 update-notifier (>= 0.42)23 update-notifier (>= 0.42)
21Description: tool to process .apt files24Description: tool to process .apt files
2225
=== modified file 'debian/copyright'
--- debian/copyright 2009-04-03 01:11:25 +0000
+++ debian/copyright 2010-12-12 16:43:28 +0000
@@ -25,5 +25,5 @@
25 You should have received a copy of the GNU General Public License25 You should have received a copy of the GNU General Public License
26 along with this program. If not, see <http://www.gnu.org/licenses/>.26 along with this program. If not, see <http://www.gnu.org/licenses/>.
2727
28On a Debian system, see /usr/share/common-licenses/GPL28On a Debian system, see /usr/share/common-licenses/GPL-3
29The debian package is under the same license.29The debian package is under the same license.
3030
=== removed file 'debian/pycompat'
--- debian/pycompat 2009-03-16 16:24:38 +0000
+++ debian/pycompat 1970-01-01 00:00:00 +0000
@@ -1,1 +0,0 @@
12
20
=== removed file 'debian/pyversions'
--- debian/pyversions 2009-03-16 16:24:38 +0000
+++ debian/pyversions 1970-01-01 00:00:00 +0000
@@ -1,1 +0,0 @@
1-2.6
20
=== modified file 'debian/rules'
--- debian/rules 2009-04-03 01:20:08 +0000
+++ debian/rules 2010-12-12 16:43:28 +0000
@@ -1,47 +1,12 @@
1#!/usr/bin/make -f1#!/usr/bin/make -f
22
3PYVERS=$(shell pyversions -vd)3%:
4PKG=gapti4 dh $@ --with python2
5PYSUPPORTDIR=usr/share/python-support/$(PKG)5
6BASE=debian/$(PKG)6override_dh_auto_install:
77 dh_auto_install -- --install-lib /usr/share/gapti
8clean:8 # Install binary symlinks:
9 dh $@9 rm -f debian/gapti/usr/share/gapti/gapti-root
10 find . -name '*.pyc' -exec rm "{}" \;10 cd debian/gapti/usr/share/gapti/gapti/ && chmod +x main.py root.py
11 find . -name '*~' -exec rm "{}" \;11 dh_link usr/share/gapti/gapti/root.py usr/share/gapti/gapti-root
12 find . -name '.bzr' -exec rm "{}" \;12 dh_link usr/share/gapti/gapti/main.py usr/bin/gapti
13 python setup.py clean --all
14
15build: clean
16 dh $@
17 python setup.py build
18
19install: build
20 dh $@
21 python setup.py install --no-compile --root=$(BASE) --install-layout=deb
22
23binary-indep: build install
24 dh_testdir
25 dh_testroot
26 dh_desktop
27 dh_installmime
28 dh_installdocs README
29 dh_installexamples photoshop.apt
30 dh_installman
31 dh_installchangelogs ChangeLog
32 dh_link $(PYSUPPORTDIR)/gapti/main.py usr/bin/gapti
33 dh_link $(PYSUPPORTDIR)/gapti/root.py usr/share/gapti/gapti-root
34 dh_strip
35 dh_compress
36 dh_fixperms
37 dh_pysupport
38 chmod 755 $(BASE)/$(PYSUPPORTDIR)/gapti/main.py $(BASE)/$(PYSUPPORTDIR)/gapti/root.py
39 dh_installdeb
40 dh_shlibdeps
41 dh_gencontrol
42 dh_md5sums
43 dh_builddeb
44
45binary-arch: build install
46binary: binary-indep binary-arch
47.PHONY: clean build install binary binary-indep binary-arch
4813
=== added directory 'debian/source'
=== added file 'debian/source/format'
--- debian/source/format 1970-01-01 00:00:00 +0000
+++ debian/source/format 2010-12-12 16:43:28 +0000
@@ -0,0 +1,1 @@
13.0 (native)
02
=== modified file 'mime/gapti.xml'
--- mime/gapti.xml 2009-03-16 16:24:38 +0000
+++ mime/gapti.xml 2010-12-12 16:43:28 +0000
@@ -1,11 +1,11 @@
1<?xml version="1.0" encoding="UTF-8"?>1<?xml version="1.0" encoding="UTF-8"?>
2<mime-info xmlns='http://www.freedesktop.org/standards/shared-mime-info'>2<mime-info xmlns='http://www.freedesktop.org/standards/shared-mime-info'>
3 <mime-type type="application/x-apt">3 <mime-type type="application/x-apt">
4 <sub-class-of type="text/plain"/>4 <sub-class-of type="text/plain"/>
5 <comment>Remote software package</comment>5 <comment>Remote software package</comment>
6 <magic priority="80">6 <magic priority="80">
7 <match type="string" value="#@application/x-apt" offset="0:0"/>7 <match type="string" value="#@application/x-apt" offset="0:0"/>
8 </magic>8 </magic>
9 <glob pattern="*.apt"/>9 <glob pattern="*.apt"/>
10 </mime-type>10 </mime-type>
11</mime-info>11</mime-info>

Subscribers

People subscribed via source and target branches

to all changes: