From e38d3d5c6be7397580ccb9cb10b3cfde13987116 Mon Sep 17 00:00:00 2001 From: joey Date: Fri, 21 Apr 2000 08:54:55 +0000 Subject: [PATCH] templates are no longer used (yay!) --- lib/to-deb/rpm/changelog | 11 -------- lib/to-deb/rpm/conffiles | 1 - lib/to-deb/rpm/control | 11 -------- lib/to-deb/rpm/copyright | 7 ------ lib/to-deb/rpm/rules | 54 ---------------------------------------- lib/to-deb/slp/changelog | 9 ------- lib/to-deb/slp/control | 10 -------- lib/to-deb/slp/copyright | 4 --- lib/to-deb/tgz/changelog | 9 ------- lib/to-deb/tgz/control | 11 -------- lib/to-deb/tgz/copyright | 4 --- lib/to-rpm/deb/spec | 14 ----------- 12 files changed, 145 deletions(-) delete mode 100644 lib/to-deb/rpm/changelog delete mode 100644 lib/to-deb/rpm/conffiles delete mode 100644 lib/to-deb/rpm/control delete mode 100644 lib/to-deb/rpm/copyright delete mode 100755 lib/to-deb/rpm/rules delete mode 100644 lib/to-deb/slp/changelog delete mode 100644 lib/to-deb/slp/control delete mode 100644 lib/to-deb/slp/copyright delete mode 100644 lib/to-deb/tgz/changelog delete mode 100644 lib/to-deb/tgz/control delete mode 100644 lib/to-deb/tgz/copyright delete mode 100644 lib/to-rpm/deb/spec diff --git a/lib/to-deb/rpm/changelog b/lib/to-deb/rpm/changelog deleted file mode 100644 index 131fce2..0000000 --- a/lib/to-deb/rpm/changelog +++ /dev/null @@ -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: diff --git a/lib/to-deb/rpm/conffiles b/lib/to-deb/rpm/conffiles deleted file mode 100644 index f2b7354..0000000 --- a/lib/to-deb/rpm/conffiles +++ /dev/null @@ -1 +0,0 @@ -#CONFFILES# \ No newline at end of file diff --git a/lib/to-deb/rpm/control b/lib/to-deb/rpm/control deleted file mode 100644 index 49abeb5..0000000 --- a/lib/to-deb/rpm/control +++ /dev/null @@ -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# diff --git a/lib/to-deb/rpm/copyright b/lib/to-deb/rpm/copyright deleted file mode 100644 index b99a00f..0000000 --- a/lib/to-deb/rpm/copyright +++ /dev/null @@ -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# diff --git a/lib/to-deb/rpm/rules b/lib/to-deb/rpm/rules deleted file mode 100755 index ef62742..0000000 --- a/lib/to-deb/rpm/rules +++ /dev/null @@ -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 diff --git a/lib/to-deb/slp/changelog b/lib/to-deb/slp/changelog deleted file mode 100644 index 77c5b62..0000000 --- a/lib/to-deb/slp/changelog +++ /dev/null @@ -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: diff --git a/lib/to-deb/slp/control b/lib/to-deb/slp/control deleted file mode 100644 index f51f353..0000000 --- a/lib/to-deb/slp/control +++ /dev/null @@ -1,10 +0,0 @@ -Source: #NAME# -Section: #SECTION# -Priority: extra -Maintainer: #USERNAME# <#EMAIL#> - -Package: #NAME# -Architecture: #ARCH# -Depends: ${shlibs:Depends} -Description: #SUMMARY# - #DESCRIPTION# diff --git a/lib/to-deb/slp/copyright b/lib/to-deb/slp/copyright deleted file mode 100644 index 605dbb7..0000000 --- a/lib/to-deb/slp/copyright +++ /dev/null @@ -1,4 +0,0 @@ -This package was debianized by the alien program by converting -a Stampede linux Package on #DATE#. - -Copyright: #COPYRIGHT# diff --git a/lib/to-deb/tgz/changelog b/lib/to-deb/tgz/changelog deleted file mode 100644 index d412b36..0000000 --- a/lib/to-deb/tgz/changelog +++ /dev/null @@ -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: diff --git a/lib/to-deb/tgz/control b/lib/to-deb/tgz/control deleted file mode 100644 index 9be675a..0000000 --- a/lib/to-deb/tgz/control +++ /dev/null @@ -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 diff --git a/lib/to-deb/tgz/copyright b/lib/to-deb/tgz/copyright deleted file mode 100644 index 14f9ad0..0000000 --- a/lib/to-deb/tgz/copyright +++ /dev/null @@ -1,4 +0,0 @@ -This package was debianized by the alien program by converting -a binary Slackware tgz Package on #DATE#. - -Copyright: Unknown diff --git a/lib/to-rpm/deb/spec b/lib/to-rpm/deb/spec deleted file mode 100644 index 390f8fc..0000000 --- a/lib/to-rpm/deb/spec +++ /dev/null @@ -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#