mirror of
https://github.com/Project-OSS-Revival/alien.git
synced 2026-04-24 14:00:17 +00:00
Initial revision
This commit is contained in:
114
patches/axfont_4.4.1-13.diff
Normal file
114
patches/axfont_4.4.1-13.diff
Normal file
@@ -0,0 +1,114 @@
|
||||
--- axfont-4.4.1.orig/debian/changelog
|
||||
+++ axfont-4.4.1/debian/changelog
|
||||
@@ -0,0 +1,9 @@
|
||||
+axfont (4.4.1-14) unstable; urgency=low
|
||||
+
|
||||
+ * Converted from RPM binary format to debian.
|
||||
+
|
||||
+ -- Joey Hess <joey@kitenet.net> Wed, 7 Apr 1999 20:34:59 -0700
|
||||
+
|
||||
+Local variables:
|
||||
+mode: debian-changelog
|
||||
+End:
|
||||
--- axfont-4.4.1.orig/debian/control
|
||||
+++ axfont-4.4.1/debian/control
|
||||
@@ -0,0 +1,10 @@
|
||||
+Source: axfont
|
||||
+Section: alien
|
||||
+Priority: extra
|
||||
+Maintainer: Joey Hess <joey@kitenet.net>
|
||||
+
|
||||
+Package: axfont
|
||||
+Architecture: i386
|
||||
+Depends: ${shlibs:Depends}
|
||||
+Description: Applixware Fonts
|
||||
+ This package contains the fonts for Applixware Office.
|
||||
--- axfont-4.4.1.orig/debian/copyright
|
||||
+++ axfont-4.4.1/debian/copyright
|
||||
@@ -0,0 +1,21 @@
|
||||
+This package was debianized by the alien program by converting
|
||||
+a binary RPM Package on Wed, 7 Apr 1999 20:34:59 -0700.
|
||||
+
|
||||
+Copyright: 1990-1998 Applix, Inc.
|
||||
+
|
||||
+Information from the binary Package:
|
||||
+Name : axfont Distribution: SuSE Linux 6.0-BETA (i386)
|
||||
+Version : 4.4.1 Vendor: SuSE GmbH, Nuernberg, Germany
|
||||
+Release : 13 Build Date: Tue Dec 1 01:36:41 1998
|
||||
+Install date: (not installed) Build Host: neumann.suse.de
|
||||
+Group : unsorted Source RPM: axbase-4.4.1-13.src.rpm
|
||||
+Size : 17723034 License: 1990-1998 Applix, Inc.
|
||||
+Packager : feedback@suse.de
|
||||
+Summary : Applixware Fonts
|
||||
+Description :
|
||||
+This package contains the fonts for Applixware Office.
|
||||
+
|
||||
+Authors:
|
||||
+--------
|
||||
+ Eric Ding <ericding@applix.com>
|
||||
+
|
||||
--- axfont-4.4.1.orig/debian/rules
|
||||
+++ axfont-4.4.1/debian/rules
|
||||
@@ -0,0 +1,55 @@
|
||||
+#!/usr/bin/make -f
|
||||
+# debian/rules that uses debhelper and alien
|
||||
+# GNU copyright 1997 by Joey Hess.
|
||||
+
|
||||
+# Uncomment this to turn on verbose mode.
|
||||
+#export DH_VERBOSE=1
|
||||
+
|
||||
+build:
|
||||
+ dh_testdir
|
||||
+ # Nothing to do.
|
||||
+
|
||||
+clean:
|
||||
+ dh_testdir
|
||||
+ dh_testroot
|
||||
+ dh_clean
|
||||
+
|
||||
+# Build architecture-independent files here.
|
||||
+binary-indep: build
|
||||
+# We have nothing to do by default.
|
||||
+
|
||||
+# Build architecture-dependent files here.
|
||||
+binary-arch: build
|
||||
+# dh_testversion
|
||||
+ dh_testdir
|
||||
+ dh_testroot
|
||||
+ dh_clean -k
|
||||
+ dh_installdirs
|
||||
+ install -d debian/tmp/usr/X11R6/lib/X11
|
||||
+ cp -a opt/* debian/tmp/usr/X11R6/lib/X11
|
||||
+ # These cause applix to crash.
|
||||
+ rm -rf debian/tmp/usr/X11R6/lib/X11/applix/axdata/fontmetrics/gallium
|
||||
+ dh_installdocs
|
||||
+ dh_installexamples
|
||||
+ dh_installmenu
|
||||
+# dh_installinit
|
||||
+ dh_installcron
|
||||
+# dh_installmanpages
|
||||
+# dh_undocumented
|
||||
+ dh_installchangelogs
|
||||
+# dh_strip
|
||||
+ dh_compress
|
||||
+ dh_fixperms
|
||||
+ dh_suidregister
|
||||
+ dh_installdeb
|
||||
+ -dh_shlibdeps
|
||||
+ dh_gencontrol
|
||||
+ dh_makeshlibs
|
||||
+ dh_md5sums
|
||||
+ dh_builddeb
|
||||
+
|
||||
+source diff:
|
||||
+ @echo >&2 'source and diff are obsolete - use dpkg-source -b'; false
|
||||
+
|
||||
+binary: binary-indep binary-arch
|
||||
+.PHONY: build clean binary-indep binary-arch binary
|
||||
--- axfont-4.4.1.orig/debian/README.Debian
|
||||
+++ axfont-4.4.1/debian/README.Debian
|
||||
@@ -0,0 +1,4 @@
|
||||
+Note that the truetype fonts have been removed from this package because
|
||||
+they cause applix to crash for some reason.
|
||||
+
|
||||
+-- Joey Hess
|
||||
Reference in New Issue
Block a user