mirror of
https://github.com/Project-OSS-Revival/alien.git
synced 2026-04-24 14:00:17 +00:00
* First release.
This commit is contained in:
2063
debian/changelog
vendored
2063
debian/changelog
vendored
File diff suppressed because it is too large
Load Diff
19
debian/control
vendored
19
debian/control
vendored
@@ -1,19 +1,16 @@
|
||||
Source: alien
|
||||
Source: apt-src
|
||||
Section: admin
|
||||
Priority: optional
|
||||
Build-Depends-Indep: debhelper (>= 4), dpkg-dev (>= 1.9.0)
|
||||
Maintainer: Joey Hess <joeyh@debian.org>
|
||||
Standards-Version: 3.5.6.1
|
||||
|
||||
Package: alien
|
||||
Package: apt-src
|
||||
Architecture: all
|
||||
Section: admin
|
||||
Depends: debhelper (>= 3), ${misc:Depends}, ${perl:Depends}, rpm (>= 2.4.4-2), dpkg-dev, make, cpio
|
||||
Suggests: patch, bzip2, lsb-rpm, lintian
|
||||
Description: install non-native packages with dpkg
|
||||
Alien allows you to convert LSB, Red Hat, Stampede and Slackware Packages
|
||||
into Debian packages, which can be installed with dpkg.
|
||||
.
|
||||
It can also generate packages of any of the other formats.
|
||||
.
|
||||
This is a tool only suitable for binary packages.
|
||||
Depends: libapt-pkg-perl, dpkg-dev, apt, ${misc:Depends}, ${perl:Depends}
|
||||
Description: manage debian source packages
|
||||
apt-src is a command line interface for downloading, installing, upgrading,
|
||||
and tracking debian source packages. It can be run as a normal user, or as
|
||||
root. If you want a convenient way to track updates to packages while
|
||||
preserving your local modifications, this is a way to do that.
|
||||
|
||||
13
debian/copyright
vendored
13
debian/copyright
vendored
@@ -1,12 +1,3 @@
|
||||
This is a package originally written by Christoph Lameter
|
||||
<clameter@debian.org>.
|
||||
apt-src was written by Joey Hess <joeyh@debian.org>.
|
||||
|
||||
Deb to rpm conversion code was taken from the Martian program by
|
||||
Randolph Chung <rc42@cornell.edu>.
|
||||
|
||||
The Solaris pkg code was written by Mark A. Hershberger
|
||||
<mah@everybody.org>.
|
||||
|
||||
This package is now maintained by Joey Hess <joeyh@debian.org>.
|
||||
|
||||
Copyright: Most recent version of the GPL.
|
||||
Copyright: GPL 2 or above
|
||||
|
||||
22
debian/rules
vendored
22
debian/rules
vendored
@@ -3,7 +3,7 @@
|
||||
build: build-stamp
|
||||
build-stamp:
|
||||
dh_testdir
|
||||
perl Makefile.PL
|
||||
perl Makefile.PL INSTALLDIRS=vendor
|
||||
$(MAKE)
|
||||
touch build-stamp
|
||||
|
||||
@@ -21,13 +21,8 @@ binary-indep: build
|
||||
dh_testdir
|
||||
dh_testroot
|
||||
dh_clean -k
|
||||
$(MAKE) pure_install INSTALLDIRS=vendor \
|
||||
PREFIX=$(shell pwd)/debian/alien/$(shell perl -MConfig -e 'print $$Config{prefix}') \
|
||||
VARPREFIX=$(shell pwd)/debian/alien
|
||||
# Why does it make this empty directory? Sigh.
|
||||
rm -rf debian/alien/usr/lib
|
||||
dh_installdocs README gendiff.txt
|
||||
dh_installexamples
|
||||
$(MAKE) install PREFIX=`pwd`/debian/apt-src/usr
|
||||
dh_installdocs
|
||||
dh_installchangelogs
|
||||
dh_compress
|
||||
dh_fixperms
|
||||
@@ -37,16 +32,5 @@ binary-indep: build
|
||||
dh_md5sums
|
||||
dh_builddeb
|
||||
|
||||
VERSION=$(shell expr "`dpkg-parsechangelog 2>/dev/null |grep Version:`" : '.*Version: \(.*\)')
|
||||
|
||||
# Update the web page. Not intended for use by anyone except the author.
|
||||
installhook:
|
||||
cp debian/changelog /home/pub/programs/alien/CHANGES
|
||||
echo -n $(VERSION) > /home/pub/programs/alien/LATEST-VERSION-IS
|
||||
rm /home/ftp/pub/code/alien/* || true
|
||||
cd /home/ftp/pub/code/alien; \
|
||||
ln -sf ../debian/alien_$(VERSION).tar.gz alien_$(VERSION).tar.gz; \
|
||||
ln -sf ../debian/alien_$(VERSION).tar.gz alien.tar.gz
|
||||
|
||||
binary: binary-indep binary-arch
|
||||
.PHONY: build clean binary-indep binary-arch binary
|
||||
|
||||
Reference in New Issue
Block a user