Removed debian directory from imported sources https://salsa.debian.org/debian/alien

This commit is contained in:
Syed-Shahrukh-OSSRevival
2025-10-01 16:40:33 +05:00
parent ee8794614c
commit b3bc197956
10 changed files with 0 additions and 2912 deletions

2816
debian/changelog vendored

File diff suppressed because it is too large Load Diff

29
debian/control vendored
View File

@@ -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
View File

@@ -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
View File

@@ -1,2 +0,0 @@
README
gendiff.txt

17
debian/rules vendored
View File

@@ -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
View File

@@ -1,3 +0,0 @@
---
include:
- https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/recipes/debian.yml

View File

@@ -1 +0,0 @@
3.0 (native)

View File

@@ -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

View File

@@ -1,5 +0,0 @@
#!/bin/sh
cp debian/tests/data/* $AUTOPKGTEST_TMP
cd $AUTOPKGTEST_TMP
alien --to-rpm *

Binary file not shown.