mirror of
https://github.com/Project-OSS-Revival/alien.git
synced 2026-04-24 14:00:17 +00:00
127 lines
3.5 KiB
Diff
127 lines
3.5 KiB
Diff
--- applix-4.2.orig/debian/changelog
|
|
+++ applix-4.2/debian/changelog
|
|
@@ -0,0 +1,9 @@
|
|
+applix (4.2-2) unstable; urgency=low
|
|
+
|
|
+ * Converted from RPM binary format to debian
|
|
+
|
|
+ -- Joey Hess <joey@kite.ml.org> Fri, 31 Jan 1997 22:50:29 -0500
|
|
+
|
|
+Local variables:
|
|
+mode: debian-changelog
|
|
+End:
|
|
--- applix-4.2.orig/debian/control
|
|
+++ applix-4.2/debian/control
|
|
@@ -0,0 +1,12 @@
|
|
+Source: applix
|
|
+Section: unknown
|
|
+Priority: extra
|
|
+Maintainer: Joey Hess <joey@kite.ml.org>
|
|
+Standards-Version: 2.1.1.0
|
|
+
|
|
+Package: applix
|
|
+Architecture: i386
|
|
+Depends: ${shlibs:Depends}
|
|
+Description: A Complete X Windows based Office Suite
|
|
+ Redhat's Applixware, a Office Suite for X.
|
|
+ This is a Converted RPM package.
|
|
--- applix-4.2.orig/debian/copyright
|
|
+++ applix-4.2/debian/copyright
|
|
@@ -0,0 +1,15 @@
|
|
+This package was debianized by the alien program by converting
|
|
+a binary RPM Package on Fri, 31 Jan 1997 22:50:29 -0500.
|
|
+
|
|
+Copyright: Commercial software. Do not distribute.
|
|
+
|
|
+Information from the binary Package:
|
|
+Name : applix Distribution: Red Hat Linux Rembrandt
|
|
+Version : 4.2 Vendor: Red Hat Software
|
|
+Release : 2 Build Date: Wed Jul 03 12:13:21 1996
|
|
+Install date: (none) Build Host: porky.redhat.com
|
|
+Group : X11/Applications Source RPM: applix-4.2-2.src.rpm
|
|
+Size : 150073902
|
|
+Summary : (none)
|
|
+Description :
|
|
+A Complete X Windows based Office Suite
|
|
--- applix-4.2.orig/debian/rules
|
|
+++ applix-4.2/debian/rules
|
|
@@ -0,0 +1,57 @@
|
|
+#!/usr/bin/make -f
|
|
+#
|
|
+# This is a special rules files for handling alien or binary packages
|
|
+# Christoph Lameter, October 30, 1996
|
|
+
|
|
+package=applix
|
|
+
|
|
+debian/build:
|
|
+ $(checkdir)
|
|
+ touch debian/build
|
|
+
|
|
+clean:
|
|
+ $(checkdir)
|
|
+ -rm -f debian/build
|
|
+ -rm -rf *~ debian/tmp debian/*~ debian/files*
|
|
+
|
|
+binary-indep: checkroot debian/build
|
|
+ $(checkdir)
|
|
+# There are no architecture-independent files to be uploaded
|
|
+# generated by this package. If there were any they would be
|
|
+# made here.
|
|
+
|
|
+binary-arch: checkroot debian/build
|
|
+ $(checkdir)
|
|
+ -rm -rf debian/tmp
|
|
+# Install binary package
|
|
+ install -d debian/tmp
|
|
+ install -d debian/tmp/usr/X11R6/bin
|
|
+ install opt/bin/applix debian/tmp/usr/X11R6/bin
|
|
+ install -d debian/tmp/usr/X11R6/lib/X11
|
|
+ # Moving the files like this is a little nasty, but this way we
|
|
+ # need far less disk space to build the package..
|
|
+ mv opt/applix debian/tmp/usr/X11R6/lib/X11
|
|
+ chmod +rx debian/tmp/usr/X11R6/lib/X11/applix
|
|
+ debstd
|
|
+ dpkg-gencontrol
|
|
+ dpkg --build debian/tmp ..
|
|
+ mv debian/tmp//usr/X11R6/lib/X11/applix opt
|
|
+
|
|
+define checkdir
|
|
+ test -f debian/rules
|
|
+endef
|
|
+
|
|
+# Below here is fairly generic really
|
|
+
|
|
+binary: binary-indep binary-arch
|
|
+
|
|
+build: debian/build
|
|
+
|
|
+source diff:
|
|
+ @echo >&2 'source and diff are obsolete - use dpkg-source -b'; false
|
|
+
|
|
+checkroot:
|
|
+ $(checkdir)
|
|
+ test root = "`whoami`"
|
|
+
|
|
+.PHONY: binary binary-arch binary-indep clean checkroot
|
|
--- applix-4.2.orig/debian/README.debian
|
|
+++ applix-4.2/debian/README.debian
|
|
@@ -0,0 +1,7 @@
|
|
+This is a converted RPM package.
|
|
+
|
|
+I decided to move the files out of /opt, since debian doesn't have an /opt
|
|
+yet. If the applix manual talks about files in /opt, look in
|
|
+/usr/X11R6/lib/X11/applix, instead.
|
|
+
|
|
+-- Joey Hess
|
|
--- applix-4.2.orig/debian/menu
|
|
+++ applix-4.2/debian/menu
|
|
@@ -0,0 +1 @@
|
|
+x11 Apps/Editors applix none "Applixware" applix
|
|
--- applix-4.2.orig/opt/bin/applix
|
|
+++ applix-4.2/opt/bin/applix
|
|
@@ -1,3 +1,3 @@
|
|
#!/bin/sh
|
|
|
|
-/opt/applix/applix $*
|
|
+/usr/X11R6/lib/X11/applix/applix $*
|