mirror of
https://github.com/Project-OSS-Revival/alien.git
synced 2026-04-24 14:00:17 +00:00
Removed debian directory from imported sources https://salsa.debian.org/debian/alien
This commit is contained in:
2816
debian/changelog
vendored
2816
debian/changelog
vendored
File diff suppressed because it is too large
Load Diff
29
debian/control
vendored
29
debian/control
vendored
@@ -1,29 +0,0 @@
|
|||||||
Source: alien
|
|
||||||
Section: admin
|
|
||||||
Priority: optional
|
|
||||||
Build-Depends: debhelper-compat (= 13)
|
|
||||||
Maintainer: Debian QA Group <packages@qa.debian.org>
|
|
||||||
Standards-Version: 4.6.2
|
|
||||||
Rules-Requires-Root: no
|
|
||||||
Vcs-Git: https://salsa.debian.org/debian/alien.git
|
|
||||||
Vcs-Browser: https://salsa.debian.org/debian/alien
|
|
||||||
Homepage: http://kitenet.net/~joey/code/alien/
|
|
||||||
|
|
||||||
Package: alien
|
|
||||||
Architecture: all
|
|
||||||
Depends: debhelper (>= 10),
|
|
||||||
${misc:Depends},
|
|
||||||
${perl:Depends},
|
|
||||||
rpm,
|
|
||||||
dpkg-dev,
|
|
||||||
make,
|
|
||||||
cpio,
|
|
||||||
rpm2cpio
|
|
||||||
Suggests: patch, bzip2, lintian, lzma
|
|
||||||
Description: convert and install rpm and other packages
|
|
||||||
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.
|
|
||||||
34
debian/copyright
vendored
34
debian/copyright
vendored
@@ -1,34 +0,0 @@
|
|||||||
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
|
|
||||||
Source: native package
|
|
||||||
|
|
||||||
Files: *
|
|
||||||
Copyright: 1996-1997 Christoph Lameter <clameter@debian.org>
|
|
||||||
1997 Randolph Chung <rc42@cornell.edu>
|
|
||||||
2001 Mark A. Hershberger <mah@everybody.org>
|
|
||||||
1997-2011 Joey Hess <joeyh@debian.org>
|
|
||||||
License: GPL-2+
|
|
||||||
|
|
||||||
Files: debian/*
|
|
||||||
Copyright: 1996-1997 Christoph Lameter <clameter@debian.org>
|
|
||||||
1997 Randolph Chung <rc42@cornell.edu>
|
|
||||||
2001 Mark A. Hershberger <mah@everybody.org>
|
|
||||||
1997-2011 Joey Hess <joeyh@debian.org>
|
|
||||||
2015 Fabiano Antunes <fabianoantunes@itgen.com.br>
|
|
||||||
License: GPL-2+
|
|
||||||
|
|
||||||
License: GPL-2+
|
|
||||||
This package is free software; you can redistribute it and/or modify
|
|
||||||
it under the terms of the GNU General Public License as published by
|
|
||||||
the Free Software Foundation; either version 2 of the License, or
|
|
||||||
(at your option) any later version.
|
|
||||||
.
|
|
||||||
This package is distributed in the hope that it will be useful,
|
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
GNU General Public License for more details.
|
|
||||||
.
|
|
||||||
You should have received a copy of the GNU General Public License
|
|
||||||
along with this program. If not, see <https://www.gnu.org/licenses/>
|
|
||||||
.
|
|
||||||
On Debian systems, the complete text of the GNU General
|
|
||||||
Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
|
|
||||||
2
debian/docs
vendored
2
debian/docs
vendored
@@ -1,2 +0,0 @@
|
|||||||
README
|
|
||||||
gendiff.txt
|
|
||||||
17
debian/rules
vendored
17
debian/rules
vendored
@@ -1,17 +0,0 @@
|
|||||||
#!/usr/bin/make -f
|
|
||||||
%:
|
|
||||||
dh $@
|
|
||||||
|
|
||||||
override_dh_auto_test:
|
|
||||||
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
|
|
||||||
./alien.pl -V
|
|
||||||
endif
|
|
||||||
|
|
||||||
|
|
||||||
override_dh_auto_clean:
|
|
||||||
# distclean moans about MANIFEST, this is quieter
|
|
||||||
if [ -e Makefile ]; then $(MAKE) realclean; fi
|
|
||||||
|
|
||||||
# Not intended for use by anyone except the author.
|
|
||||||
announcedir:
|
|
||||||
@echo ${HOME}/src/joeywiki/code/alien/news
|
|
||||||
3
debian/salsa-ci.yml
vendored
3
debian/salsa-ci.yml
vendored
@@ -1,3 +0,0 @@
|
|||||||
---
|
|
||||||
include:
|
|
||||||
- https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/recipes/debian.yml
|
|
||||||
1
debian/source/format
vendored
1
debian/source/format
vendored
@@ -1 +0,0 @@
|
|||||||
3.0 (native)
|
|
||||||
5
debian/tests/control
vendored
5
debian/tests/control
vendored
@@ -1,5 +0,0 @@
|
|||||||
Test-Command: alien --help 2>&1 | grep "^Usage: alien"
|
|
||||||
Restrictions: allow-stderr, superficial
|
|
||||||
|
|
||||||
Tests: convert-deb-to-rpm.sh
|
|
||||||
Restrictions: allow-stderr, superficial
|
|
||||||
5
debian/tests/convert-deb-to-rpm.sh
vendored
5
debian/tests/convert-deb-to-rpm.sh
vendored
@@ -1,5 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
cp debian/tests/data/* $AUTOPKGTEST_TMP
|
|
||||||
cd $AUTOPKGTEST_TMP
|
|
||||||
|
|
||||||
alien --to-rpm *
|
|
||||||
BIN
debian/tests/data/libmnl0_1.0.5-3_amd64.deb
vendored
BIN
debian/tests/data/libmnl0_1.0.5-3_amd64.deb
vendored
Binary file not shown.
Reference in New Issue
Block a user