[Blends-commit] [SCM] fun branch, master, updated. 2ceed8eab8ded64f850b1a033b20b4ffe78821fb

Andreas Tille tille at debian.org
Sun Mar 31 18:01:43 UTC 2013


The following commit has been merged in the master branch:
commit 2ceed8eab8ded64f850b1a033b20b4ffe78821fb
Author: Andreas Tille <tille at debian.org>
Date:   Sun Mar 31 19:58:20 2013 +0200

    Create files needed for metapackage creation as well as autogenerated control and tasks file

diff --git a/Makefile b/Makefile
new file mode 100755
index 0000000..e05adcc
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,13 @@
+#!/usr/bin/make -f
+
+BLENDMAKEFILE=/usr/share/blends-dev/Makefile
+
+CheckBLENDMakefile := $(shell if [ -e $(BLENDMAKEFILE) ] ; then echo 1 ; else echo 0 ; fi)
+ifeq ($(CheckBLENDMakefile),1)
+    include $(BLENDMAKEFILE)
+else
+    err := $(shell echo "$(BLENDMAKEFILE) is missing.  Please install blends-dev package!")
+endif
+
+dummy:
+	@echo $(err)
diff --git a/debian-fun-tasks.desc b/debian-fun-tasks.desc
new file mode 100644
index 0000000..154b753
--- /dev/null
+++ b/debian-fun-tasks.desc
@@ -0,0 +1,203 @@
+Task: fun-cookies
+Section: debian-fun
+Description: Have some fun with fortune cookies
+ Here you can find all fortune cookie packages inside Debian
+ to have some fun with Debian.
+Relevance: 10
+Key: 
+ fun-cookies
+Packages: list
+ fortune-mod
+ fortunes
+ fortunes-bofh-excuses
+ fortunes-de
+ fortunes-debian-hints
+ fortunes-eo-ascii
+ fortunes-eo-iso3
+ fortunes-es
+ fortunes-ga
+ fortunes-it
+ fortunes-mario
+ fortunes-min
+ fortunes-pl
+ fortune-zh
+ fortunes-bg
+ fortunes-br
+ fortunes-cs
+ fortunes-eo
+ fortunes-fr
+ fortunes-ru
+
+Task: fun-definitions
+Section: debian-fun
+Description: Examples for definition lists in descriptions
+ Here some new techniques are tested - currently the
+ markdown formatting is tested.  This task contains some
+ examples of definition lists.
+Relevance: 10
+Key: 
+ fun-definitions
+Packages: list
+ glam2
+ cvsutils
+ flim
+ fontforge
+ gitpkg
+ gnus-bonus-el
+ jigit
+ josm-plugins
+ joystick
+ kicad
+ kipi-plugins
+ hugin-tools
+ gigtools
+ lbdb
+ lcdf-typetools
+ ike-scan
+ jifty
+ dvb-apps
+
+Task: fun-enumerations
+Section: debian-fun
+Description: Examples for enumerations in descriptions
+ Here some new techniques are tested - currently the
+ markdown formatting is tested.  This task provides examples
+ for Enumerations in descriptions.
+Relevance: 10
+Key: 
+ fun-enumerations
+Packages: list
+ developers-reference
+ flamethrower
+
+Task: fun-fun-with-markdown
+Section: debian-fun
+Description: Some unclassified problematic descriptions
+ Here some new techniques are tested - currently the
+ new database query method is tested
+Relevance: 10
+Key: 
+ fun-fun-with-markdown
+Packages: list
+ libapache-dbi-perl
+ cli-common
+ finch
+ js2-mode
+ amsynth
+ apg
+
+Task: fun-grandfathers
+Section: debian-fun
+Description: Accessibility features for potential grandfathers
+ This is a pure fun task refering to
+   http://lists.debian.org/debian-project/2008/04/msg00000.html
+Relevance: 10
+Key: 
+ fun-grandfathers
+Packages: list
+ gnome-accessibility-themes
+ gnome-orca
+ gnome-mag
+
+Task: fun-italic
+Section: debian-fun
+Description: Examples for definition markdown italics formatting
+ Here some new techniques are tested - currently the
+ markdown formatting is tested.  This task contains some
+ examples of italics formatting.
+ .
+ Packages listed as "Depends" seem to have a problem, packages
+ listed as "Suggests" are rather an enhancement than a problem.
+ .
+ Some translations (for instance German bhl do better than the
+ original text)
+Relevance: 10
+Key: 
+ fun-italic
+Packages: list
+ alltray
+ bhl
+ dis51
+ flip
+ ghemical
+ js2-mode
+
+Task: fun-oldddtp
+Section: debian-fun
+Description: Pachages with outdated translations
+ Here some packages are tested which have DDTP translations but for older
+ versions which are hidden by new sentinel code.
+Relevance: 10
+Key: 
+ fun-oldddtp
+Packages: list
+ njplot
+
+Task: fun-overlong
+Section: debian-fun
+Description: Examples for way to long descriptions
+ This page contains some bad examples for descriptions
+ which were much longer than acceptable
+Relevance: 10
+Key: 
+ fun-overlong
+Packages: list
+ emacs-goodies-el
+
+Task: fun-screenshots
+Section: debian-fun
+Description: Packages featuring several screenshots
+ Here some packages are tested which are featuring more than
+ five screenshots.
+Relevance: 10
+Key: 
+ fun-screenshots
+Packages: list
+ smc
+ dia
+ couchdb
+
+Task: fun-verbose_without_reason
+Section: debian-fun
+Description: Some long descriptions which are verbose without reason
+ Here some new techniques are tested - currently the
+ markdown formatting is tested.  This task contains those
+ packages which just feature broken indentation because of using
+ at least two spaces in the beginning of each line without any
+ reason - or for a wrong reason when a list was intended.
+Relevance: 10
+Key: 
+ fun-verbose_without_reason
+Packages: list
+ funcoeszz
+ gnugk
+
+Task: fun-works
+Section: debian-fun
+Description: Descriptions which are working with markdown
+ Here some new techniques are tested - currently the
+ markdown formatting is tested.  These packages are
+ random positive examples.
+ .
+ The preformatting in Python seems to work for airport-utils
+ even if the perl code as suggested at
+ http://lists.debian.org/debian-devel/2009/04/msg00712.html
+ leads to a second level list in the last item.
+ .
+ The description of geordi requires masking the a '#' in
+ the first column.  It is rendered on this page as well to
+ make sure everything works as expected.
+ .
+ Check whether non-ASCI characters in descriptions are working
+ (ggz-python-games)
+Relevance: 10
+Key: 
+ fun-works
+Packages: list
+ airport-utils
+ crash
+ alsa-utils
+ ftp-proxy
+ global
+ lam-runtime
+
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..1b184a0
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+debian-fun (0.0.1) unstable; urgency=low
+
+ * Never intended to be released
+
+ -- Andreas Tille <tille at debian.org>  Mon, 01 Apr 2013 00:00:17 +0200
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..ec63514
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..7f25140
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,139 @@
+# This file is autogenerated via make -f debian/rules dist.  Do not edit!
+Source: debian-fun
+Section: misc
+Priority: extra
+Maintainer: Somebody who wants to have fun with blends stuff <tille at debian.org>
+Build-Depends-Indep: blends-dev (>= 0.6.16.2)
+Standards-Version: 3.9.3
+Vcs-Browser: http://git.debian.org/?p=blends/fun.git;a=summary
+Vcs-Git: git://git.debian.org/blends/fun.git
+Homepage: http://blends.alioth.debian.org/fun
+
+Package: fun-tasks
+Architecture: all
+Depends: tasksel
+Description: Debian Fun tasks for tasksel
+ This package provides funny tasks in tasksel.
+
+
+Package: fun-cookies
+Architecture: all
+Depends: fun-tasks (= ${binary:Version})
+Recommends: fortune-mod, fortune-zh, fortunes, fortunes-bg, fortunes-bofh-excuses, fortunes-br, fortunes-cs, fortunes-de, fortunes-debian-hints, fortunes-eo, fortunes-eo-ascii, fortunes-eo-iso3, fortunes-es, fortunes-fr, fortunes-ga, fortunes-it, fortunes-mario, fortunes-min, fortunes-pl, fortunes-ru
+Suggests: fortunes-es-off, fortunes-it-off, fortunes-off
+Description: Have some fun with fortune cookies
+ Here you can find all fortune cookie packages inside Debian
+ to have some fun with Debian.
+
+Package: fun-definitions
+Architecture: all
+Depends: fun-tasks (= ${binary:Version})
+Recommends: cvsutils, dvb-apps, flim, fontforge, gigtools, gitpkg, glam2, gnus-bonus-el, hugin-tools, ike-scan, jifty, jigit, josm-plugins, joystick, kicad, kipi-plugins, lbdb, lcdf-typetools
+Suggests: casu, gatos, isdnutils, libbttracker-utils
+Description: Examples for definition lists in descriptions
+ Here some new techniques are tested - currently the
+ markdown formatting is tested.  This task contains some
+ examples of definition lists.
+
+Package: fun-enumerations
+Architecture: all
+Depends: fun-tasks (= ${binary:Version})
+Recommends: developers-reference, flamethrower
+Description: Examples for enumerations in descriptions
+ Here some new techniques are tested - currently the
+ markdown formatting is tested.  This task provides examples
+ for Enumerations in descriptions.
+
+Package: fun-fun-with-markdown
+Architecture: all
+Depends: fun-tasks (= ${binary:Version})
+Recommends: amsynth, apg, cli-common, finch, js2-mode, libapache-dbi-perl
+Suggests: alsa-firmware-loaders, another-non-existing-package, fantasdic, further-non-existing-package, gdesklets-data, gimageview, grib-api, irssi-plugin-otr, libbitcollider-dev, libbitcollider1, liburcu, non-existing-package
+Description: Some unclassified problematic descriptions
+ Here some new techniques are tested - currently the
+ new database query method is tested
+
+Package: fun-grandfathers
+Architecture: all
+Depends: fun-tasks (= ${binary:Version})
+Recommends: gnome-accessibility-themes, gnome-mag, gnome-orca
+Suggests: libgail-gnome-module
+Description: Accessibility features for potential grandfathers
+ This is a pure fun task refering to
+   http://lists.debian.org/debian-project/2008/04/msg00000.html
+
+Package: fun-italic
+Architecture: all
+Depends: fun-tasks (= ${binary:Version})
+Recommends: alltray, bhl, dis51, flip, ghemical, js2-mode
+Suggests: aolserver4-core-4.5.1, apache2-prefork-dev, apache2.2-common, bbdb, bochs-svga, calibre, cl-trivial-gray-streams, cli-uno-bridge, crashme, dbench, dctc, foomatic-filters-ppds, gfs-tools, gfs2-tools, killer, latrine, libclass-prototyped-perl
+Description: Examples for definition markdown italics formatting
+ Here some new techniques are tested - currently the
+ markdown formatting is tested.  This task contains some
+ examples of italics formatting.
+ .
+ Packages listed as "Depends" seem to have a problem, packages
+ listed as "Suggests" are rather an enhancement than a problem.
+ .
+ Some translations (for instance German bhl do better than the
+ original text)
+
+Package: fun-oldddtp
+Architecture: all
+Depends: fun-tasks (= ${binary:Version})
+Recommends: njplot
+Description: Pachages with outdated translations
+ Here some packages are tested which have DDTP translations but for older
+ versions which are hidden by new sentinel code.
+
+Package: fun-overlong
+Architecture: all
+Depends: fun-tasks (= ${binary:Version})
+Recommends: emacs-goodies-el
+Description: Examples for way to long descriptions
+ This page contains some bad examples for descriptions
+ which were much longer than acceptable
+
+Package: fun-screenshots
+Architecture: all
+Depends: fun-tasks (= ${binary:Version})
+Recommends: couchdb, dia, smc
+Suggests: gnome-utils, msttcorefonts, ttf-indic-fonts-core
+Description: Packages featuring several screenshots
+ Here some packages are tested which are featuring more than
+ five screenshots.
+
+Package: fun-verbose_without_reason
+Architecture: all
+Depends: fun-tasks (= ${binary:Version})
+Recommends: funcoeszz, gnugk
+Suggests: balazar, libbobcat2
+Description: Some long descriptions which are verbose without reason
+ Here some new techniques are tested - currently the
+ markdown formatting is tested.  This task contains those
+ packages which just feature broken indentation because of using
+ at least two spaces in the beginning of each line without any
+ reason - or for a wrong reason when a list was intended.
+
+Package: fun-works
+Architecture: all
+Depends: fun-tasks (= ${binary:Version})
+Recommends: airport-utils, alsa-utils, crash, ftp-proxy, global, lam-runtime
+Suggests: acidlab, ccmalloc, geordi, ggz-python-games, libapache2-modxslt
+Description: Descriptions which are working with markdown
+ Here some new techniques are tested - currently the
+ markdown formatting is tested.  These packages are
+ random positive examples.
+ .
+ The preformatting in Python seems to work for airport-utils
+ even if the perl code as suggested at
+ http://lists.debian.org/debian-devel/2009/04/msg00712.html
+ leads to a second level list in the last item.
+ .
+ The description of geordi requires masking the a '#' in
+ the first column.  It is rendered on this page as well to
+ make sure everything works as expected.
+ .
+ Check whether non-ASCI characters in descriptions are working
+ (ggz-python-games)
+
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..908ab44
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,3 @@
+#!/usr/bin/make -f
+
+include /usr/share/blends-dev/rules

-- 
Debian Fun Blend



More information about the Blends-commit mailing list