Codebase list connectagram / 5118c0a
Updated debian directory to 1.2.6-1 version. Innocent De Marchi 6 years ago
10 changed file(s) with 53 addition(s) and 20 deletion(s). Raw diff Collapse all Expand all
0 connectagram (1.2.6-1) unstable; urgency=medium
1
2 * New upstream version 1.2.6 (Closes: #896443).
3 * Updated dates and write secure URI in debian/copyright file.
4 * Bumped to debhelper and compat level 11.
5 * Bumped to Standards-Version 4.1.4.
6 * Migrated to the salsa repository.
7 * Install upstream manpage (removed Debian manpage).
8 * Removed unnecessary dh argument --parallel on d/rules.
9 * Added hardening flags on debian/rules.
10 * Drop deprecated debian/menu file.
11 * Added Multi-Arch field on debian/control.
12 * Added debian/upstream/metadata file.
13
14 -- Innocent De Marchi <tangram.peces@gmail.com> Sat, 21 Apr 2018 17:13:23 +0100
15
016 connectagram (1.2.4-1) unstable; urgency=medium
117
218 * New upstream version 1.2.4
824 connectagram (1.2.3-1) unstable; urgency=medium
925
1026 * New upstream version 1.2.3
11 * Changed the maintainer email address to d.o
27 * Changed the maintainer email address to d.o
1228 * Updated dates in d/copyright
1329 * Refreshed the desktop file patch
1430 * Bump standards to 3.9.8
6076
6177 connectagram (1.0.1-1) unstable; urgency=low
6278
63 * Initial release (Closes: #580752)
79 * Initial release (Closes: #580752)
6480
6581 -- tang ke <tangk@lemote.com> Fri, 07 May 2010 17:09:50 +0800
11 Section: games
22 Priority: optional
33 Maintainer: Debian Games Team <pkg-games-devel@lists.alioth.debian.org>
4 Uploaders: Dariusz Dwornikowski <darek@debian.org>
5 Build-Depends:
6 debhelper (>= 9),
7 qttools5-dev-tools,
4 Uploaders: Innocent De Marchi <tangram.peces@gmail.com>
5 Build-Depends:
6 debhelper (>= 11),
7 qttools5-dev-tools,
88 qtbase5-dev
9 Standards-Version: 3.9.8
9 Standards-Version: 4.1.4
1010 Homepage: http://gottcode.org/connectagram/
11 Vcs-Git: https://anonscm.debian.org/git/pkg-games/connectagram.git
12 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-games/connectagram.git
11 Vcs-Git: https://salsa.debian.org/games-team/connectagram.git
12 Vcs-Browser: https://salsa.debian.org/games-team/connectagram
1313
1414 Package: connectagram
1515 Architecture: any
2525
2626 Package: connectagram-data
2727 Architecture: all
28 Multi-Arch: foreign
2829 Replaces: connectagram (<< 1.1.2-1)
2930 Breaks: connectagram (<< 1.1.2-1)
3031 Depends: ${misc:Depends}, ${shlibs:Depends}
0 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
11 Upstream-Contact: Graeme Gott <graeme@gottcode.org>
2 Source: http://gottode.org/connectagram/
2 Source: https://gottode.org/connectagram/
33
44 Files: *
55 Copyright: 2000-2017 Graeme Gott <graeme@gottcode.org>
88 Files: debian/*
99 Copyright: 2009 tangke <tangk@lemote.com>,
1010 2014-2017 Dariusz Dwornikowski <darek@debian.org>
11 2018 Innocent De Marchi <tangram.peces@gamil.com>
1112 License: GPL-3+
1213
1314 License: GPL-3+
+0
-0
debian/docs less more
(Empty file)
0 debian/connectagram.6
0 doc/connectagram.6
+0
-2
debian/menu less more
0 ?package(connectagram):needs="X11" section="Games/Puzzles"\
1 title="connectagram" command="/usr/games/connectagram" icon="/usr/share/pixmaps/connectagram.xpm"
00 Description: Adds Keywords to desktop file
1 Add keywords to desktop file to fullfil https://wiki.debian.org/Games/JessieReleaseGoal
1 Add keywords to desktop file to fulfil https://wiki.debian.org/Games/JessieReleaseGoal
22 Author: Dariusz Dwornikowski <darek@debian.org>
3 Forwarded: no
4 Last-Update: 2016-10-11
3 Forwarded: yes
4 Last-Update: 2018-04-21
55 --- a/icons/connectagram.desktop
66 +++ b/icons/connectagram.desktop
77 @@ -43,3 +43,4 @@
11
22 export QT_SELECT=5
33 export DEB_BUILD_MAINT_OPTIONS=hardening=+all
4 CPPFLAGS ?= $(shell dpkg-buildflags --get CPPFLAGS)
5 CFLAGS ?= $(shell dpkg-buildflags --get CFLAGS)
6 LDFLAGS ?= $(shell dpkg-buildflags --get LDFLAGS) -Wl,--as-needed
7 CFLAGS += -Wall -g
48
59 %:
6 dh $@ --parallel
10 dh $@
711
812 override_dh_auto_configure:
9 dh_auto_configure -- PREFIX=/usr BINDIR=games
13 dh_auto_configure -- PREFIX=/usr BINDIR=games \
14 CPPFLAGS="$(CPPFLAGS)" \
15 CFLAGS="$(CFLAGS)" \
16 LDFLAGS="$(LDFLAGS)"
1017
1118 override_dh_installchangelogs:
1219 dh_installchangelogs NEWS
0 Contact: Graeme Gott <graeme@gottcode.org>
1 Name: connectagram
2 Homepage: https://gottcode.org/connectagram/
3 Reference:
4 Author: Graeme Gott
5 Title: Documentation
6 Year: 2017
7 Type: manual
8 URL: https://gottcode.org/connectagram/
9 Watch: https://github.com/gottcode/connectagram/releases .*/archive/v(\d[\d\.]+)\.tar\.gz