* Now FHS compliant. But the packages it builds will probably not be..

This commit is contained in:
joey
1999-09-06 21:29:23 +00:00
parent 4f5b63ee13
commit 046afb14d4
5 changed files with 23 additions and 13 deletions

View File

@@ -22,8 +22,8 @@ install:
cp -f patches/* $(DESTDIR)/$(PREFIX)/lib/alien/patches/ cp -f patches/* $(DESTDIR)/$(PREFIX)/lib/alien/patches/
-rm -f $(DESTDIR)/$(PREFIX)/lib/alien/patches/*.gz -rm -f $(DESTDIR)/$(PREFIX)/lib/alien/patches/*.gz
gzip -qf9 $(DESTDIR)/$(PREFIX)/lib/alien/patches/* gzip -qf9 $(DESTDIR)/$(PREFIX)/lib/alien/patches/*
install -d $(DESTDIR)/$(PREFIX)/man/man1 install -d $(DESTDIR)/$(PREFIX)/share/man/man1
cp -f alien.1 $(DESTDIR)/$(PREFIX)/man/man1 cp -f alien.1 $(DESTDIR)/$(PREFIX)/share/man/man1
# This updates the version number in various files. # This updates the version number in various files.
version: version:

6
debian/changelog vendored
View File

@@ -1,3 +1,9 @@
alien (6.47) unstable; urgency=low
* Now FHS compliant. But the packages it builds will probably not be..
-- Joey Hess <joeyh@master.debian.org> Mon, 6 Sep 1999 14:25:01 -0700
alien (6.46) unstable; urgency=low alien (6.46) unstable; urgency=low
* Fixed alien.slp file generation. * Fixed alien.slp file generation.

18
debian/control vendored
View File

@@ -1,14 +1,18 @@
Source: alien Source: alien
Section: admin Section: admin
Priority: extra Priority: extra
Maintainer: Christoph Lameter <clameter@waterf.org> Maintainer: Joey Hess <joeyh@master.debian.org>
Standards-Version: 2.1.2.2 Standards-Version: 3.0.1.1
Package: alien Package: alien
Architecture: all Architecture: all
Section: admin Section: admin
Depends: debmake Depends: debhelper (>= 0.88), perl5 | perl (>= 5.004), rpm (>= 2.4.4-2), dpkg-dev, make, cpio
Recommends: rpm Suggests: patch, bzip2
Description: Install RedHat and Slackware Packages with dpkg. Description: Install Red Hat, Stampede, and Slackware Packages with dpkg.
Allows the integration of packages from other sources (Red Hat, Slackware etc) Alien allows you to convert Red Hat, Stampede and Slackware Packages into
called "Aliens". This is a tool only suitable for binary packages. Debian packages, which can be installed with dpkg.
.
It can also convert into Slackware, Red Hat, and Stampede packages.
.
This is a tool only suitable for binary packages.

View File

@@ -58,7 +58,7 @@ sub GetFields { my ($self,$file)=@_;
$i++; $i++;
} }
$fields{COPYRIGHT}="see /usr/doc/$fields{NAME}/copyright"; $fields{COPYRIGHT}="see /usr/share/doc/$fields{NAME}/copyright";
$fields{GROUP}="unknown" if (!$fields{GROUP}); $fields{GROUP}="unknown" if (!$fields{GROUP});
$fields{DISTRIBUTION}="Debian"; $fields{DISTRIBUTION}="Debian";
if ($fields{VERSION} =~ /(.+)-(.+)/) { if ($fields{VERSION} =~ /(.+)-(.+)/) {

View File

@@ -15,8 +15,8 @@
echo "Copying .odbc.ini to $HOME" echo "Copying .odbc.ini to $HOME"
- test -f /usr/doc/packages/axbase/.odbc.ini && \ - test -f /usr/doc/packages/axbase/.odbc.ini && \
- cp /usr/doc/packages/axbase/.odbc.ini ${HOME}/.odbc.ini - cp /usr/doc/packages/axbase/.odbc.ini ${HOME}/.odbc.ini
+ test -f /usr/doc/axbase/.odbc.ini && \ + test -f /usr/share/doc/axbase/.odbc.ini && \
+ cp /usr/doc/axbase/.odbc.ini ${HOME}/.odbc.ini + cp /usr/share/doc/axbase/.odbc.ini ${HOME}/.odbc.ini
fi fi
# #
@@ -147,4 +147,4 @@
--- axbase-4.4.1.orig/debian/menu --- axbase-4.4.1.orig/debian/menu
+++ axbase-4.4.1/debian/menu +++ axbase-4.4.1/debian/menu
@@ -0,0 +1 @@ @@ -0,0 +1 @@
+?package(applix):needs="x11" section="Apps/Editors" title="Applixware" command="applixware" +?package(axbase):needs="x11" section="Apps/Editors" title="Applixware" command="applixware"