[Pkg-mol-commits] r26 - in mol-drivers-linux: . debian

Gaudenz Steinlin gaudenz at costa.debian.org
Sat Aug 19 21:08:22 UTC 2006


Author: gaudenz
Date: 2006-08-19 21:08:22 +0000 (Sat, 19 Aug 2006)
New Revision: 26

Added:
   mol-drivers-linux/debian/
   mol-drivers-linux/debian/changelog
   mol-drivers-linux/debian/control
   mol-drivers-linux/debian/copyright
   mol-drivers-linux/debian/dirs
   mol-drivers-linux/debian/lintian.overrides
   mol-drivers-linux/debian/rules
Log:
initial import of mol-drivers-linux


Added: mol-drivers-linux/debian/changelog
===================================================================
--- mol-drivers-linux/debian/changelog	2006-08-19 21:07:32 UTC (rev 25)
+++ mol-drivers-linux/debian/changelog	2006-08-19 21:08:22 UTC (rev 26)
@@ -0,0 +1,57 @@
+mol-drivers-linux (0.9.70+1-1) unstable; urgency=low
+
+  * New upstream release, mainly with an up-to-date build system.
+
+ -- Jens Schmalzing <jensen at debian.org>  Sun, 21 Mar 2004 23:12:12 +0100
+
+mol-drivers-linux (0.9.70-1) unstable; urgency=low
+
+  * Rebuilt the package to get version numbers in sync with the new
+    upstream release.
+  
+  * Added some more cleanup to debian/rules.
+
+ -- Jens Schmalzing <jensen at debian.org>  Sun, 21 Mar 2004 07:47:08 +0100
+
+mol-drivers-linux (0.9.69+20030408-1) unstable; urgency=low
+
+  * Took a snapshot of the rsync tree.
+
+ -- Jens Schmalzing <jensen at debian.org>  Tue,  8 Apr 2003 11:26:01 +0200
+
+mol-drivers-linux (0.9.68-3) unstable; urgency=low
+
+  * Install driver in the location expected by the new version of the main
+    package, conflict with older versions.
+
+ -- Jens Schmalzing <jensen at debian.org>  Tue, 25 Feb 2003 21:32:13 +0100
+
+mol-drivers-linux (0.9.68-2) unstable; urgency=low
+
+  * Depend on correct version of mol, conflict with early version that
+    didn't use separate driver packages.
+
+ -- Jens Schmalzing <jensen at debian.org>  Fri, 24 Jan 2003 09:41:33 +0100
+
+mol-drivers-linux (0.9.68-1) unstable; urgency=low
+
+  * Took a snapshot of the rsync tree.
+
+  * Built the driver from source instead of simply packaging the binary
+    version from the upstream Mac-on-Linux distribution.
+
+ -- Jens Schmalzing <jensen at debian.org>  Tue, 21 Jan 2003 21:14:33 +0100
+
+mol-drivers-linux (0.9.67-2) unstable; urgency=low
+
+  * Added a dependency on mol (>=0.9.67-1) to smooth the upgrade.  Thanks
+    to Matt Burbeck for the suggestion.
+
+ -- Jens Schmalzing <jensen at debian.org>  Wed, 20 Nov 2002 13:43:13 +0900
+
+mol-drivers-linux (0.9.67-1) unstable; urgency=low
+
+  * Initial Release.
+
+ -- Jens Schmalzing <jensen at debian.org>  Fri, 15 Nov 2002 10:48:27 +0900
+

Added: mol-drivers-linux/debian/control
===================================================================
--- mol-drivers-linux/debian/control	2006-08-19 21:07:32 UTC (rev 25)
+++ mol-drivers-linux/debian/control	2006-08-19 21:08:22 UTC (rev 26)
@@ -0,0 +1,22 @@
+Source: mol-drivers-linux
+Section: otherosfs
+Priority: optional
+Maintainer: Jens Schmalzing <jensen at debian.org>
+Build-Depends: debhelper (>> 3.0.0), autoconf, automaken
+Standards-Version: 3.5.8
+
+Package: mol-drivers-linux
+Architecture: powerpc
+Provides: mol-drivers
+Depends: mol (>= 0.9.68+20030225-1)
+Conflicts: mol (<< 0.9.68+20030225-1)
+Description: The Mac-on-Linux emulator - drivers for Linux
+ .
+ Mac-on-Linux is a virtual machine capable of running
+ GNU/Linux, Mac OS and Mac OS X on most Debian/PowerPC
+ machines.  In contrast to an emulator, Mac-on-Linux runs
+ natively on the processor, i.e. it is very fast.
+ .
+ This package contains the drivers needed for running Linux on the
+ virtual machine.  In fact, it provides a minimal OpenFirmware
+ implementation that may also be useful for running other OSes.

Added: mol-drivers-linux/debian/copyright
===================================================================
--- mol-drivers-linux/debian/copyright	2006-08-19 21:07:32 UTC (rev 25)
+++ mol-drivers-linux/debian/copyright	2006-08-19 21:08:22 UTC (rev 26)
@@ -0,0 +1,13 @@
+This package was debianized by Jens Schmalzing <jensen at debian.org> on
+Fri, 15 Nov 2002 10:48:27 +0900.
+
+It was downloaded from http://mol.bkbits.net:8080/of-mol .  A number
+of header files were added from the main Mac-on-Linux source tree.
+
+Upstream Author: Samuel Rydh <samuel at ibrium.se>
+
+Copyright:
+
+mol is covered under the terms of the GPL.  See the file
+/usr/share/common-licenses/GPL for more information.
+

Added: mol-drivers-linux/debian/dirs
===================================================================
--- mol-drivers-linux/debian/dirs	2006-08-19 21:07:32 UTC (rev 25)
+++ mol-drivers-linux/debian/dirs	2006-08-19 21:08:22 UTC (rev 26)
@@ -0,0 +1,2 @@
+usr/share/mol/drivers
+usr/share/lintian/overrides

Added: mol-drivers-linux/debian/lintian.overrides
===================================================================
--- mol-drivers-linux/debian/lintian.overrides	2006-08-19 21:07:32 UTC (rev 25)
+++ mol-drivers-linux/debian/lintian.overrides	2006-08-19 21:08:22 UTC (rev 26)
@@ -0,0 +1,8 @@
+# Mac-on-Linux normally starts up a boot loader, such as the Mac OS
+# ROM file, which in turn loads the operating system of the virtual
+# machine.  Such a boot loader is included with the package and like
+# any boot loader must be statically linked.
+
+# a minimal Open Firmware implementation
+mol-drivers-linux: binary-has-unneeded-section ./usr/share/mol/drivers/of .comment
+mol-drivers-linux: statically-linked-binary ./usr/share/mol/drivers/of

Added: mol-drivers-linux/debian/rules
===================================================================
--- mol-drivers-linux/debian/rules	2006-08-19 21:07:32 UTC (rev 25)
+++ mol-drivers-linux/debian/rules	2006-08-19 21:08:22 UTC (rev 26)
@@ -0,0 +1,77 @@
+#!/usr/bin/make -f
+# 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
+
+# This is the debhelper compatibility version to use.
+export DH_COMPAT=3
+
+INSTALL_DATA	= /usr/bin/install -c -m 644
+
+ifneq (,$(findstring debug,$(DEB_BUILD_OPTIONS)))
+	CFLAGS += -g
+endif
+ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
+	INSTALL_PROGRAM += -s
+endif
+
+configure: configure-stamp
+configure-stamp:
+	dh_testdir
+
+	$(MAKE) .inc-ppc/molversion.h
+
+	touch configure-stamp
+
+build: build-stamp
+
+build-stamp: configure-stamp 
+	dh_testdir
+
+	$(MAKE)
+
+	touch build-stamp
+
+clean:
+	dh_testdir
+	dh_testroot
+
+	-$(MAKE) distclean
+	find . -name Makefile.in -exec rm -f {} \;
+	rm -f configure src/of
+	rm -rf .inc-ppc
+
+	rm -f build-stamp configure-stamp
+
+	dh_clean
+
+install: build
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+	dh_installdirs
+
+	$(INSTALL_DATA) src/of $(CURDIR)/debian/mol-drivers-linux/usr/share/mol/drivers
+	$(INSTALL_DATA) debian/lintian.overrides $(CURDIR)/debian/mol-drivers-linux/usr/share/lintian/overrides/mol-drivers-linux
+
+# 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_installdocs
+	dh_installchangelogs 
+	dh_compress
+	dh_fixperms
+	dh_installdeb
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install configure


Property changes on: mol-drivers-linux/debian/rules
___________________________________________________________________
Name: svn:executable
   + *




More information about the Pkg-mol-commits mailing list