Codebase list gnome-chess / 692a51d
Convert from cdbs to dh * Add debian/docs to install NEWS * Enable parallel builds and all hardening flags * Delete vala stamps to rebuild generated source files Jeremy Bicha 7 years ago
5 changed file(s) with 23 addition(s) and 14 deletion(s). Raw diff Collapse all Expand all
0 gnome-chess (1:3.20.1-2) UNRELEASED; urgency=medium
1
2 * Convert from cdbs to dh
3 * Add debian/docs to install NEWS
4 * Enable parallel builds and all hardening flags
5 * Delete vala stamps to rebuild generated source files
6
7 -- Jeremy Bicha <jbicha@ubuntu.com> Wed, 17 Aug 2016 16:09:32 -0400
8
09 gnome-chess (1:3.20.1-1) unstable; urgency=medium
110
211 [ Andreas Henriksson ]
77 Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
88 Uploaders: Andreas Henriksson <andreas@fatal.se>, Emilio Pozuelo Monfort <pochu@debian.org>, Michael Biebl <biebl@debian.org>
99 Homepage: https://wiki.gnome.org/Apps/Chess
10 Build-Depends: cdbs (>= 0.4.90~),
10 Build-Depends: appstream-util,
1111 debhelper (>= 9),
1212 dh-autoreconf,
1313 gnome-pkg-tools,
1414 intltool (>= 0.50.0),
15 appstream-util,
1615 libglib2.0-dev (>= 2.40.0),
1716 libgtk-3-dev (>= 3.19.0),
1817 librsvg2-dev (>= 2.32.0),
33 Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
44 Uploaders: @GNOME_TEAM@
55 Homepage: https://wiki.gnome.org/Apps/Chess
6 Build-Depends: cdbs (>= 0.4.90~),
6 Build-Depends: appstream-util,
77 debhelper (>= 9),
88 dh-autoreconf,
99 gnome-pkg-tools,
1010 intltool (>= 0.50.0),
11 appstream-util,
1211 libglib2.0-dev (>= 2.40.0),
1312 libgtk-3-dev (>= 3.19.0),
1413 librsvg2-dev (>= 2.32.0),
00 #!/usr/bin/make -f
1 # -*- mode: makefile; coding: utf-8 -*-
1 -include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
22
3 include /usr/share/cdbs/1/rules/autoreconf.mk
4 include /usr/share/cdbs/1/rules/debhelper.mk
5 include /usr/share/cdbs/1/class/gnome.mk
6 include /usr/share/cdbs/1/rules/utils.mk
7 include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
8 include /usr/share/gnome-pkg-tools/1/rules/gnome-version.mk
9 include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
3 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
4 export DEB_LDFLAGS_MAINT_APPEND= -Wl,-z,defs -Wl,-O1 -Wl,--as-needed
105
11 DEB_CONFIGURE_EXTRA_FLAGS := --bindir=\$${prefix}/games
6 %:
7 dh $@ --parallel --with autoreconf,gnome
128
13 LDFLAGS += -Wl,-z,defs -Wl,-O1 -Wl,--as-needed
9 override_dh_auto_configure:
10 dh_auto_configure -- --bindir=\$${prefix}/games
11
12 override_dh_autoreconf:
13 find . -name "*_vala.stamp" -delete
14 dh_autoreconf --as-needed