mirror of
https://github.com/Project-OSS-Revival/alien.git
synced 2026-04-24 14:00:17 +00:00
templates are no longer used (yay!)
This commit is contained in:
@@ -1,11 +0,0 @@
|
||||
#NAME# (#VERSION#-#RELEASE#) unstable; urgency=low
|
||||
|
||||
* Converted from RPM binary format to debian
|
||||
|
||||
-- #USERNAME# <#EMAIL#> #DATE#
|
||||
|
||||
#CHANGELOGTEXT#
|
||||
|
||||
Local variables:
|
||||
mode: debian-changelog
|
||||
End:
|
||||
@@ -1 +0,0 @@
|
||||
#CONFFILES#
|
||||
@@ -1,11 +0,0 @@
|
||||
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#
|
||||
@@ -1,7 +0,0 @@
|
||||
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#
|
||||
@@ -1,54 +0,0 @@
|
||||
#!/usr/bin/make -f
|
||||
#
|
||||
# This is a special rules files for handling alien or binary packages
|
||||
# Christoph Lameter, October 30, 1996
|
||||
|
||||
package=#NAME#
|
||||
|
||||
debian/build:
|
||||
$(checkdir)
|
||||
touch debian/build
|
||||
|
||||
clean:
|
||||
$(checkdir)
|
||||
-rm -f debian/build
|
||||
-rm -rf *~ debian/tmp debian/*~ debian/files*
|
||||
|
||||
binary-indep: checkroot debian/build
|
||||
$(checkdir)
|
||||
# There are no architecture-independent files to be uploaded
|
||||
# generated by this package. If there were any they would be
|
||||
# made here.
|
||||
|
||||
binary-arch: checkroot debian/build
|
||||
$(checkdir)
|
||||
-rm -rf debian/tmp
|
||||
# Install binary package
|
||||
install -d debian/tmp
|
||||
cp -a `ls | grep -v debian` debian/tmp
|
||||
#
|
||||
# If you need to move files around in debian/tmp or do some
|
||||
# binary patching ... Insert it here
|
||||
#
|
||||
debstd
|
||||
dpkg-gencontrol
|
||||
dpkg --build debian/tmp ..
|
||||
|
||||
define checkdir
|
||||
test -f debian/rules
|
||||
endef
|
||||
|
||||
# Below here is fairly generic really
|
||||
|
||||
binary: binary-indep binary-arch
|
||||
|
||||
build: debian/build
|
||||
|
||||
source diff:
|
||||
@echo >&2 'source and diff are obsolete - use dpkg-source -b'; false
|
||||
|
||||
checkroot:
|
||||
$(checkdir)
|
||||
test root = "`whoami`"
|
||||
|
||||
.PHONY: binary binary-arch binary-indep clean checkroot
|
||||
@@ -1,9 +0,0 @@
|
||||
#NAME# (#VERSION#-#RELEASE#) unstable; urgency=low
|
||||
|
||||
* Converted from Stampede .slp binary format to debian
|
||||
|
||||
-- #USERNAME# <#EMAIL#> #DATE#
|
||||
|
||||
Local variables:
|
||||
mode: debian-changelog
|
||||
End:
|
||||
@@ -1,10 +0,0 @@
|
||||
Source: #NAME#
|
||||
Section: #SECTION#
|
||||
Priority: extra
|
||||
Maintainer: #USERNAME# <#EMAIL#>
|
||||
|
||||
Package: #NAME#
|
||||
Architecture: #ARCH#
|
||||
Depends: ${shlibs:Depends}
|
||||
Description: #SUMMARY#
|
||||
#DESCRIPTION#
|
||||
@@ -1,4 +0,0 @@
|
||||
This package was debianized by the alien program by converting
|
||||
a Stampede linux Package on #DATE#.
|
||||
|
||||
Copyright: #COPYRIGHT#
|
||||
@@ -1,9 +0,0 @@
|
||||
#NAME# (#VERSION#-#RELEASE#) unstable; urgency=low
|
||||
|
||||
* Converted from Slackware .tgz binary format to debian
|
||||
|
||||
-- #USERNAME# <#EMAIL#> #DATE#
|
||||
|
||||
Local variables:
|
||||
mode: debian-changelog
|
||||
End:
|
||||
@@ -1,11 +0,0 @@
|
||||
Source: #NAME#
|
||||
Section: unknown
|
||||
Priority: extra
|
||||
Maintainer: #USERNAME# <#EMAIL#>
|
||||
Standards-Version: 2.1.1.0
|
||||
|
||||
Package: #NAME#
|
||||
Architecture: #ARCH#
|
||||
Depends: ${shlibs:Depends}
|
||||
Description: Converted Slackware tgz package
|
||||
Converted Slackware tgz package
|
||||
@@ -1,4 +0,0 @@
|
||||
This package was debianized by the alien program by converting
|
||||
a binary Slackware tgz Package on #DATE#.
|
||||
|
||||
Copyright: Unknown
|
||||
@@ -1,14 +0,0 @@
|
||||
Buildroot: #BUILDROOT#
|
||||
Name: #NAME#
|
||||
Version: #VERSION#
|
||||
Release: #RELEASE#
|
||||
Summary: #SUMMARY#
|
||||
Copyright: #COPYRIGHT#
|
||||
Distribution: #DISTRIBUTION#
|
||||
Group: Converted/#DISTRIBUTION#
|
||||
|
||||
%description
|
||||
#DESCRIPTION#
|
||||
|
||||
%files
|
||||
#FILELIST#
|
||||
Reference in New Issue
Block a user