starting with debian/ folder as used by MATE upstream
This commit is contained in:
commit
bd50663b43
72
debian/changelog
vendored
Normal file
72
debian/changelog
vendored
Normal file
@ -0,0 +1,72 @@
|
||||
engrampa (1.7.0-1) unstable; urgency=low
|
||||
|
||||
* New upstream development release.
|
||||
|
||||
-- Stefano Karapetsas <stefano@karapetsas.com> Wed, 15 Jan 2014 12:04:18 +0100
|
||||
|
||||
mate-file-archiver (1.6.0-1) unstable; urgency=low
|
||||
|
||||
* New upstream release.
|
||||
|
||||
-- Steve Zesch <stevezesch2@gmail.com> Sun, 31 Mar 2013 19:30:43 -0400
|
||||
|
||||
mate-file-archiver (1.5.1-1) unstable; urgency=low
|
||||
|
||||
* New upstream development release.
|
||||
* Fixed a bug that caused the application to crash when
|
||||
clicking Cancel in Add Files.
|
||||
* Numerous code cleanups.
|
||||
* Fixed an error when a filename contains "%".
|
||||
* Fixed an error that prevented encrypted rar files from
|
||||
being opened.
|
||||
|
||||
-- Steve Zesch <stevezesch2@gmail.com> Sun, 18 Nov 2012 16:21:18 -0500
|
||||
|
||||
mate-file-archiver (1.5.0-1) unstable; urgency=low
|
||||
|
||||
* New upstream development release.
|
||||
* Remove mate-conf dependency.
|
||||
|
||||
-- Stefano Karapetsas <stefano@karapetsas.com> Tue, 06 Nov 2012 11:17:18 +0100
|
||||
|
||||
mate-file-archiver (1.4.0-1) unstable; urgency=low
|
||||
|
||||
* New upstream release.
|
||||
|
||||
-- Steve Zesch <stevezesch2@gmail.com> Sun, 15 Jul 2012 13:52:09 -0400
|
||||
|
||||
mate-file-archiver (1.2.1-1) unstable; urgency=low
|
||||
|
||||
* Changed references of File Roller to Engrampa
|
||||
|
||||
-- Steve Zesch <stevezesch2@gmail.com> Fri, 30 Mar 2012 20:37:22 -0400
|
||||
|
||||
mate-file-archiver (1.2.0-1) unstable; urgency=low
|
||||
|
||||
* New upstream release.
|
||||
|
||||
-- Stefano Karapetsas <stefano@karapetsas.com> Wed, 07 Mar 2012 23:49:26 +0100
|
||||
|
||||
mate-file-archiver (1.1.0-1) unstable; urgency=low
|
||||
|
||||
* New upstream release.
|
||||
|
||||
-- Stefano Karapetsas <stefano@karapetsas.com> Tue, 13 Dec 2011 23:08:02 +0100
|
||||
|
||||
mate-file-archiver (1.0.3-3) unstable; urgency=low
|
||||
|
||||
* Fixed depends.
|
||||
|
||||
-- Stefano Karapetsas <stefano@karapetsas.com> Wed, 23 Nov 2011 17:01:28 +0100
|
||||
|
||||
mate-file-archiver (1.0.3-2) unstable; urgency=low
|
||||
|
||||
* Split arch indepenent files into engrampa-common package.
|
||||
|
||||
-- Stefano Karapetsas <stefano@karapetsas.com> Wed, 23 Nov 2011 16:23:02 +0100
|
||||
|
||||
mate-file-archiver (1.0.3-1) unstable; urgency=low
|
||||
|
||||
* Initial release.
|
||||
|
||||
-- Stefano Karapetsas <stefano@karapetsas.com> Sat, 12 Nov 2011 00:46:59 +0100
|
1
debian/compat
vendored
Normal file
1
debian/compat
vendored
Normal file
@ -0,0 +1 @@
|
||||
9
|
90
debian/control
vendored
Normal file
90
debian/control
vendored
Normal file
@ -0,0 +1,90 @@
|
||||
Source: engrampa
|
||||
Section: x11
|
||||
Priority: optional
|
||||
Maintainer: Stefano Karapetsas <stefano@karapetsas.com>
|
||||
Uploaders: Steve Zesch <stevezesch2@gmail.com>
|
||||
Build-Depends: debhelper (>= 9),
|
||||
libglib2.0-dev,
|
||||
libgtk2.0-dev,
|
||||
libcaja-extension-dev,
|
||||
gettext,
|
||||
intltool,
|
||||
yelp-tools,
|
||||
mate-common
|
||||
Standards-Version: 3.9.5
|
||||
Homepage: http://www.mate-desktop.org/
|
||||
|
||||
Package: engrampa
|
||||
Architecture: any
|
||||
Depends: ${shlibs:Depends},
|
||||
${misc:Depends},
|
||||
tar (>= 1.13.25),
|
||||
bzip2 (>= 1.0.1),
|
||||
gzip (>= 1.3.2),
|
||||
p7zip-full,
|
||||
engrampa-common (= ${source:Version})
|
||||
Recommends: rpm2cpio,
|
||||
mate-icon-theme,
|
||||
gvfs
|
||||
Suggests: lha,
|
||||
unrar | p7zip-rar,
|
||||
sharutils,
|
||||
ncompress,
|
||||
binutils,
|
||||
cpio,
|
||||
unace,
|
||||
lzip,
|
||||
lzma,
|
||||
lzop,
|
||||
rzip,
|
||||
unalz,
|
||||
unzip,
|
||||
zip,
|
||||
zoo,
|
||||
xz-utils,
|
||||
arj,
|
||||
rar
|
||||
Description: archive manager for MATE
|
||||
Engrampa is an archive manager for the MATE environment. It allows you to:
|
||||
.
|
||||
* Create and modify archives.
|
||||
* View the content of an archive.
|
||||
* View a file contained in an archive.
|
||||
* Extract files from the archive.
|
||||
.
|
||||
Engrampa supports the following formats:
|
||||
* Tar (.tar) archives, including those compressed with
|
||||
gzip (.tar.gz, .tgz), bzip (.tar.bz, .tbz), bzip2 (.tar.bz2, .tbz2),
|
||||
compress (.tar.Z, .taz), lzip (.tar.lz, .tlz), lzop (.tar.lzo, .tzo),
|
||||
lzma (.tar.lzma) and xz (.tar.xz)
|
||||
* Zip archives (.zip)
|
||||
* Jar archives (.jar, .ear, .war)
|
||||
* 7z archives (.7z)
|
||||
* iso9660 CD images (.iso)
|
||||
* Lha archives (.lzh)
|
||||
* Single files compressed with gzip (.gz), bzip (.bz), bzip2 (.bz2),
|
||||
compress (.Z), lzip (.lz), lzop (.lzo), lzma (.lzma) and xz (.xz)
|
||||
.
|
||||
Engrampa doesn't perform archive operations by itself, but relies on
|
||||
standard tools for this.
|
||||
|
||||
Package: engrampa-common
|
||||
Architecture: all
|
||||
Depends: ${misc:Depends}
|
||||
Breaks: engrampa (<= 1.0.3-1)
|
||||
Description: archive manager for MATE (common files)
|
||||
Engrampa is an archive manager for the MATE environment.
|
||||
.
|
||||
This package contains the architecture independent files.
|
||||
|
||||
Package: engrampa-dbg
|
||||
Section: debug
|
||||
Priority: extra
|
||||
Architecture: any
|
||||
Depends: ${misc:Depends},
|
||||
engrampa (= ${binary:Version})
|
||||
Description: archive manager for MATE (debugging symbols)
|
||||
This package contains debugging symbols for engrampa. It is provided
|
||||
to help debugging problems.
|
||||
The debugging symbols are installed in /usr/lib/debug and will
|
||||
automatically be used by gdb.
|
43
debian/copyright
vendored
Normal file
43
debian/copyright
vendored
Normal file
@ -0,0 +1,43 @@
|
||||
This work was packaged for Debian by:
|
||||
|
||||
Stefano Karapetsas <stefano@karapetsas.com> on Sat, 12 Nov 2011 00:46:59 +0100
|
||||
|
||||
It was downloaded from:
|
||||
|
||||
<https://github.com/perberos/mate-file-archiver>
|
||||
|
||||
Upstream Author:
|
||||
|
||||
Perberos <perberos@gmail.com>
|
||||
|
||||
Copyright:
|
||||
|
||||
Copyright (C) 2011 Perberos
|
||||
|
||||
License:
|
||||
|
||||
This package is free software; you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation; either version 2 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
This package is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with this program. If not, see <http://www.gnu.org/licenses/>
|
||||
|
||||
On Debian systems, the complete text of the GNU General
|
||||
Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
|
||||
|
||||
The Debian packaging is:
|
||||
|
||||
Copyright (C) 2011 Stefano Karapetsas <stefano@karapetsas.com>
|
||||
|
||||
you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation; either version 2 of the License, or
|
||||
(at your option) any later version.
|
||||
|
7
debian/engrampa-common.install
vendored
Normal file
7
debian/engrampa-common.install
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
usr/share/locale/
|
||||
usr/share/help/
|
||||
usr/share/engrampa/
|
||||
usr/share/MateConf/
|
||||
usr/share/glib-2.0/
|
||||
usr/share/icons/
|
||||
|
3
debian/engrampa.install
vendored
Normal file
3
debian/engrampa.install
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
usr/bin/
|
||||
usr/lib/
|
||||
usr/share/applications/
|
20
debian/rules
vendored
Executable file
20
debian/rules
vendored
Executable file
@ -0,0 +1,20 @@
|
||||
#!/usr/bin/make -f
|
||||
|
||||
%:
|
||||
dh $@
|
||||
|
||||
override_dh_install:
|
||||
rm -rfv debian/tmp/usr/lib/*/caja/extensions-2.0/libcaja-engrampa.la
|
||||
dh_install --list-missing
|
||||
|
||||
override_dh_auto_configure:
|
||||
dh_auto_configure -- \
|
||||
--disable-scrollkeeper \
|
||||
--disable-packagekit \
|
||||
--with-gtk=2.0
|
||||
|
||||
override_dh_strip:
|
||||
dh_strip --dbg-package=engrampa-dbg
|
||||
|
||||
get-orig-source:
|
||||
uscan --noconf --force-download --rename --download-current-version --destdir=..
|
1
debian/source/format
vendored
Normal file
1
debian/source/format
vendored
Normal file
@ -0,0 +1 @@
|
||||
3.0 (quilt)
|
2
debian/watch
vendored
Normal file
2
debian/watch
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
version=3
|
||||
http://pub.mate-desktop.org/releases/(\d\.\d)/engrampa-(.*)\.tar\.xz
|
Loading…
Reference in New Issue
Block a user