mirror of
https://github.com/Project-OSS-Revival/alien.git
synced 2026-04-24 14:00:17 +00:00
Initial revision
This commit is contained in:
11
lib/to-deb/rpm/changelog
Normal file
11
lib/to-deb/rpm/changelog
Normal 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
11
lib/to-deb/rpm/control
Normal 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
7
lib/to-deb/rpm/copyright
Normal 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#
|
||||
Reference in New Issue
Block a user