Merge lp:~noskcaj/ubuntu/utopic/libfm/merge2 into lp:ubuntu/utopic/libfm

Proposed by Jackson Doak
Status: Needs review
Proposed branch: lp:~noskcaj/ubuntu/utopic/libfm/merge2
Merge into: lp:ubuntu/utopic/libfm
Diff against target: 70 lines (+32/-2)
4 files modified
debian/changelog (+27/-0)
debian/libfm-dev.install (+1/-1)
debian/local/source_libfm.py (+1/-1)
debian/rules (+3/-0)
To merge this branch: bzr merge lp:~noskcaj/ubuntu/utopic/libfm/merge2
Reviewer Review Type Date Requested Status
Daniel Holbach (community) Approve
Review via email: mp+235221@code.launchpad.net

Description of the change

new debian bugfix release

To post a comment you must log in.
Revision history for this message
Daniel Holbach (dholbach) wrote :

Thanks. Uploaded. Sitting in the queue right now.

review: Approve

Unmerged revisions

22. By Jackson Doak

fix typo

21. By Jackson Doak

* Merge with Debian; remaining changes:
  - Build using dh-autoreconf.
  - Library packages are M-A: same.
  - Build lxshortcut and lxshortcut-dbg packages.
  - libfm-tools: Install libfm-pref-apps desktop file.
  - Disable build using -Werror.
  - libfm-dev.postinst: Remove /usr/include/libfm, even if it is not empty.
* Fixing FTBFS on some architectures (i386, etc.).
* Revert "Fixing priorities on -dev and -doc packages: should be 'extra'."
* Fixing priorities on -dev and -doc packages: should be 'extra'.
* Adding lxpolkit to apport report (see bug 760397 in BTS).
* Fix handling of symlink in libfm-dev package (Closes: #753778).

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/changelog'
2--- debian/changelog 2014-09-04 17:40:47 +0000
3+++ debian/changelog 2014-09-18 22:06:48 +0000
4@@ -1,3 +1,30 @@
5+libfm (1.2.2.1-3ubuntu1) utopic; urgency=medium
6+
7+ * Merge with Debian; remaining changes:
8+ - Build using dh-autoreconf.
9+ - Library packages are M-A: same.
10+ - Build lxshortcut and lxshortcut-dbg packages.
11+ - libfm-tools: Install libfm-pref-apps desktop file.
12+ - Disable build using -Werror.
13+ - libfm-dev.postinst: Remove /usr/include/libfm, even if it is not empty.
14+
15+ -- Jackson Doak <noskcaj@ubuntu.com> Fri, 19 Sep 2014 07:49:23 +1000
16+
17+libfm (1.2.2.1-3) unstable; urgency=low
18+
19+ * Fixing FTBFS on some architectures (i386, etc.).
20+ * Revert "Fixing priorities on -dev and -doc packages: should be 'extra'."
21+
22+ -- Andriy Grytsenko <andrej@rep.kiev.ua> Fri, 12 Sep 2014 00:18:26 +0300
23+
24+libfm (1.2.2.1-2) unstable; urgency=low
25+
26+ * Fixing priorities on -dev and -doc packages: should be 'extra'.
27+ * Adding lxpolkit to apport report (see bug 760397 in BTS).
28+ * Fix handling of symlink in libfm-dev package (Closes: #753778).
29+
30+ -- Andriy Grytsenko <andrej@rep.kiev.ua> Wed, 10 Sep 2014 15:24:55 +0300
31+
32 libfm (1.2.2.1-1ubuntu1) utopic; urgency=medium
33
34 * Merge with Debian; remaining changes:
35
36=== modified file 'debian/libfm-dev.install'
37--- debian/libfm-dev.install 2014-09-04 17:40:47 +0000
38+++ debian/libfm-dev.install 2014-09-18 22:06:48 +0000
39@@ -1,4 +1,4 @@
40-usr/include
41+usr/include/libfm-1.0
42 usr/lib/*/libfm.so
43 usr/lib/*/libfm-extra.so
44 usr/lib/*/pkgconfig/libfm.pc
45
46=== modified file 'debian/local/source_libfm.py'
47--- debian/local/source_libfm.py 2014-02-20 03:40:04 +0000
48+++ debian/local/source_libfm.py 2014-09-18 22:06:48 +0000
49@@ -44,7 +44,7 @@
50 report_pcmanfm_home = "Config_pcmanfm_Home_" + session
51
52 #List of packages which could be involved with pcmanfm
53-RELATED_PACKAGES = ["libmenu-cache1","libmenu-cache3","libfm4","libfm-modules","udisks","gvfs","gvfs-backend","lxde-icon-theme","gnome-icon-theme"]
54+RELATED_PACKAGES = ["libmenu-cache1","libmenu-cache3","libfm4","libfm-modules","udisks","gvfs","gvfs-backend","lxde-icon-theme","gnome-icon-theme","lxpolkit"]
55
56 def add_info(report):
57 # If a config file exist in HOME, report it instead of the system one.
58
59=== modified file 'debian/rules'
60--- debian/rules 2014-09-04 17:40:47 +0000
61+++ debian/rules 2014-09-18 22:06:48 +0000
62@@ -17,6 +17,9 @@
63 rm -f debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/*.a
64 rm -f debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/*.la
65
66+ # removing symlink, it will be created in postinst instead
67+ rm -rf debian/tmp/usr/include/libfm
68+
69 override_dh_install:
70 dh_install --fail-missing
71

Subscribers

People subscribed via source and target branches

to all changes: