Codebase list nemo-fileroller / da4f14f
New upstream version 4.0.0 Norbert Preining 5 years ago
8 changed file(s) with 51 addition(s) and 36 deletion(s). Raw diff Collapse all Expand all
00 # Initialization
11
2 AC_INIT([nemo-fileroller],3.8.0)
2 AC_INIT([nemo-fileroller],4.0.0)
33
44 AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)
55
0 nemo-fileroller (3.8.0+cindy) tara; urgency=medium
0 nemo-fileroller (4.0.0+tessa) tessa; urgency=medium
1
2 * 4.0.0
3
4 -- Clement Lefebvre <root@linuxmint.com> Thu, 01 Nov 2018 13:53:56 +0000
5
6 nemo-fileroller (3.8.0) tara; urgency=medium
17
28 * 3.8.0
39
11 Section: misc
22 Priority: optional
33 Maintainer: Clement Lefebvre <root@linuxmint.com>
4 Build-Depends: debhelper (>= 9),
5 libnemo-extension-dev (>= 1.0.0),
6 libglib2.0-dev (>= 2.14.0),
7 dh-autoreconf
4 Build-Depends:
5 debhelper (>= 10),
6 libglib2.0-dev (>= 2.14.0),
7 libnemo-extension-dev (>= 1.0.0),
88 Standards-Version: 3.9.6
99
1010 Package: nemo-fileroller
11 Architecture: i386 amd64
12 Depends: ${shlibs:Depends},
13 ${misc:Depends},
14 nemo,
15 file-roller
11 Architecture: any
12 Depends: file-roller, nemo, ${misc:Depends}, ${shlibs:Depends}
13 Recommends: cinnamon-l10n
1614 Description: File Roller integration for Nemo
17 Nemo File Roller is an extension that integrates the File Roller service with
18 your Cinnamon Desktop.
19
15 Nemo File Roller is an Nemo extension which allows you to create and extract
16 archives in Nemo. This extension adds "Extract Here" (for archive files) and
17 "Compress..." items to the right-click menu.
0 This package is free software; you can redistribute it and/or modify
0 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: Nemo File Roller
2 Upstream-Contact: Linux Mint Project <root@linuxmint.com>
3 Source: https://github.com/linuxmint/nemo-extensions/
4
5 Files: *
6 Copyright: 2004 Free Software Foundation, Inc.
7 License: GPL-2+
8
9 Files: debian/*
10 Copyright: 2013, Benjamin Drung <bdrung@debian.org>
11 License: GPL-2+
12
13 License: GPL-2+
14 This program is free software; you can redistribute it and/or modify
115 it under the terms of the GNU General Public License as published by
2 the Free Software Foundation; either version 3 of the License, or
16 the Free Software Foundation; either version 2 of the License, or
317 (at your option) any later version.
418 .
5 This package is distributed in the hope that it will be useful,
19 This program is distributed in the hope that it will be useful,
620 but WITHOUT ANY WARRANTY; without even the implied warranty of
7 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
8 GNU General Public License for more details.
9 .
10 You should have received a copy of the GNU General Public License
11 along with this package; if not, write to the Free Software
12 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
21 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
22 General Public License for more details.
1323 .
14 On Debian systems, the full text of the GNU General Public License
15 version 3 can be found in the file `/usr/share/common-licenses/GPL-3'.
16
24 On Debian systems, the complete text of the GNU General Public License
25 version 2 can be found in the /usr/share/common-licenses/GPL-2 file.
+0
-0
debian/nemo-fileroller.dirs less more
(Empty file)
00 #!/usr/bin/make -f
11
2 export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
3 export DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow
4
25 %:
3 dh $@ --with=autoreconf
6 dh $@
47
5 override_dh_autoreconf:
6 dh_autoreconf --as-needed
7
8 override_dh_makeshlibs:
9 # Don't generate a shlibs file for the plugin
10 dh_makeshlibs -X/usr/lib/nemo/
8 override_dh_auto_configure:
9 dh_auto_configure -- --disable-static
1110
1211 override_dh_auto_install:
1312 dh_auto_install
1413 # Drop useless files
15 rm -f debian/nemo-fileroller/usr/lib/nemo/extensions-*/libnemo-fileroller.a
16 rm -f debian/nemo-fileroller/usr/lib/nemo/extensions-*/libnemo-fileroller.la
14 find debian/ -name '*.la' -delete
15
16 # Don't generate a shlibs file for the plugin
17 override_dh_makeshlibs:
0 3.0 (native)