[bamf] 02/08: import Debian packaging files for 0.2.118-1
Mike Gabriel
sunweaver at debian.org
Fri Jun 19 12:08:04 UTC 2015
This is an automated email from the git hooks/post-receive script.
sunweaver pushed a commit to branch master
in repository bamf.
commit 1b1f7d941a669db4d8fe4547fc3064a556ade358
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date: Fri Apr 10 12:01:40 2015 +0200
import Debian packaging files for 0.2.118-1
---
debian/changelog | 135 ++++++++++++++++++++++++++++++++++++++---
debian/control | 26 +++++---
debian/gir1.2-bamf-0.2.install | 1 +
debian/libbamf0.symbols | 10 +++
debian/libbamf3-0.symbols | 10 +++
debian/rules | 5 ++
debian/source/format | 1 -
debian/sources/format | 1 +
8 files changed, 172 insertions(+), 17 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index fdac3b3..86c16b4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,18 +1,135 @@
-bamf (0.2.104-1) unstable; urgency=low
+bamf (0.2.118-1) unstable; urgency=low
+
+ * Backport latest release to debian
+ * debian/control:
+ - bump Standards-Version to latest
+ - remove build-dep only used for unit tests
+ - replace the gtk2 variant of the wnck introspection gir package with
+ gtk3 one
+ - ensure the gtk2/gtk3 version doesn't have the same description
+ * debian/*.symbols:
+ - adding some PRIVATE symbols to make lintian happy. We saw that bamf
+ is exporting by error some of its private symbols. This will be fixed
+ in next released (and so the symbols will be removed from the .symbols
+ files)
+ * debian/rules:
+ - add hardening flags (thanks Andrea)
+ * debian/sources/format:
+ - added to specify we use format 1.0
+
+ -- Didier Roche <didrocks at ubuntu.com> Fri, 01 Jun 2012 11:51:11 +0200
+
+bamf (0.2.118-0ubuntu1) quantal; urgency=low
[ Didier Roche ]
- * Initial upload to Debian. Package grabbed from Ubuntu,
- we'll keep this package in sync within the two
- distributions.
+ * New upstream release. (0.2.116)
+ - multiple instances or double icons of application detected on bamfdaemon
+ respawn (LP: #928912)
+ - unity confused with chrome/chromium web apps (LP: #692462)
+ - BamfView's dispose() method doesn't invoke the superclass' dispose()
+ (LP: #986888)
* debian/control:
- - removed gir's package for now, still not building
- correctly.
+ - remove Multi-Arch: same for the -dbg package
+ (Closes: #669980, #658057)
+
+ [ Alan Pope ]
+ * New upstream release.
+ - Unity crashed in bamf_application_on_window_removed (LP: #1000577)
+ - Locked smuxi launcher icon does not indicate smuxi running status
+ (LP: #999820)
+ - No launcher icon or Alt+Tab entry for Gimp windows (LP: #995916)
+ - the RunningApplicationsChanged signal is no longer emitted when an
+ application is closed since r460 (LP: #989551)
+
+ -- Alan Pope <popey at ubuntu.com> Wed, 23 May 2012 09:10:08 +0100
+
+bamf (0.2.114-0ubuntu1) precise-proposed; urgency=low
+
+ * New upstream release.
+ - invalid valgrind read errors (LP: #929468)
+
+ -- Didier Roche <didrocks at ubuntu.com> Fri, 23 Mar 2012 14:16:41 +0100
+
+bamf (0.2.112-0ubuntu1) precise; urgency=low
+
+ * New upstream release.
+ - bamf matcher messes up refcounting on views (LP: #942070)
+ - Chromium is running, but not showing in launcher or alt-tab.
+ (LP: #918474)
+ - libbamf leaks memory on view dispose (LP: #942148)
+ - Coverity PW.PARAMETER_HIDDEN - CID 10449 (LP: #937398)
+ - Coverity UNINIT - CID 10451 (LP: #937402)
+ * debian/libbamf0.symbols, debian/libbamf3-0.symbols:
+ - update symbols for new API
+
+ -- Didier Roche <didrocks at ubuntu.com> Mon, 12 Mar 2012 11:47:33 +0100
- [ Andrea Veri ]
+bamf (0.2.110-0ubuntu1) precise; urgency=low
+
+ * New upstream release.
+ - BAMF does not pass make check (LP: #897148)
+ - BAMF requires a headless testing target (LP: #897150)
+ - Clicking Nautilus launcher icon fails to open a Nautilus file explorer
+ window when copying a file and all other Nautilus windows are closed /
+ bamf should skip the taskbar (LP: #784804)
+ * debian/libbamf0.symbols,
+ debian/libbamf3-0.symbols:
+ - updated symbols
+
+ -- Didier Roche <didrocks at ubuntu.com> Fri, 17 Feb 2012 13:36:25 +0100
+
+bamf (0.2.108-0ubuntu2) precise; urgency=low
+
+ * remove -Werror for now as there is just new glib deprecation making it
+ FTBFS.
+ * debian/source/
+ - remove, doesn't play well with merge-upstream workflow
+
+ -- Didier Roche <didrocks at ubuntu.com> Fri, 03 Feb 2012 14:04:28 +0100
+
+bamf (0.2.108-0ubuntu1) precise; urgency=low
+
+ * New upstream release.
+ - BAMF does not pass make check (LP: #897148)
+ - BAMF requires a headless testing target (LP: #897150)
+ - Clicking Nautilus launcher icon fails to open a Nautilus file explorer
+ window when copying a file and all other Nautilus windows are closed /
+ bamf should skip the taskbar (LP: #784804)
+ * debian/libbamf0.symbols, debian/libbamf3-0.symbols:
+ - updated symbols
+
+ -- Didier Roche <didrocks at ubuntu.com> Fri, 03 Feb 2012 11:36:48 +0100
+
+bamf (0.2.106-0ubuntu1) precise; urgency=low
+
+ * New upstream release.
+ - Unity acts not as a dock for LibreOffice but as a launcher (LP: #741995)
+ - Libreoffice Calc icon does not appear when opened via Writer
+ (LP: #861355)
+ - Bamf Ignores some local .desktop files with OnlyShowIn flag
+ (LP: #863290)
+ - Libreoffice and unity integration broken. (LP: #842566)
+ * debian/control, debian/rules:
+ - enable headless tests build
* debian/control:
- - changed Maintainer accordingly.
- - added myself into uploaders.
+ - bump libglib2.0-dev to 2.28
+
+ -- Didier Roche <didrocks at ubuntu.com> Thu, 12 Jan 2012 17:01:43 +0100
+
+bamf (0.2.104-1) unstable; urgency=low
+ [ Didier Roche ]
+ * Initial upload to Debian. Package grabbed from Ubuntu,
+ we'll keep this package in sync within the two
+ distributions.
+ * debian/control:
+ - removed gir's package for now, still not building
+ correctly.
+
+ [ Andrea Veri ]
+ * debian/control:
+ - changed Maintainer accordingly.
+ - added myself into uploaders.
-- Didier Roche <didrocks at ubuntu.com> Mon, 21 Nov 2011 10:56:21 +0100
bamf (0.2.104-0ubuntu1) oneiric; urgency=low
diff --git a/debian/control b/debian/control
index 2204b68..a91054e 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Maintainer: Didier Roche <didrocks at ubuntu.com>
Uploaders: Andrea Veri <and at debian.org>
Build-Depends: debhelper (>= 8.1.2ubuntu2),
cdbs (>= 0.4.90ubuntu9),
- libglib2.0-dev (>= 2.23.0-1ubuntu3~),
+ libglib2.0-dev (>= 2.28.0~),
libwnck-dev,
libwnck-3-dev,
libgtop2-dev,
@@ -21,7 +21,7 @@ Build-Depends: debhelper (>= 8.1.2ubuntu2),
gir1.2-gtk-3.0 (>= 3.0.0),
gir1.2-pango-1.0,
gir1.2-wnck-3.0,
-Standards-Version: 3.9.2
+Standards-Version: 3.9.3
Homepage: https://launchpad.net/bamf
Vcs-Bzr: https://code.launchpad.net/~ubuntu-desktop/bamf/ubuntu
@@ -45,10 +45,10 @@ Depends: ${shlibs:Depends},
Breaks: unity (<< 3.2.12)
Pre-Depends: ${misc:Pre-Depends}
Multi-Arch: same
-Description: Window matching library - shared library
+Description: Window matching library - shared library (gtk2)
bamf matches application windows to desktop files
.
- This package contains shared libraries to be used by applications.
+ This package contains shared libraries to be used by gtk2 applications.
Package: libbamf3-0
Architecture: any
@@ -72,10 +72,11 @@ Depends: ${shlibs:Depends},
libwnck-dev,
libglib2.0-dev (>= 2.23.0-1ubuntu3~),
Suggests: libbamf-doc
-Description: Window matching library - development files
+Description: Window matching library - development files (gtk2)
bamf matches application windows to desktop files
.
- This package contains files that are needed to build applications.
+ This package contains files that are needed to build applications on
+ gtk2 stack.
Package: libbamf3-dev
Section: libdevel
@@ -113,7 +114,6 @@ Depends: ${shlibs:Depends},
${misc:Depends},
libbamf0 (= ${binary:Version}),
libbamf3-0 (= ${binary:Version}),
-Multi-Arch: same
Description: Window matching library - debugging symbols
bamf matches application windows to desktop files
.
@@ -123,3 +123,15 @@ Description: Window matching library - debugging symbols
.
This package contains debugging symbols for the daemon and library.
+#Package: gir1.2-bamf-0.2
+#Section: libs
+#Architecture: any
+#Depends: ${gir:Depends},
+# ${shlibs:Depends},
+# ${misc:Depends}
+#Description: GObject introspection data for the Bamf 0 library
+# This package contains introspection data for the Bamf library.
+# .
+# It can be used by packages using the GIRepository format to generate
+# dynamic bindings.
+
diff --git a/debian/gir1.2-bamf-0.2.install b/debian/gir1.2-bamf-0.2.install
new file mode 100644
index 0000000..fa609cb
--- /dev/null
+++ b/debian/gir1.2-bamf-0.2.install
@@ -0,0 +1 @@
+#debian/tmp/usr/lib/girepository-1.0/
diff --git a/debian/libbamf0.symbols b/debian/libbamf0.symbols
index da1324d..d9b5d62 100644
--- a/debian/libbamf0.symbols
+++ b/debian/libbamf0.symbols
@@ -1,5 +1,6 @@
libbamf.so.0 libbamf0 #MINVER#
bamf_application_get_application_type at Base 0.2.20
+ bamf_application_get_cached_xids at Base 0.2.118
bamf_application_get_desktop_file at Base 0.2.20
bamf_application_get_show_menu_stubs at Base 0.2.48
bamf_application_get_type at Base 0.2.20
@@ -17,11 +18,14 @@ libbamf.so.0 libbamf0 #MINVER#
bamf_factory_get_default at Base 0.2.20
bamf_factory_get_type at Base 0.2.20
bamf_factory_view_for_path at Base 0.2.20
+ bamf_factory_view_for_path_type at Base 0.2.118
+ bamf_factory_view_for_path_type_str at Base 0.2.118
bamf_indicator_get_dbus_menu_path at Base 0.2.36
bamf_indicator_get_remote_address at Base 0.2.36
bamf_indicator_get_remote_path at Base 0.2.36
bamf_indicator_get_type at Base 0.2.36
bamf_indicator_new at Base 0.2.36
+ bamf_marshal_VOID__INT_INT at Base 0.2.108
bamf_marshal_VOID__OBJECT_OBJECT at Base 0.2.24
bamf_marshal_VOID__STRING_STRING at Base 0.2.20
bamf_marshal_VOID__STRING_STRING_STRING at Base 0.2.20
@@ -36,6 +40,7 @@ libbamf.so.0 libbamf0 #MINVER#
bamf_matcher_get_running_applications at Base 0.2.20
bamf_matcher_get_tabs at Base 0.2.20
bamf_matcher_get_type at Base 0.2.20
+ bamf_matcher_get_window_stack_for_monitor at Base 0.2.108
bamf_matcher_get_windows at Base 0.2.46
bamf_matcher_get_xids_for_application at Base 0.2.20
bamf_matcher_register_favorites at Base 0.2.46
@@ -66,16 +71,21 @@ libbamf.so.0 libbamf0 #MINVER#
bamf_view_is_sticky at Base 0.2.60
bamf_view_is_urgent at Base 0.2.20
bamf_view_remote_ready at Base 0.2.60
+ bamf_view_reset_flags at Base 0.2.118
bamf_view_set_icon at Base 0.2.60
bamf_view_set_name at Base 0.2.60
bamf_view_set_path at Base 0.2.60
bamf_view_set_sticky at Base 0.2.60
bamf_view_user_visible at Base 0.2.20
+ bamf_window_get_monitor at Base 0.2.108
+ bamf_window_get_pid at Base 0.2.112
bamf_window_get_transient at Base 0.2.28
bamf_window_get_type at Base 0.2.20
+ bamf_window_get_utf8_prop at Base 0.2.110
bamf_window_get_window_type at Base 0.2.46
bamf_window_get_xid at Base 0.2.20
bamf_window_last_active at Base 0.2.30
+ bamf_window_maximized at Base 0.2.108
bamf_window_new at Base 0.2.20
dbus_glib_bamf_tab_source_object_info at Base 0.2.20
dbus_glib_marshal_bamf_tab_source_BOOLEAN__STRING_POINTER at Base 0.2.20
diff --git a/debian/libbamf3-0.symbols b/debian/libbamf3-0.symbols
index 4d64550..b274ae3 100644
--- a/debian/libbamf3-0.symbols
+++ b/debian/libbamf3-0.symbols
@@ -1,5 +1,6 @@
libbamf3.so.0 libbamf3-0 #MINVER#
bamf_application_get_application_type at Base 0.2.20
+ bamf_application_get_cached_xids at Base 0.2.118
bamf_application_get_desktop_file at Base 0.2.20
bamf_application_get_show_menu_stubs at Base 0.2.48
bamf_application_get_type at Base 0.2.20
@@ -17,11 +18,14 @@ libbamf3.so.0 libbamf3-0 #MINVER#
bamf_factory_get_default at Base 0.2.20
bamf_factory_get_type at Base 0.2.20
bamf_factory_view_for_path at Base 0.2.20
+ bamf_factory_view_for_path_type at Base 0.2.118
+ bamf_factory_view_for_path_type_str at Base 0.2.118
bamf_indicator_get_dbus_menu_path at Base 0.2.36
bamf_indicator_get_remote_address at Base 0.2.36
bamf_indicator_get_remote_path at Base 0.2.36
bamf_indicator_get_type at Base 0.2.36
bamf_indicator_new at Base 0.2.36
+ bamf_marshal_VOID__INT_INT at Base 0.2.108
bamf_marshal_VOID__OBJECT_OBJECT at Base 0.2.24
bamf_marshal_VOID__STRING_STRING at Base 0.2.20
bamf_marshal_VOID__STRING_STRING_STRING at Base 0.2.20
@@ -36,6 +40,7 @@ libbamf3.so.0 libbamf3-0 #MINVER#
bamf_matcher_get_running_applications at Base 0.2.20
bamf_matcher_get_tabs at Base 0.2.20
bamf_matcher_get_type at Base 0.2.20
+ bamf_matcher_get_window_stack_for_monitor at Base 0.2.108
bamf_matcher_get_windows at Base 0.2.46
bamf_matcher_get_xids_for_application at Base 0.2.20
bamf_matcher_register_favorites at Base 0.2.46
@@ -66,16 +71,21 @@ libbamf3.so.0 libbamf3-0 #MINVER#
bamf_view_is_sticky at Base 0.2.60
bamf_view_is_urgent at Base 0.2.20
bamf_view_remote_ready at Base 0.2.60
+ bamf_view_reset_flags at Base 0.2.118
bamf_view_set_icon at Base 0.2.60
bamf_view_set_name at Base 0.2.60
bamf_view_set_path at Base 0.2.60
bamf_view_set_sticky at Base 0.2.60
bamf_view_user_visible at Base 0.2.20
+ bamf_window_get_monitor at Base 0.2.108
+ bamf_window_get_pid at Base 0.2.112
bamf_window_get_transient at Base 0.2.28
bamf_window_get_type at Base 0.2.20
+ bamf_window_get_utf8_prop at Base 0.2.110
bamf_window_get_window_type at Base 0.2.46
bamf_window_get_xid at Base 0.2.20
bamf_window_last_active at Base 0.2.30
+ bamf_window_maximized at Base 0.2.108
bamf_window_new at Base 0.2.20
dbus_glib_bamf_tab_source_object_info at Base 0.2.20
dbus_glib_marshal_bamf_tab_source_BOOLEAN__STRING_POINTER at Base 0.2.20
diff --git a/debian/rules b/debian/rules
index 01d72a8..d13f75f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,6 +13,8 @@ DEB_CONFIGURE_EXTRA_FLAGS_gtk2 = --with-gtk=2
DEB_CONFIGURE_EXTRA_FLAGS_gtk3 = --with-gtk=3
DEB_CONFIGURE_EXTRA_FLAGS += --enable-introspection=no --enable-gtk-doc \
--libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH) \
+ --enable-headless-tests \
+ $(shell dpkg-buildflags --export=configure) \
$(DEB_CONFIGURE_EXTRA_FLAGS_$(cdbs_make_curflavor))
# install flavors on top of each other (gtk3 wins because it is last)
@@ -26,4 +28,7 @@ common-binary-post-install-arch::
find debian/tmp/usr/lib -name \*.la -exec rm {} \;
find debian/tmp/usr/lib -name \*.a -exec rm {} \;
+common-binary-fixup-arch::
+ dh_girepository -pgir1.2-bamf-0.2
+
common-binary-predeb-arch:: list-missing
diff --git a/debian/source/format b/debian/source/format
deleted file mode 100644
index 163aaf8..0000000
--- a/debian/source/format
+++ /dev/null
@@ -1 +0,0 @@
-3.0 (quilt)
diff --git a/debian/sources/format b/debian/sources/format
new file mode 100644
index 0000000..d3827e7
--- /dev/null
+++ b/debian/sources/format
@@ -0,0 +1 @@
+1.0
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mate/bamf.git
More information about the pkg-mate-commits
mailing list