debian/0000755000000000000000000000000011705613735007176 5ustar debian/changelog0000644000000000000000000000474011705613514011050 0ustar hyena (0.5-2) unstable; urgency=low * No-change rebuild for CLR 4.0 transition -- Iain Lane Wed, 18 Jan 2012 19:02:17 +0000 hyena (0.5-1) unstable; urgency=low * [f59585f] New upstream release: + Add .config file to hyena.pc's Files variable + Hyena: - Bind gtk_show_uri (bgo#587320) - Add StringUtil.EscapeLike - Add stream based hashing - Add an ApplicationName property to ApplicationContext - New SafeUri class - New Hyena.Downloader namespace/API - New Paths class (bgo#605891) - Handle bad indices in MemoryListModel - Fix LruCache item expiration - Add thread id to Hyena.Log when debugging. - Fix file location queries (bgo#612152) - Make CryptoUtil.Md5Encode thread-safe - [Json] Add serializer - New Hyena.Metrics classes for instrumenting apps - More extensive platform detection probing - Bundle HttpUtility; dependency on System.Web (bgo#607713) + Hyena.Gui - New ListView grid mode - Fix ListView a11y crasher (bgo#615892). - [Hyena.Gui] Fix ActionManager toolitem icon sizing bgo#609265 + Hyena.Data.Sqlite: - Add HYENA_MD5 method - Extend SqliteConnection to handle double and nullable values. - Case-insensitive column checks - Add BinaryFunction class; Lets extensions etc call custom methods from SQL even if they're not loaded initially - Fix exception handling (bgo#609799) * [07b959a] Update copyright file * [c558d2b] No-change Standards-Version bump from 3.8.4 to 3.9.1 * [9bc562e] Fix up .pc mangling -- Chow Loong Jin Sat, 05 Mar 2011 04:57:21 +0800 hyena (0.3-1) unstable; urgency=low * New upstream release * debian/control: + No change Standards-Version bump from 3.8.3 to 3.8.4 * debian/source/format: + Use 3.0 (quilt) * debian/rules: + Pass dlls to generate documentation from to mdoc -- Chow Loong Jin Fri, 18 Jun 2010 01:57:23 +0800 hyena (0.2-2) unstable; urgency=low * debian/control, debian/libhyena-cil.install, debian/libhyena-cil-dev.install: Create -dev package containing pcfiles. * debian/control: Add Vcs-* lines * debian/control, debian/copyright: Update homepage of Hyena -- Iain Lane Tue, 01 Dec 2009 22:59:46 +0000 hyena (0.2-1) unstable; urgency=low * Initial release (Closes: #542351) -- Chow Loong Jin Tue, 22 Sep 2009 01:46:57 +0800 debian/compat0000644000000000000000000000000211705613514010367 0ustar 7 debian/source/0000755000000000000000000000000011705613514010471 5ustar debian/source/format0000644000000000000000000000001411705613514011677 0ustar 3.0 (quilt) debian/libhyena-cil.install0000644000000000000000000000002111705613514013112 0ustar /usr/lib/hyena/* debian/docs0000644000000000000000000000000711705613514010041 0ustar README debian/libhyena-cil-dev.install0000644000000000000000000000002511705613514013672 0ustar /usr/lib/pkgconfig/* debian/Hyena.source0000644000000000000000000000025011705613514011454 0ustar debian/monodoc-hyena-manual.install0000644000000000000000000000020711705613514014573 0ustar Hyena.tree /usr/lib/monodoc/sources Hyena.zip /usr/lib/monodoc/sources debian/Hyena.source /usr/lib/monodoc/sources debian/rules0000755000000000000000000000164511705613514010257 0ustar #!/usr/bin/make -f # -*- makefile -*- include /usr/share/cli-common/cli.make DEBIAN_DIR = $(dir $(firstword $(MAKEFILE_LIST))) VERSION = $(shell dpkg-parsechangelog -l$(DEBIAN_DIR)/changelog | \ sed -n 's/\-.*$$//;s/Version: //p') USCAN = uscan \ --package=hyena \ --watchfile=$(DEBIAN_DIR)/watch \ --upstream-version=$(VERSION) override_dh_auto_configure: dh_auto_configure -- \ MCS=/usr/bin/mono-csc \ --enable-debug override_dh_auto_build: dh_auto_build mkdir -p monodoc mdoc update \ -fno-assembly-versions \ -L$(CURDIR)/bin \ --out=monodoc \ $(CURDIR)/bin/*.dll mdoc assemble \ --format ecma \ --out $(CURDIR)/Hyena \ $(CURDIR)/monodoc find -type f -name '*.pc' -print0 -exec sed -i -re 's|[^ =]+.mdb||g' '{}' \+ override_dh_auto_clean: dh_auto_clean rm -rf Hyena.zip Hyena.tree monodoc get-orig-source: $(USCAN) \ --download \ --force-download \ --rename \ --destdir=. %: dh $@ debian/watch0000644000000000000000000000013211705613514010216 0ustar version=3 http://ftp.gnome.org/pub/GNOME/sources/hyena/([0-9.]+)/ hyena-([0-9.]+).tar.gz debian/control0000644000000000000000000000544311705613514010602 0ustar Source: hyena Section: cli-mono Priority: optional Maintainer: Debian CLI Libraries Team Uploaders: Chow Loong Jin Build-Depends: debhelper (>= 7.0.50), autotools-dev, cli-common-dev (>= 0.5.7), mono-devel (>= 2.4.2), monodoc-base, libgtk2.0-cil-dev, pkg-config Standards-Version: 3.9.1 Vcs-Git: git://git.debian.org/git/pkg-cli-libs/packages/hyena.git Vcs-Browser: http://git.debian.org/?p=pkg-cli-libs/packages/hyena.git Homepage: http://live.gnome.org/Hyena Package: libhyena-cil Architecture: all Depends: ${shlibs:Depends}, ${misc:Depends}, ${cli:Depends} Description: set of utility libraries for the CLI Hyena is a set of utility Application Programing Interfaces (APIs) for the Common Language Infrastructure (CLI), including both graphical and non-graphical components. . Among the included namespaces in Hyena are: * Hyena * Hyena.Collections * Hyena.CommandLine * Hyena.Data * Hyena.Jobs * Hyena.Json * Hyena.Query * Hyena.SExpEngine * Hyena.Data.Sqlite * Hyena.Data.Gui * Hyena.Gui * Hyena.Gui.Dialogs * Hyena.Gui.Theatrics * Hyena.Gui.Theming * Hyena.Query.Gui * Hyena.Widgets Package: libhyena-cil-dev Architecture: all Depends: libhyena-cil (= ${binary:Version}), ${misc:Depends} Replaces: libhyena-cil (<< 0.2-2) Description: set of utility libraries for the CLI - development files Hyena is a set of utility Application Programing Interfaces (APIs) for the Common Language Infrastructure (CLI), including both graphical and non-graphical components. . Among the included namespaces in Hyena are: * Hyena * Hyena.Collections * Hyena.CommandLine * Hyena.Data * Hyena.Jobs * Hyena.Json * Hyena.Query * Hyena.SExpEngine * Hyena.Data.Sqlite * Hyena.Data.Gui * Hyena.Gui * Hyena.Gui.Dialogs * Hyena.Gui.Theatrics * Hyena.Gui.Theming * Hyena.Query.Gui * Hyena.Widgets . This package contains development files for the Hyena libraries, and should be used for compilation Package: monodoc-hyena-manual Section: doc Architecture: all Depends: monodoc-manual, ${misc:Depends} Description: compiled XML documentation for Hyena Hyena is a set of utility Application Programing Interfaces (APIs) for the Common Language Infrastructure (CLI), including both graphical and non-graphical components. . Among the included namespaces in Hyena are: * Hyena * Hyena.Collections * Hyena.CommandLine * Hyena.Data * Hyena.Jobs * Hyena.Json * Hyena.Query * Hyena.SExpEngine * Hyena.Data.Sqlite * Hyena.Data.Gui * Hyena.Gui * Hyena.Gui.Dialogs * Hyena.Gui.Theatrics * Hyena.Gui.Theming * Hyena.Query.Gui * Hyena.Widgets . This package contains the compiled XML documentation for Hyena debian/copyright0000644000000000000000000001166111705613514011131 0ustar Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=59 Name: hyena Maintainer: Gabriel Burt Source: http://live.gnome.org/Hyena Files: * Copyright: 2005-2010, Novell, Inc License: MIT/X11 Files: Mono.Data.Sqlite/* Copyright: 2007, Marek Habersack 2006, Novell, Inc License: MIT/X11 Files: Hyena.Data.Sqlite/Hyena.Data.Sqlite/Tests/DbBoundType.cs, Hyena.Data.Sqlite/Hyena.Data.Sqlite/Tests/SqliteModelProviderTests.cs, Hyena.Gui/Hyena.Gui.Theatrics/Choreographer.cs, Hyena.Gui/Hyena.Widgets/AnimatedBox.cs, Hyena.Gui/Hyena.Widgets/AnimatedHBox.cs, Hyena.Gui/Hyena.Widgets/AnimatedVBox.cs, Hyena.Gui/Hyena.Widgets/AnimatedWidget.cs, Hyena.Gui/Hyena.Widgets/MenuButton.cs, Hyena.Gui/Hyena.Widgets/SmoothScrolledWindow.cs, Hyena/Hyena.Query/IntegerKeyedObjectQueryValue.cs Copyright: 2008, Scott Peterson License: MIT/X11 Files: Hyena.Gui/Hyena.Query.Gui/QueryTermsBox.cs Copyright: 2009, Alexander Kojevnikov 2005-2008, Novell, Inc License: MIT/X11 Files: Hyena/Hyena/EventArgs.cs, Hyena/Hyena.Query/EnumQueryValue.cs Copyright: 2009-2010, Alex Kojevnikov License: MIT/X11 Files: Hyena.Data.Sqlite/Hyena.Data.Sqlite/HyenaSqliteArrayDataReader.cs Copyright: 2002, Vladimir Vukicevic License: MIT/X11 Files: Hyena.Gui/Hyena.Widgets/RatingEntry.cs Copyright: 2006, Gabriel Burt , 2006-2008, Novell, Inc License: MIT/X11 Files: Hyena.Gui/Hyena.Data.Gui/Accessibility/ColumnCellAccessible.cs, Hyena.Gui/Hyena.Data.Gui/Accessibility/ColumnCellTextAccessible.cs, Hyena.Gui/Hyena.Data.Gui/Accessibility/ColumnHeaderCellTextAccessible.cs, Hyena.Gui/Hyena.Data.Gui/Accessibility/ICellAccessibleParent.cs Copyright: 2009, Eitan Isaacson License: MIT/X11 Files: Hyena.Gui/Hyena.Data.Gui/Accessibility/ListViewAccessible.cs, Hyena.Gui/Hyena.Data.Gui/Accessibility/ListViewAccessible_Selection.cs, Hyena.Gui/Hyena.Data.Gui/Accessibility/ListViewAccessible_Table.cs, Hyena.Gui/Hyena.Data.Gui/ListView/ListView_Accessible.cs Copyright: 2009, Novell, Inc, 2009, Eitan Isaacson License: MIT/X11 Files: Hyena.Gui/Hyena.Data.Gui/ListView/ListView_Interaction.cs Copyright: 2007-2009, Novell, Inc. 2009, Eitan Isaacson License: MIT/X11 Files: Hyena.Gui/Hyena.Gui/Contrast.cs Copyright: 2008, Sebastian Dröge 2006-2007, David Trowbridge License: MIT/X11 Files: Hyena.Gui/Hyena.Gui.Theming/ThemeEngine.cs Copyright: 2009, Aaron Bockover License: MIT/X11 Files: Hyena/Hyena.Query/ExactStringQueryValue.cs Copyright: 2009, John Millikin License: MIT/X11 Files: Hyena.Gui/Hyena.Widgets/EntryPopup.cs Copyright: 2009, Neil Loknath License: MIT/X11 Files: Hyena/Hyena.Query/ExactUriStringQueryValue.cs Copyright: 2010, Andrés G. Aragoneses License: MIT/X11 Files: debian/* Copyright: 2009, Chow Loong Jin License: GPL-2+ License: MIT/X11 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. . THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. License: GPL-2+ This program 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 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 Street, Fifth Floor, Boston, MA 02110-1301 USA. . On Debian systems, the full text of this license can be found in /usr/share/common-licenses/GPL-2.