add debian packaging
Derived from github.com/zanchey/fish-shell branch 'debian'
Showing
debian/changelog
0 → 100644
fish (2.0.0-0) unstable; urgency=low | ||
* Initial release of fish 2.0.0. | ||
-- David Adam <[email protected]> Thu, 19 Jul 2012 23:17:58 +0800 |
debian/compat
0 → 100644
debian/control
0 → 100644
Source: fish | ||
Section: shells | ||
Priority: extra | ||
Maintainer: ridiculous_fish <[email protected]> | ||
Uploaders: David Adam <[email protected]>, Siteshwar Vashisht <[email protected]> | ||
Build-Depends: debhelper (>= 8.0.0), libncurses5-dev, autoconf, doxygen, autotools-dev, dh-autoreconf, gettext | ||
Standards-Version: 3.9.1 | ||
Homepage: http://fishshell.com/ | ||
Vcs-Git: git://github.com/fish-shell/fish-shell.git | ||
Vcs-Browser: https://github.com/fish-shell/fish-shell | ||
Package: fish | ||
Architecture: any | ||
Conflicts: fish | ||
Depends: ${shlibs:Depends}, ${misc:Depends}, passwd (>= 4.0.3-10), libjs-jquery, bc, gettext-base | ||
Recommends: python (>=2.6), xsel (>=1.2.0) | ||
Description: friendly interactive shell | ||
Fish is a command-line shell for modern systems, focusing on user-friendliness, | ||
sensibility and discoverability in interactive use. The syntax is simple, but | ||
not POSIX compliant. | ||
Package: fish-dbg | ||
Architecture: any | ||
Section: debug | ||
Priority: extra | ||
Depends: fish (= ${binary:Version}), ${misc:Depends} | ||
Description: debugging symbols for friendly interactive shell | ||
Fish is a command-line shell for modern systems, focusing on user-friendliness, | ||
sensibility and discoverability in interactive use. The syntax is simple, but | ||
not POSIX compliant. | ||
. | ||
This package contains the debugging symbols for fish. |
debian/copyright
0 → 100644
This work was packaged for Debian by David Adam <[email protected]> | ||
on Thu, 14 Jun 2012 20:33:34 +0800, based on work by James Vega | ||
<[email protected]>. | ||
It was downloaded from: | ||
https://github.com/fish-shell/fish-shell | ||
Upstream Authors: | ||
Axel Liljencrantz | ||
ridiculous_fish | ||
Copyright: | ||
Copyright (C) 2005-2008 Axel Liljencrantz | ||
Copyright (C) 2011-2012 ridiculous_fish | ||
License: | ||
Copyright (C) 2005-2008 Axel Liljencrantz | ||
This program is free software; you can redistribute it and/or modify | ||
it under the terms of the GNU General Public License version 2 as | ||
published by the Free Software Foundation. | ||
This program 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, write to the Free Software | ||
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, | ||
MA 02110-1301, USA. | ||
On Debian systems, the complete text of the GNU General | ||
Public License version 2 can be found in "/usr/share/common-licenses/GPL-2". | ||
Fish contains code under the BSD license, namely versions of the | ||
two functions strlcat and strlcpy, modified for use with wide | ||
character strings. | ||
Copyright (c) 1998 Todd C. Miller <[email protected]> | ||
Permission to use, copy, modify, and distribute this software for any | ||
purpose with or without fee is hereby granted, provided that the above | ||
copyright notice and this permission notice appear in all copies. | ||
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES | ||
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF | ||
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR | ||
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES | ||
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN | ||
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF | ||
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. | ||
The XSel command, written and copyrighted by Conrad Parker, is | ||
distributed together with, and used by fish. It is released under the MIT | ||
license. | ||
It is Copyright (C) 2001 Conrad Parker <[email protected]> | ||
Permission to use, copy, modify, distribute, and sell this software | ||
and its documentation for any purpose is hereby granted without fee, | ||
provided that the above copyright notice appear in all copies and that | ||
both that copyright notice and this permission notice appear in | ||
supporting documentation. No representations are made about the | ||
suitability of this software for any purpose. It is provided "as is" | ||
without express or implied warranty. | ||
The xdgmime library, written and copyrighted by Red Hat, Inc, is used | ||
by the mimedb command, which is a part of fish. It is released under | ||
the LGPL license. | ||
The copyright for the xdgmime-related files belong to the following people | ||
xdgmime.c | ||
Copyright (C) 2003,2004 Red Hat, Inc. | ||
Copyright (C) 2003,2004 Jonathan Blandford <[email protected]> | ||
xdgmime.h | ||
Copyright (C) 2003 Red Hat, Inc. | ||
Copyright (C) 2003 Jonathan Blandford <[email protected]> | ||
xdgmimealias.c, xdgmimealias.h | ||
Copyright (C) 2004 Red Hat, Inc. | ||
Copyright (C) 2004 Matthias Clasen <[email protected]> | ||
xdgmimeglob.c, xdgmimeglob.h | ||
Copyright (C) 2003 Red Hat, Inc. | ||
Copyright (C) 2003 Jonathan Blandford <[email protected]> | ||
xdgmimeint.c, xdgmimeint.h | ||
Copyright (C) 2003 Red Hat, Inc. | ||
Copyright (C) 2003 Jonathan Blandford <[email protected]> | ||
xdgmimemagic.c, xdgmimemagic.h | ||
Copyright (C) 2003 Red Hat, Inc. | ||
Copyright (C) 2003 Jonathan Blandford <[email protected]> | ||
xdgmimeparent.c, xdgmimeparent.h | ||
Copyright (C) 2004 Red Hat, Inc. | ||
Copyright (C) 2004 Matthias Clasen <[email protected]> | ||
This library is free software; you can redistribute it and/or | ||
modify it under the terms of the GNU Lesser General Public | ||
License as published by the Free Software Foundation; either | ||
version 2 of the License, or (at your option) any later version. | ||
This library 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 | ||
Lesser General Public License for more details. | ||
You should have received a copy of the GNU Lesser General Public | ||
License along with this library; if not, write to the Free Software | ||
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA | ||
02110-1301, USA. | ||
Fish contains code from the glibc library, namely the wcstok function | ||
in fallback.c. This code is licensed under the LGPL. | ||
On Debian systems, the complete text of the GNU Lesser General | ||
Public License can be found in `/usr/share/common-licenses/LGPL'. | ||
The Debian packaging is: | ||
Copyright (C) 2005 James Vega <[email protected]> | ||
Copyright (C) 2012 David Adam <[email protected]> | ||
and is licensed under the GPL version 2, see above. |
debian/fish.doc-base
0 → 100644
Document: fish | ||
Title: Debian fish Manual | ||
Author: Axel Liljencrantz <[email protected]> | ||
Abstract: This guide documents fish, a shell | ||
geared towards interactive use. | ||
Section: Shells | ||
Format: HTML | ||
Index: /usr/share/doc/fish/index.html | ||
Files: /usr/share/doc/fish/*.html | ||
debian/menu
0 → 100644
debian/postinst
0 → 100644
debian/postrm
0 → 100644
debian/prerm
0 → 100644
debian/rules
0 → 100755
#!/usr/bin/make -f | ||
# -*- makefile -*- | ||
# Uncomment this to turn on verbose mode. | ||
export DH_VERBOSE=1 | ||
# dpkg-dev 1.16.1 doesn't export buildflags | ||
# can be removed once on dh compat level 9 | ||
DPKG_EXPORT_BUILDFLAGS = 1 | ||
-include /usr/share/dpkg/buildflags.mk | ||
%: | ||
dh [email protected] --with autotools-dev,autoreconf | ||
override_dh_auto_install: | ||
dh_auto_install --destdir=debian/fish | ||
override_dh_install: | ||
dh_install | ||
# Debian policy: use system JQuery | ||
ln -sf /usr/share/javascript/jquery/jquery.js $(CURDIR)/debian/fish/usr/share/fish/tools/web_config/jquery.js | ||
override_dh_installdocs: | ||
dh_installdocs --link-doc=fish | ||
override_dh_strip: | ||
dh_strip --dbg-package=fish-dbg | ||
# Don't run tests; they don't work until fish is installed | ||
override_dh_auto_test: |
debian/source/format
0 → 100644
Please register or sign in to comment