r53966 - in /desktop/unstable/gnome-orca/debian: changelog compat control control.in gnome-orca.docs rules
jbicha at users.alioth.debian.org
jbicha at users.alioth.debian.org
Sat Sep 16 02:10:17 UTC 2017
Author: jbicha
Date: Sat Sep 16 02:10:16 2017
New Revision: 53966
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=53966
Log:
Switch to dh. Bump debhelper compat to 10.
Modified:
desktop/unstable/gnome-orca/debian/changelog
desktop/unstable/gnome-orca/debian/compat
desktop/unstable/gnome-orca/debian/control
desktop/unstable/gnome-orca/debian/control.in
desktop/unstable/gnome-orca/debian/gnome-orca.docs
desktop/unstable/gnome-orca/debian/rules
Modified: desktop/unstable/gnome-orca/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-orca/debian/changelog?rev=53966&op=diff
==============================================================================
--- desktop/unstable/gnome-orca/debian/changelog [utf-8] (original)
+++ desktop/unstable/gnome-orca/debian/changelog [utf-8] Sat Sep 16 02:10:16 2017
@@ -2,6 +2,8 @@
[ Jeremy Bicha ]
* New upstream release
+ * Switch to dh
+ * Bump debhelper compat to 10
* Drop patches applied in new release:
- 0001-Return-immediately-in-isLayoutOnly-if-obj-is-dead.patch
- 0001-Handle-another-Atspi-The-process-appears-to-be-hung-.patch
Modified: desktop/unstable/gnome-orca/debian/compat
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-orca/debian/compat?rev=53966&op=diff
==============================================================================
--- desktop/unstable/gnome-orca/debian/compat [utf-8] (original)
+++ desktop/unstable/gnome-orca/debian/compat [utf-8] Sat Sep 16 02:10:16 2017
@@ -1 +1 @@
-9
+10
Modified: desktop/unstable/gnome-orca/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-orca/debian/control?rev=53966&op=diff
==============================================================================
--- desktop/unstable/gnome-orca/debian/control [utf-8] (original)
+++ desktop/unstable/gnome-orca/debian/control [utf-8] Sat Sep 16 02:10:16 2017
@@ -7,9 +7,7 @@
Priority: optional
Maintainer: Debian Accessibility Team <pkg-a11y-devel at lists.alioth.debian.org>
Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>, Samuel Thibault <sthibault at debian.org>
-Build-Depends: cdbs (>= 0.4.90~),
- debhelper (>= 9),
- autotools-dev,
+Build-Depends: debhelper (>= 10),
dh-python,
gnome-pkg-tools (>= 0.10),
intltool (>= 0.50.0),
Modified: desktop/unstable/gnome-orca/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-orca/debian/control.in?rev=53966&op=diff
==============================================================================
--- desktop/unstable/gnome-orca/debian/control.in [utf-8] (original)
+++ desktop/unstable/gnome-orca/debian/control.in [utf-8] Sat Sep 16 02:10:16 2017
@@ -3,9 +3,7 @@
Priority: optional
Maintainer: Debian Accessibility Team <pkg-a11y-devel at lists.alioth.debian.org>
Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>, Samuel Thibault <sthibault at debian.org>
-Build-Depends: cdbs (>= 0.4.90~),
- debhelper (>= 9),
- autotools-dev,
+Build-Depends: debhelper (>= 10),
dh-python,
gnome-pkg-tools (>= 0.10),
intltool (>= 0.50.0),
Modified: desktop/unstable/gnome-orca/debian/gnome-orca.docs
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-orca/debian/gnome-orca.docs?rev=53966&op=diff
==============================================================================
--- desktop/unstable/gnome-orca/debian/gnome-orca.docs [utf-8] (original)
+++ desktop/unstable/gnome-orca/debian/gnome-orca.docs [utf-8] Sat Sep 16 02:10:16 2017
@@ -1 +1,3 @@
AUTHORS
+NEWS
+README
Modified: desktop/unstable/gnome-orca/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-orca/debian/rules?rev=53966&op=diff
==============================================================================
--- desktop/unstable/gnome-orca/debian/rules [utf-8] (original)
+++ desktop/unstable/gnome-orca/debian/rules [utf-8] Sat Sep 16 02:10:16 2017
@@ -1,11 +1,10 @@
-#!/usr/bin/make -f
+#! /usr/bin/make -f
-include /usr/share/cdbs/1/rules/buildcore.mk
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/gnome.mk
-include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
-include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
+
GNOME_MODULE := orca
-$(patsubst %,binary-install/%,$(DEB_PACKAGES)) :: binary-install/%:
- dh_python3 -p$(cdbs_curpkg)
+export DEB_LDFLAGS_MAINT_APPEND = -Wl,-O1 -Wl,-z,defs -Wl,--as-needed
+
+%:
+ dh $@ --with gnome,python3
More information about the pkg-gnome-commits
mailing list