Merge lp:~mterry/apturl/698181 into lp:apturl

Proposed by Michael Terry
Status: Merged
Merged at revision: 106
Proposed branch: lp:~mterry/apturl/698181
Merge into: lp:apturl
Diff against target: 48 lines (+17/-0)
4 files modified
data/apturl.desktop (+7/-0)
debian/apturl-common.install (+1/-0)
debian/changelog (+7/-0)
setup.py (+2/-0)
To merge this branch: bzr merge lp:~mterry/apturl/698181
Reviewer Review Type Date Requested Status
Ubuntu Core Development Team Pending
Review via email: mp+45413@code.launchpad.net
To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== added file 'data/apturl.desktop'
--- data/apturl.desktop 1970-01-01 00:00:00 +0000
+++ data/apturl.desktop 2011-01-06 16:53:39 +0000
@@ -0,0 +1,7 @@
1[Desktop Entry]
2Name=AptURL
3Exec=apturl %u
4Type=Application
5NoDisplay=true
6Categories=System;
7MimeType=x-scheme-handler/apt;
08
=== modified file 'debian/apturl-common.install'
--- debian/apturl-common.install 2010-12-17 14:42:22 +0000
+++ debian/apturl-common.install 2011-01-06 16:53:39 +0000
@@ -5,3 +5,4 @@
5usr/share/kde4/services5usr/share/kde4/services
6usr/share/locale6usr/share/locale
7usr/share/omf7usr/share/omf
8usr/share/applications
89
=== modified file 'debian/changelog'
--- debian/changelog 2010-12-17 14:42:22 +0000
+++ debian/changelog 2011-01-06 16:53:39 +0000
@@ -1,3 +1,10 @@
1apturl (0.4.2ubuntu4) natty; urgency=low
2
3 * data/apturl.desktop:
4 - Add a desktop file to register mime type. LP: #698181
5
6 -- Michael Terry <mterry@ubuntu.com> Thu, 06 Jan 2011 11:48:26 -0500
7
1apturl (0.4.2ubuntu3) natty; urgency=low8apturl (0.4.2ubuntu3) natty; urgency=low
29
3 * Don't hardcode python2.6 in the packaging.10 * Don't hardcode python2.6 in the packaging.
411
=== modified file 'setup.py'
--- setup.py 2010-10-05 15:10:37 +0000
+++ setup.py 2011-01-06 16:53:39 +0000
@@ -34,6 +34,8 @@
34 ["data/apturl.js"]),34 ["data/apturl.js"]),
35 ('share/kde4/services/',35 ('share/kde4/services/',
36 ["data/apt.protocol","data/apt+http.protocol"]),36 ["data/apt.protocol","data/apt+http.protocol"]),
37 ('share/applications/',
38 ["data/apturl.desktop"]),
37 ]+I18NFILES,39 ]+I18NFILES,
38 cmdclass = { "build" : build_extra.build_extra,40 cmdclass = { "build" : build_extra.build_extra,
39 "build_i18n" : build_i18n.build_i18n,41 "build_i18n" : build_i18n.build_i18n,

Subscribers

People subscribed via source and target branches