Codebase list xapp / 6acbb19
Initial debian dir Margarita Manterola 7 years ago
11 changed file(s) with 141 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 xapp (1.0.2-1~) UNRELEASED; urgency=medium
1
2 * Initial version
3
4 -- Margarita Manterola <marga@debian.org> Sat, 19 Nov 2016 17:05:30 +0100
0 Source: xapp
1 Section: x11
2 Priority: optional
3 Maintainer: Debian Cinnamon Team <pkg-cinnamon-team@lists.alioth.debian.org>
4 Uploaders:
5 Maximiliano Curia <maxy@debian.org>,
6 Margarita Manterola <marga@debian.org>,
7 Build-Depends:
8 debhelper (>= 9),
9 dh-autoreconf,
10 dh-exec,
11 dh-python,
12 dpkg-dev (>= 1.15.1),
13 gnome-doc-utils (>= 0.3.2),
14 gnome-pkg-tools (>= 0.10),
15 gobject-introspection (>= 0.10.2-1~),
16 gtk-doc-tools (>= 1.4),
17 intltool (>= 0.40.6),
18 libgdk-pixbuf2.0-dev (>= 2.22.0),
19 libgirepository1.0-dev (>= 0.10.2-1~),
20 libglib2.0-dev (>= 2.37.3),
21 libgnomekbd-dev,
22 libgtk-3-dev (>= 3.3.16),
23 libx11-dev,
24 python,
25 yelp-tools,
26 Standards-Version: 3.9.8
27 Homepage: http://cinnamon.linuxmint.com/
28 Vcs-Browser: https://anonscm.debian.org/git/pkg-cinnamon/nemo.git
29 Vcs-Git: https://anonscm.debian.org/git/pkg-cinnamon/nemo.git
30
31 Package: xapps-common
32 Architecture: all
33 Multi-Arch: foreign
34 Depends:
35 gist,
36 inxi,
37 python,
38 python-gi,
39 xdg-utils,
40 ${misc:Depends},
41 ${python:Depends},
42 Description: Common files for XApp desktop apps
43 This package includes files that are shared between several XApp
44 apps (i18n files and configuration schemas).
45
46 Package: libxapp1
47 Section: libs
48 Architecture: any
49 Multi-Arch: same
50 Pre-Depends: ${misc:Pre-Depends}
51 Depends:
52 libgnomekbd8,
53 xapps-common (>= ${source:Version}),
54 ${misc:Depends},
55 ${shlibs:Depends},
56 Description: XApp library for loading .desktop files
57 This library is used by XApp to load the .desktop files.
58
59 Package: libxapp-dev
60 Section: libdevel
61 Architecture: any
62 Depends:
63 gir1.2-xapp-1.0 (= ${binary:Version}),
64 libgtk-3-dev (>= 3.3.16),
65 libxapp1 (= ${binary:Version}),
66 ${misc:Depends},
67 Description: XApp library - development files
68 This package provides the include files and static library for the XApp
69 library functions.
70
71 Package: gir1.2-xapp-1.0
72 Section: introspection
73 Architecture: any
74 Depends: ${gir:Depends}, ${misc:Depends}, ${shlibs:Depends}
75 Description: Introspection data for XApp
76 This package contains the introspection data for XApp.
0 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: xapps
2 Source: https://github.com/linuxmint/xapps
3
4 Files: *
5 Copyright: 2016, Linux Mint
6 License: LGPL-2+
7 This program is free software; you can redistribute it and/or
8 modify it under the terms of the GNU Library General Public License as
9 published by the Free Software Foundation; either version 2 of the
10 License, or (at your option) any later version.
11 .
12 This program is distributed in the hope that it will be useful,
13 but WITHOUT ANY WARRANTY; without even the implied warranty of
14 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15 Library General Public License for more details.
16 .
17 You should have received a copy of the GNU Library General Public
18 License along with this program; if not, write to the
19 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
20 Boston, MA 02110-1301, USA.
21 .
22 On Debian systems, the complete text of the GNU Library General
23 Public License can be found in "/usr/share/common-licenses/LGPL-2".
0 DEB_PKG_CONFIG_LIBDIR/girepository-1.0/XApp-1.0.typelib
0 usr/include/xapp/libxapp
1 usr/lib/*/libxapp.so
2 usr/lib/*/pkgconfig/xapp.pc
3 usr/share/gir-1.0/XApp-1.0.gir
0 usr/lib/*/libxapp.so.1
1 usr/lib/*/libxapp.so.1.*
0 #!/usr/bin/make -f
1
2 export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
3 DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
4
5 DEB_PKG_CONFIG_LIBDIR=$(shell pkg-config gobject-introspection-1.0 --variable libdir | sed -e 's/.//')
6
7 %:
8 dh $@ --parallel --with=autoreconf,gir,gnome,python2
9
10 override_dh_gnome_clean:
11 dh_gnome_clean --no-control
12
13 override_dh_install:
14 sed 's@DEB_PKG_CONFIG_LIBDIR@${DEB_PKG_CONFIG_LIBDIR}@' debian/gir1.2-xapp-1.0.install.in > debian/gir1.2-xapp-1.0.install
15 dh_install --list-missing
0 3.0 (quilt)
0 version=3
1 opts="dversionmangle=s/\+repack//;s/\+dfsg//;s/\+up[0-9]//,filenamemangle=s/.*\/(.*)/xapp-$1/" \
2 https://github.com/linuxmint/xapps/tags .*/v?(\d.*)\.(?:tgz|tar\.(?:gz|bz2|xz))
0 #!/usr/bin/dh-exec
1
2 usr/share/glib-2.0/schemas
3 usr/share/locale
4 usr/bin/
5 usr/share/icons
6