Skip to content
Commits on Source (589)
agda (2.5.3-6) UNRELEASED; urgency=medium
* Set Rules-Requires-Root to no.
-- Clint Adams <clint@debian.org> Sun, 06 May 2018 22:09:09 -0400
agda (2.5.3-5) unstable; urgency=medium
* Patch for newer EdisonCore.
-- Clint Adams <clint@debian.org> Sun, 29 Apr 2018 08:41:41 -0400
agda (2.5.3-4) unstable; urgency=medium
[ Ilias Tsitsimpis ]
......
......@@ -2,6 +2,7 @@ Source: agda
Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
Priority: optional
Section: haskell
Rules-Requires-Root: no
Build-Depends:
alex,
cdbs,
......@@ -12,9 +13,6 @@ Build-Depends:
happy,
haskell-devscripts (>= 0.13),
ghc-prof,
libghc-edison-core-dev (>= 1.3.1.1),
libghc-edison-core-dev (<< 1.3.2),
libghc-edison-core-prof,
libghc-async-dev (>= 2.0.2),
libghc-async-dev (<< 2.2),
libghc-async-prof,
......@@ -26,8 +24,8 @@ Build-Depends:
libghc-boxes-dev (>= 0.1.3),
libghc-data-hash-dev (<< 0.3),
libghc-data-hash-dev (>= 0.2.0.0),
libghc-edison-core-dev (<< 1.3.2),
libghc-edison-core-dev (>= 1.3.1.1),
libghc-edison-core-dev (>= 1.3.2.1),
libghc-edison-core-dev (<< 1.4),
libghc-edit-distance-dev (<< 0.3),
libghc-edit-distance-prof,
libghc-equivalence-dev (>= 0.3.2),
......@@ -108,7 +106,7 @@ Build-Depends-Indep: ghc-doc,
Standards-Version: 4.1.4
Homepage: http://wiki.portal.chalmers.se/agda/
Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/agda
Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git
Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/agda]
Package: agda
Architecture: all
......
--- a/Agda.cabal
+++ b/Agda.cabal
@@ -132,7 +132,7 @@
, data-hash >= 0.2.0.0 && < 0.3
, deepseq >= 1.3.0.2 && < 1.5
, directory >= 1.2.0.1 && < 1.4
- , EdisonCore >= 1.3.1.1 && < 1.3.2
+ , EdisonCore >= 1.3.2.1 && < 1.4
, edit-distance >= 0.2.1.2 && < 0.3
, equivalence >= 0.3.2 && < 0.4
, filepath >= 1.3.0.1 && < 1.5
alex (3.2.4-4) UNRELEASED; urgency=medium
* Set Rules-Requires-Root to no.
-- Clint Adams <clint@debian.org> Sun, 06 May 2018 22:09:09 -0400
alex (3.2.4-3) unstable; urgency=medium
* Use Distribution.Version instead.
-- Clint Adams <clint@debian.org> Thu, 12 Apr 2018 14:40:32 -0400
alex (3.2.4-2) unstable; urgency=medium
* Hide Distribution.Version's showVersion in our get_version util.
-- Clint Adams <clint@debian.org> Thu, 12 Apr 2018 10:32:23 -0400
alex (3.2.4-1) unstable; urgency=medium
[ Ilias Tsitsimpis ]
......
......@@ -6,6 +6,7 @@ Uploaders: Joachim Breitner <nomeata@debian.org>,
Dmitry Bogatov <KAction@gnu.org>
Priority: optional
Section: haskell
Rules-Requires-Root: no
Build-Depends: alex <!stage1>,
autoconf,
cdbs (>= 0.4.59),
......@@ -22,7 +23,7 @@ Build-Depends: alex <!stage1>,
Standards-Version: 4.1.4
Homepage: http://www.haskell.org/alex/
Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/alex
Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git
Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/alex]
Package: alex
Architecture: any
......
module Main (main) where
import Data.Version ( showVersion )
import Distribution.Package
import Distribution.PackageDescription
import Distribution.PackageDescription.Parse ( readPackageDescription )
......
./CHANGELOG.md usr/share/allure/.
./CREDITS usr/share/allure/.
./GameDefinition/config.ui.default usr/share/allure/GameDefinition
./GameDefinition/fonts/16x16x.fon usr/share/allure/GameDefinition/fonts
./GameDefinition/fonts/8x8xb.fon usr/share/allure/GameDefinition/fonts
./GameDefinition/fonts/8x8x.fon usr/share/allure/GameDefinition/fonts
./GameDefinition/fonts/Fix15Mono-Bold.woff usr/share/allure/GameDefinition/fonts
./GameDefinition/PLAYING.md usr/share/allure/GameDefinition
./GameDefinition/InGameHelp.txt usr/share/allure/GameDefinition
./LICENSE usr/share/allure/.
./README.md usr/share/allure/.
dist-ghc/build/Allure/Allure usr/games
allure (0.8.3.0-3) UNRELEASED; urgency=medium
* Attempt to force 'cabal test' to run
-- Mikolaj Konarski <mikolaj.konarski@funktory.com> Fri, 06 Jul 2018 02:05:45 +0200
allure (0.8.3.0-2) unstable; urgency=medium
* Install fonts, etc.
-- Mikolaj Konarski <mikolaj.konarski@funktory.com> Tue, 03 Jul 2018 12:03:57 +0200
allure (0.8.3.0-1) unstable; urgency=medium
* New upstream release
* Turn off optimization for architectures that take forever compiling
-- Mikolaj Konarski <mikolaj.konarski@funktory.com> Mon, 02 Jul 2018 17:09:51 +0200
allure (0.7.1.0-3) unstable; urgency=medium
[ Clint Adams ]
* Set Rules-Requires-Root to no.
[ Mikolaj Konarski ]
* Update copyright information
* Update package description
* Remove duplicate build-depends line
* Add Vcs-Browser and Vcs-Git fields
-- Clint Adams <clint@debian.org> Sun, 06 May 2018 22:09:09 -0400
allure (0.7.1.0-1) unstable; urgency=medium
* New upstream release
......
Source: allure
Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
Uploaders: Clint Adams <clint@debian.org>
Uploaders: Clint Adams <clint@debian.org>, Mikolaj Konarski <mikolaj.konarski@funktory.com>
Priority: optional
Section: haskell
Rules-Requires-Root: no
Build-Depends: debhelper (>= 10),
haskell-devscripts-minimal | haskell-devscripts (>= 0.8),
cdbs,
ghc,
ghc-prof,
libghc-lambdahack-dev (>= 0.7.1.0),
libghc-lambdahack-dev (<< 0.7.2.0),
libghc-lambdahack-dev (>= 0.8.3.0),
libghc-lambdahack-dev (<< 0.8.4.0),
libghc-async-dev (>= 2),
libghc-enummapset-th-dev (>= 0.6.0.0),
libghc-enummapset-dev (>= 0.5.2.2),
libghc-optparse-applicative-dev (>= 0.13),
libghc-random-dev (>= 1.1),
libghc-text-dev (>= 0.11.2.3),
libghc-zlib-dev (>= 0.5.3.1),
libghc-lambdahack-dev,
Standards-Version: 4.1.4
Homepage: http://allureofthestars.com
Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/allure
Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/allure]
Package: allure
Architecture: any
Section: games
Depends: ${haskell:Depends},
${misc:Depends},
${shlibs:Depends}
${shlibs:Depends},
Recommends: ${haskell:Recommends},
Suggests: ${haskell:Suggests},
Conflicts: ${haskell:Conflicts},
......@@ -33,4 +35,15 @@ Provides: ${haskell:Provides},
Description: near-future Sci-Fi roguelike and tactical squad game
Allure of the Stars is a near-future Sci-Fi roguelike and tactical
squad game.
.
Not a single picture in this game. You have to imagine everything
yourself, like with a book (a grown-up book, without pictures).
Once you learn to imagine things, though, you can keep exploring
and mastering the world and making up stories for a long time.
.
The game is written in Haskell using the free software LambdaHack engine.
Please see the changelog file for recent improvements
and the issue tracker for short-term plans. Long term goals
are high replayability and auto-balancing through procedural
content generation and persistent content modification
based on player behaviour. Contributions are welcome.
......@@ -5,9 +5,21 @@ Source: https://hackage.haskell.org/package/Allure
Files: *
Copyright: 2008-2011 Andres Loeh
2010-2015 Mikolaj Konarski
2010-2018 Mikolaj Konarski and others (see git history)
License: AGPL-3+
Files: GameDefinition/fonts/*.fon
Copyright: 1997-2016 Leon Marrick
1997-2016 Sheldon Simms III
1997-2016 Nick McConnell
2016-2018 Mikolaj Konarski
License: GPL-2
Files: GameDefinition/fonts/Fix15Mono-Bold.woff
Copyright: 2012-2015 The Mozilla Foundation and Telefonica S.A
2016-2018 Mikolaj Konarski
License: OFL-1.1
Files: debian/*
Copyright: held by the contributors mentioned in debian/changelog
License: AGPL-3+
......@@ -674,3 +686,111 @@ License: AGPL-3+
if any, to sign a "copyright disclaimer" for the program, if necessary.
For more information on this, and how to apply and follow the GNU AGPL, see
<http://www.gnu.org/licenses/>.
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, 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 package; if not, write to the Free
Software Foundation, Inc., 51 Franklin St, Fifth Floor,
Boston, MA 02110-1301 USA
.
On Debian systems, the full text of the GNU General Public
License version 2 can be found in the file
`/usr/share/common-licenses/GPL-2'.
License: OFL-1.1
SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
.
PREAMBLE
The goals of the Open Font License (OFL) are to stimulate worldwide
development of collaborative font projects, to support the font
creation efforts of academic and linguistic communities, and to
provide a free and open framework in which fonts may be shared and
improved in partnership with others.
.
The OFL allows the licensed fonts to be used, studied, modified and
redistributed freely as long as they are not sold by themselves. The
fonts, including any derivative works, can be bundled, embedded,
redistributed and/or sold with any software provided that any
reserved names are not used by derivative works. The fonts and
derivatives, however, cannot be released under any other type of
license. The requirement for fonts to remain under this license
does not apply to any document created using the fonts or their
derivatives.
.
DEFINITIONS
Font Software refers to the set of files released by the
Copyright Holder(s) under this license and clearly marked as such.
This may include source files, build scripts and documentation.
.
Reserved Font Name refers to any names specified as such after
the copyright statement(s).
.
Original Version refers to the collection of Font Software
components as distributed by the Copyright Holder(s).
.
Modified Version refers to any derivative made by adding to,
deleting, or substituting in part or in whole any of the components
of the Original Version, by changing formats or by porting the Font
Software to a new environment.
.
Author refers to any designer, engineer, programmer, technical
writer or other person who contributed to the Font Software.
.
PERMISSION & CONDITIONS
Permission is hereby granted, free of charge, to any person
obtaining a copy of the Font Software, to use, study, copy, merge,
embed, modify, redistribute, and sell modified and unmodified copies
of the Font Software, subject to the following conditions:
.
1) Neither the Font Software nor any of its individual components,
in Original or Modified Versions, may be sold by itself.
.
2) Original or Modified Versions of the Font Software may be bundled,
redistributed and/or sold with any software, provided that each
copy contains the above copyright notice and this license. These
can be included either as stand-alone text files, human-readable
headers or in the appropriate machine-readable metadata fields
within text or binary files as long as those fields can be easily
viewed by the user.
.
3) No Modified Version of the Font Software may use the Reserved Font
Name(s) unless explicit written permission is granted by the
corresponding Copyright Holder. This restriction only applies to
the primary font name as presented to the users.
.
4) The name(s) of the Copyright Holder(s) or the Author(s) of the
Font Software shall not be used to promote, endorse or advertise
any Modified Version, except to acknowledge the contribution(s)
of the Copyright Holder(s) and the Author(s) or with their
explicit written permission.
.
5) The Font Software, modified or unmodified, in part or in whole,
must be distributed entirely under this license, and must not be
distributed under any other license. The requirement for fonts to
remain under this license does not apply to any document created
using the Font Software.
.
TERMINATION
This license becomes null and void if any of the above conditions
are not met.
.
DISCLAIMER
THE FONT SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL
THE COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR
CONSEQUENTIAL DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR
OTHERWISE, ARISING FROM, OUT OF THE USE OR INABILITY TO USE THE FONT
SOFTWARE OR FROM OTHER DEALINGS IN THE FONT SOFTWARE.
......@@ -5,7 +5,13 @@ DEB_SETUP_BIN_NAME = debian/hlibrary.setup
DEB_CABAL_PACKAGE = allure
DEB_DEFAULT_COMPILER = ghc
ifneq (,$(filter $(DEB_BUILD_ARCH),armel armhf mips mipsel sparc64 mips64el hppa))
DEB_SETUP_GHC_CONFIGURE_ARGS += --ghc-options="-O0"
endif
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/hlibrary.mk
build/allure:: build-ghc-stamp
common-binary-arch:: check-ghc-stamp
bnfc (2.8.1-5) UNRELEASED; urgency=medium
* Set Rules-Requires-Root to no.
-- Clint Adams <clint@debian.org> Sun, 06 May 2018 22:09:09 -0400
bnfc (2.8.1-4) unstable; urgency=medium
[ Ilias Tsitsimpis ]
......
......@@ -5,6 +5,7 @@ Uploaders:
Dmitry Bogatov <KAction@gnu.org>,
Priority: optional
Section: haskell
Rules-Requires-Root: no
Build-Depends:
alex,
cdbs,
......@@ -17,7 +18,7 @@ Build-Depends:
Standards-Version: 4.1.4
Homepage: http://bnfc.digitalgrammars.com/
Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/bnfc
Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git
Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/bnfc]
Package: bnfc
Architecture: any
......
debian/tmp/usr/share/man/man1/bustle-pcap.1
.TH BUSTLE-DBUS-MONITOR 1 "January 8, 2009"
.SH NAME
bustle \- D-Bus visualiser
.SH SYNOPSIS
.B bustle
.RI logfile
.SH DESCRIPTION
Bustle is a tool to chart and provide timing information of D-Bus calls for
profiling and debugging. It is intended to replace reading the cryptic output
of \fBdbus-monitor\fP. Calls are displayed using Message Sequence Charts, a
succinct way of representing entities and interactions over time.
.PP
You may generate a dump using \fBbustle-pcap\fP and pass its filename as an
argument to this command to visualise dbus calls saved previously.
.SH AUTHOR
\fBbustle\fP was written by Will Thompson <will.thompson@collabora.co.uk>.
.PP
This manual page was written by Chris Lamb <lamby@debian.org> for the Debian
project (but may be used by others).
usr/bin/bustle
usr/share/appdata/*
usr/share/applications/*
usr/share/bustle/data/*
usr/share/icons/*
bustle (0.6.2-1) unstable; urgency=medium
* Set Rules-Requires-Root to no.
* Switch Vcs-* fields to salsa.
* New upstream version.
- Fixes FTBFS. closes: #897511.
-- Clint Adams <clint@debian.org> Mon, 07 May 2018 21:28:29 -0400
bustle (0.5.4-1) unstable; urgency=medium
* New upstream version 0.5.4
* debian/watch: improve regex and use https url
* move bustle-pcap man file into bustle-pcap package. (Closes: #783689)
* debian/patches:
- drop 0002-Use-g_thread_try_new-rather-than-g_thread_create.patch
(upstreamed)
- add 0001-bustle-pcap-stop-leaking-so-much-in-parse_arguments.patch
(taken from upstream)
* debian/bustle.install: avoid redundant copyright files
* debian/compat: bump to version 9
* debian/control: Update my uploader name
* debian/control: bump standards version. No changes
* debian/control: update bustle-pcap replaces due to manpage move.
-- Héctor Orón Martínez <zumbi@debian.org> Sun, 11 Dec 2016 23:57:16 +0100
bustle (0.5.2-1) unstable; urgency=medium
* New upstream release
* Fixes FTBFS: Bustle/Loader/OldSkool.hs:122:23: Ambiguous occurrence `<*>'
(Closes: #808017)
* d/watch: update for new URL.
-- Héctor Orón Martínez <zumbi@debian.org> Fri, 08 Jan 2016 13:12:52 +0100
bustle (0.4.8-1) unstable; urgency=medium
* New upstream release
-- Joachim Breitner <nomeata@debian.org> Fri, 22 May 2015 09:47:01 +0200
bustle (0.4.7-3) unstable; urgency=medium
[ Ted Gould ]
* d/control: Split out bustle-pcap into its own binary package. (Closes:
#772148)
[ Iain Lane ]
* Add Breaks/Replaces for file move.
-- Ted Gould <ted@gould.cx> Wed, 21 Jan 2015 17:37:02 +0000
bustle (0.4.7-2) unstable; urgency=medium
* d/control: really build depend on intltool
-- Hector Oron <zumbi@debian.org> Wed, 24 Sep 2014 02:01:59 +0200
bustle (0.4.7-1) unstable; urgency=medium
* New upstream release.
* d/control: bump standards version
* d/control: build depend on haskell gettext
* d/control: build depend on intltool
* d/patches/use-system-usr-prefix.patch: refresh
-- Hector Oron <zumbi@debian.org> Wed, 24 Sep 2014 00:11:06 +0200
bustle (0.4.2-2) unstable; urgency=low
* /usr/share/bustle-0.4.2 -> /usr/share/bustle
-- Louis Bettens <louis@bettens.info> Wed, 31 Jul 2013 17:30:43 +0200
bustle (0.4.2-1) unstable; urgency=low
* [10d8853] Imported Upstream version 0.4.2
- The Makefile now respects the `DESTDIR` variable.
- No more deprecation warnings about `g_thread_create()`!
- We explicitly check for GLib ≥ 2.26.
* [118bcd9] debian/watch: Update to match upstream URL scheme
* [bd39b44] d/control: Check for glib-2.26 per upstream
* [ffc40ed] d/rules: Pass -threaded if we don't have the threaded runtime available
* [9a6ba27] Remove 0001-Makesfile-respect-DESTDIR.patch, applied upstream
and refresh 0002-Use-g_thread_try_new-rather-than-g_thread_create.patch
-- Iain Lane <iain.lane@canonical.com> Mon, 19 Nov 2012 11:10:26 +0000
bustle (0.4.1-1) unstable; urgency=low
* New upstream release.
(Closes: #693215)
* Drop build dep on deprecated haskell-dbus-core.
* Build depend on haskell-pcap-dev.
* Add build-dep-indep on help2man.
* Drop bustle strict dependency on bustle-dbus-monitor.
* Don't use the libghc6* dummy packages but depend on the real ones.
* Don't link the haskell98 package.
* Added myself to debian/copyright and debian/control
-- Hector Oron <zumbi@debian.org> Wed, 14 Nov 2012 12:20:58 +0100
bustle (0.2.5-1) unstable; urgency=low
* New upstream release.
* Update debian/copyright.
-- Chris Lamb <lamby@debian.org> Tue, 28 Jun 2011 19:43:42 +0100
bustle (0.2.4-1) unstable; urgency=low
* New upstream release (Closes: #630979)
* Add Homepage field. (Closes: #630978)
* Bump Standards-Version to 3.9.2.
-- Chris Lamb <lamby@debian.org> Sun, 19 Jun 2011 13:45:10 +0100
bustle (0.2.3-1) unstable; urgency=low
* New upstream release.
* Update Vcs-{Git,Browser}.
* Bump Standards-Version to 3.9.1.
-- Chris Lamb <lamby@debian.org> Sat, 26 Feb 2011 23:18:51 +0000
bustle (0.2.2-1) unstable; urgency=low
* New upstream release (Closes: #587132)
- Add libghc6-glade-dev to Build-Depends.
* Move to dpkg v3 source format.
* Bump Standards-Version to 3.8.4.
-- Chris Lamb <lamby@debian.org> Wed, 30 Jun 2010 14:31:43 +0100
bustle (0.2.1-1) unstable; urgency=low
* New upstream release.
* Bump Standards-Version to 3.8.3.
* Remove extra LICENSE file installed to /usr/share/bustle-$VER.
-- Chris Lamb <lamby@debian.org> Fri, 04 Dec 2009 21:02:14 +0000
bustle (0.2.0-2) unstable; urgency=low
* Update Build-Depends to use Parsec 3. (Closes: #534091)
* Bump Standards-Version to 3.8.2.
-- Chris Lamb <lamby@debian.org> Thu, 25 Jun 2009 12:28:54 +0100
bustle (0.2.0-1) unstable; urgency=low
* New upstream release.
* Update debian/watch.
* Add Suggests: on graphviz and add update long description to reflect
new 'dot' output.
* debian/patches:
- Drop 01-bustle-gdk-events.diff - merged upstream.
- Drop 02-bustle-ambiguous-exception.diff - different fix made upstream.
* Remove quilt patch machinery as we have no local patches.
* Bump Standards-Version to 3.8.1.
* Add manpages for bustle-{count,dot,time}.1.
-- Chris Lamb <lamby@debian.org> Mon, 06 Apr 2009 00:08:14 +0100
bustle (0.1-2) unstable; urgency=low
* Don't call runhaskell; GHCI isn't available on all archs (Closes: #517706)
* Add patches for GHC 6.10 compatibility. (Closes: #518746)
- Bump Build-Depends to ghc6 (>= 6.10)
* Move to more "minimal" debian/rules file.
- Bump Build-Depends on debhelper to 7.0.50 for this feature.
* Update Git repository locations.
-- Chris Lamb <lamby@debian.org> Sun, 08 Mar 2009 04:03:30 +0000
bustle (0.1-1) unstable; urgency=low
* Initial release. (Closes: #511111)
-- Chris Lamb <lamby@debian.org> Thu, 08 Jan 2009 00:03:25 +0000