Warning!

Notice: the grml team is migrating from Mercurial to Git.
Please visit git.grml.org instead!

Initial checkin
authorMichael Prokop <mika@grml.org>
Sun May 13 12:35:34 2007 +0200 (18 months ago)
changeset 0dac371562520
manifestdac371562520
child 1e7b591193ec0
tag0.1.0
Initial checkin
0.1-liveshell.jpg
bughunter.jpg
debian/changelog
debian/compat
debian/control
debian/copyright
debian/docs
debian/rules
grml.jpg
grml.ogg
logo.png
Binary file 0.1-liveshell.jpg has changed
Binary file bughunter.jpg has changed
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/debian/changelog Sun May 13 12:35:34 2007 +0200
@@ -0,0 +1,6 @@
+grml-files64 (0.1.0) unstable; urgency=low
+
+ * Initial release.
+
+ -- Michael Prokop <mika@grml.org> Sun, 13 May 2007 12:32:20 +0200
+
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/debian/compat Sun May 13 12:35:34 2007 +0200
@@ -0,0 +1,1 @@
+4
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/debian/control Sun May 13 12:35:34 2007 +0200
@@ -0,0 +1,14 @@
+Source: grml-files64
+Section: grml
+Priority: optional
+Maintainer: Michael Prokop <mika@grml.org>
+Build-Depends: debhelper (>= 4.0.0)
+Standards-Version: 3.7.2
+
+Package: grml-files64
+Architecture: all
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Conflicts: grml-files
+Description: some misc files for grml64
+ This package contains some files which don't
+ fit in the category grml-docs or grml-scripts.
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/debian/copyright Sun May 13 12:35:34 2007 +0200
@@ -0,0 +1,22 @@
+This package was debianized by Michael Prokop <mika@grml.org> on
+Mon, 27 Sep 2004 00:24:33 +0200.
+
+It was downloaded from http://grml.org/
+
+Upstream Author: Michael Prokop <mika@grml.org>
+
+Copyright:
+
+Copyright of files in package grml-files by grml-team.
+
+File effect.ogg has been converted from
+opie-base-fb-1.0.1.1snapshot20030828/sounds/level_up.wav
+
+0.1-os04.jpg - copyright by Daniel K. Gebhart
+0.2-satura.jpg - copyright by Daniel K. Gebhart
+0.3-hustenstopper.jpg - copyright by Armin List
+0.4-eierspass.jpg - copyright by Armin List
+0.5-tokolytika.jpg - copyright by Mark Riedesel
+0.6-winterschlapfn.jpg - copyright by Daniel K. Gebhart
+bughunter.jpg - copyright by Christian Siller
+logo.png - copyright by Michael Prokop
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/debian/rules Sun May 13 12:35:34 2007 +0200
@@ -0,0 +1,59 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+# Sample debian/rules that uses debhelper.
+# GNU copyright 1997 to 1999 by Joey Hess.
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+build: build-stamp
+
+build-stamp:
+ dh_testdir
+ # nroff -man grml.nroff > grml.1
+ # sox effect.wav -r 44100 -c 2 -w effect.ogg polyphase
+ touch build-stamp
+
+clean:
+ dh_testdir
+ dh_testroot
+ rm -f build-stamp
+
+ dh_clean
+
+install: build
+ dh_testdir
+ dh_testroot
+ dh_clean -k
+ dh_installdirs usr/share/grml usr/share/wallpapers
+
+ # Add here commands to install the package into debian/grml-files64.
+ install -m 644 $(CURDIR)/*.jpg $(CURDIR)/debian/grml-files64/usr/share/grml/
+ install -m 644 $(CURDIR)/*.png $(CURDIR)/debian/grml-files64/usr/share/grml/
+ install -m 644 $(CURDIR)/*.ogg $(CURDIR)/debian/grml-files64/usr/share/grml/
+
+# Build architecture-independent files here.
+binary-indep: build install
+# We have nothing to do by default.
+
+# Build architecture-dependent files here.
+binary-arch: build install
+ dh_testdir
+ dh_testroot
+ dh_installchangelogs
+ dh_installdocs
+# dh_installman
+ dh_link /usr/share/grml/0.1-liveshell.jpg /usr/share/grml/desktop.jpg
+ dh_link /usr/share/grml/grml.ogg /usr/share/grml/effect.ogg
+ dh_link /usr/share/grml/desktop.jpg /usr/share/wallpapers/grml.jpg
+ dh_strip
+ dh_compress
+ dh_fixperms
+ dh_installdeb
+ dh_shlibdeps
+ dh_gencontrol
+ dh_md5sums
+ dh_builddeb
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install
Binary file grml.jpg has changed
Binary file grml.ogg has changed
Binary file logo.png has changed