Codebase list eiciel / 1635e2f
Imported Debian patch 0.8.2-1 Michael Biebl authored 18 years ago Michael Biebl committed 15 years ago
9 changed file(s) with 115 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 eiciel (0.8.2-1) unstable; urgency=low
1
2 * New upstream release.
3
4 -- Michael Biebl <biebl@teco.edu> Thu, 8 Sep 2005 22:39:51 +0200
5
6 eiciel (0.8.1-1) unstable; urgency=low
7
8 * Initial release. Closes: #314722
9
10 -- Michael Biebl <biebl@teco.edu> Thu, 8 Sep 2005 01:10:51 +0200
11
0 Source: eiciel
1 Section: gnome
2 Priority: optional
3 Maintainer: Michael Biebl <biebl@teco.edu>
4 Build-Depends: cdbs (>= 0.4.23-1.1), autotools-dev, debhelper (>= 4.1.0), libacl1-dev, libattr1-dev, libgtkmm-2.4-dev, libnautilus-extension-dev, pkg-config, gettext
5 Standards-Version: 3.6.2
6
7 Package: eiciel
8 Architecture: any
9 Depends: ${shlibs:Depends}
10 Recommends: nautilus, yelp
11 Description: a graphical editor for POSIX ACLs
12 A graphical tool to manipulate POSIX ACLs for the GNOME environment.
13 It includes a property page for the Nautilus file manager.
14 It also features a standalone application.
15 .
16 Homepage: http://rofi.pinchito.com/eiciel/
0 Source: eiciel
1 Section: gnome
2 Priority: optional
3 Maintainer: Michael Biebl <biebl@teco.edu>
4 Build-Depends: @cdbs@, libacl1-dev, libattr1-dev, libgtkmm-2.4-dev, libnautilus-extension-dev, pkg-config, gettext
5 Standards-Version: 3.6.2
6
7 Package: eiciel
8 Architecture: any
9 Depends: ${shlibs:Depends}
10 Recommends: nautilus, yelp
11 Description: a graphical editor for POSIX ACLs
12 A graphical tool to manipulate POSIX ACLs for the GNOME environment.
13 It includes a property page for the Nautilus file manager.
14 It also features a standalone application.
15 .
16 Homepage: http://rofi.pinchito.com/eiciel/
0 This package was debianized by Michael Biebl <biebl@teco.edu> on
1 Thu, 8 Sep 2005 01:10:51 +0200.
2
3 It was downloaded from http://rofi.pinchito.com/eiciel/
4
5 Copyright Holder: Roger Ferrer Ibáñez <rofi@ya.com>
6
7 License:
8
9 This package is free software; you can redistribute it and/or modify
10 it under the terms of the GNU General Public License as published by
11 the Free Software Foundation; either version 2 of the License, or
12 (at your option) any later version.
13
14 This package is distributed in the hope that it will be useful,
15 but WITHOUT ANY WARRANTY; without even the implied warranty of
16 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17 GNU General Public License for more details.
18
19 You should have received a copy of the GNU General Public License
20 along with this package; if not, write to the Free Software
21 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
22
23 On Debian systems, the complete text of the GNU General
24 Public License can be found in `/usr/share/common-licenses/GPL'.
25
0 ?package(eiciel):\
1 needs="X11"\
2 section="Apps/Tools"\
3 title="Eiciel"\
4 longtitle="POSIX ACL editor"\
5 command="/usr/bin/eiciel"
0 Index: src/eiciel_nautilus_page.cpp
1 ===================================================================
2 --- src/eiciel_nautilus_page.cpp (revision 36)
3 +++ src/eiciel_nautilus_page.cpp (revision 37)
4 @@ -98,6 +98,12 @@
5 local_file = gnome_vfs_get_local_path_from_uri(uri);
6 g_free(guri);
7
8 + // Alguns fitxers son locals pero no corresponen a un fitxer real
9 + if (local_file == NULL)
10 + {
11 + return NULL;
12 + }
13 +
14 // Inicialitzem gtkmm
15 // TODO - ¿?¿? Preguntar a la gent de gtkmm
16 Gtk::Main::init_gtkmm_internals();
0 #!/usr/bin/make -f
1
2 # automatic debian/control generation disabled, cdbs bug #311724.
3 # to re-generate debian/control, invoke
4 # fakeroot debian/rules debian/control DEB_AUTO_UPDATE_DEBIAN_CONTROL:=yes
5
6 include /usr/share/cdbs/1/class/gnome.mk
7 include /usr/share/cdbs/1/rules/debhelper.mk
8 include /usr/share/cdbs/1/rules/simple-patchsys.mk
9
10 DEB_CONFIGURE_EXTRA_FLAGS := --with-nautilus-extensions-dir=/usr/lib/nautilus/extensions-1.0
11 DEB_DH_MAKESHLIBS_ARGS_eiciel := -Xlibeiciel-nautilus
12 DEB_INSTALL_DOCS_eiciel := -XNEWS
13
14 binary-install/eiciel::
15 rm -f $(CURDIR)/debian/eiciel/usr/lib/nautilus/extensions-1.0/*.a
16 rm -f $(CURDIR)/debian/eiciel/usr/lib/nautilus/extensions-1.0/*.la
0 version=3
1 http://rofi.pinchito.com/eiciel/download/eiciel-([\.\d]*)\.tar\.bz2