Initial revision

This commit is contained in:
joey
1999-09-05 05:50:40 +00:00
commit ad046046f0
44 changed files with 4582 additions and 0 deletions

11
lib/to-deb/rpm/changelog Normal file
View File

@@ -0,0 +1,11 @@
#NAME# (#VERSION#-#RELEASE#) unstable; urgency=low
* Converted from RPM binary format to debian
-- #USERNAME# <#EMAIL#> #DATE#
#CHANGELOGTEXT#
Local variables:
mode: debian-changelog
End:

11
lib/to-deb/rpm/control Normal file
View File

@@ -0,0 +1,11 @@
Source: #NAME#
Section: unknown
Priority: extra
Maintainer: #USERNAME# <#EMAIL#>
Standards-Version: 2.1.1.0
Package: #NAME#
Architecture: #ARCH#
Depends: ${shlibs:Depends}
Description: #SUMMARY#
#DESCRIPTION#

7
lib/to-deb/rpm/copyright Normal file
View File

@@ -0,0 +1,7 @@
This package was debianized by the alien program by converting
a binary RPM Package on #DATE#.
Copyright: #COPYRIGHT#
Information from the binary Package:
#COPYRIGHT_EXTRA#