Your message dated Mon, 22 Feb 2010 17:41:45 +0000 (WET)
with message-id <[email protected]>
and subject line Package rpmstrap has been removed from Debian
has caused the Debian Bug report #379960,
regarding Vine Linux 3.2 support
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
379960: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=379960
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: rpmstrap
Version: 0.5.2-2
Severity: wishlist
Tags: patch
Hi ,
The attached patch makes rpmstrap support bootstrapping of Vine Linux 3.2 for
i386.
Vine Linux is a famous distribution in Japan that used rpm.
Please included it in the package.
regards,
Nobuhiro
--
Nobuhiro Iwamatsu
< iwamatsu at debian.or.jp >
Key fingerprint = 353A C650 BB7A 6F72 3650 9461 4121 C743 3170 EBE9
ICQ : 8095912
diff -ruN lib.orig/scripts/vine32 lib/scripts/vine32
--- lib.orig/scripts/vine32 1970-01-01 09:00:00.000000000 +0900
+++ lib/scripts/vine32 2006-07-26 23:08:27.000000000 +0900
@@ -0,0 +1,160 @@
+# Copyright 2006 Nobuhiro Iwamatsu <[email protected]>
+#
+# This program 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 program 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, write to the Free Software
+# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+#
+# Authors: Nobuhiro Iwamatsu
+#
+
+suite_notes() {
+ cat <<EOF
+Vine Linux 3.2 Suite Script
+---------------------
+Builds a basic Vine Linux3.2 bootstrap.
+
+Authors: Nobuhiro Iwamatsu
+
+EOF
+}
+
+work_out_mirror() {
+ local big_mirror_list=""
+ case $ARCH in
+ i[3456]86)
+ big_mirror_list=$(cat <<EOF
+http://www.ring.gr.jp/pub/linux/Vine/Vine-3.2/i386/Vine/RPMS/
+EOF
+ )
+ ;;
+ *)
+ die "Arch $ARCH is unsupported"
+ ;;
+ esac
+
+ set_mirrors $big_mirror_list
+}
+
+work_out_rpms() {
+ case $ARCH in
+ i[3456]86)
+ RPMS=$(cat <<EOF
+0:setup-2.5.7-2vl3.noarch.rpm
+1:filesystem-1.3.5-1vl2.noarch.rpm
+2:basesystem-6.0-4vl3.noarch.rpm
+3:glibc-common-2.3.3-3vl1.2.i386.rpm
+4:glibc-2.3.3-3vl1.2.i386.rpm
+5:libgcc-3.3.2-0vl8.i386.rpm
+6:mktemp-1.5-11vl2.i386.rpm
+7:termcap-11.0.1-1vl5.noarch.rpm
+8:libtermcap-2.0.8-36vl1.i386.rpm
+9:bash-2.05b-0vl2.i386.rpm
+10:chkconfig-1.2.17-1vl8.i386.rpm
+11:zlib-1.1.4-0vl3.i386.rpm
+12:install-info-4.7-0vl1.i386.rpm
+13:gpm-1.20.1-35vl2.i386.rpm
+14:ncurses-5.4-0vl2.i386.rpm
+15:findutils-4.1.5-0vl3.i386.rpm
+16:pcre-4.5-0vl2.i386.rpm
+17:grep-2.5.1-29vl1.i386.rpm
+18:words-2-17vl1.noarch.rpm
+19:cracklib-2.7-27vl1.i386.rpm
+20:cracklib-dicts-2.7-27vl1.i386.rpm
+21:libstdc++3-3.3.2-0vl8.i386.rpm
+22:db4-4.2.52-6vl3.1.i386.rpm
+21:glib-1.2.10-0vl5.i386.rpm
+22:glib2-2.4.7-0vl1.i386.rpm
+23:sed-4.1.2-0vl1.i386.rpm
+24:gawk-3.1.3-0vl2.i386.rpm
+25:vine-release-3.2-0vl1.noarch.rpm
+26:psmisc-21.2-4vl1.i386.rpm
+27:iproute-2.2.4-14vl2.i386.rpm
+28:iputils-20020927-13vl2.i386.rpm
+29:e2fsprogs-1.35-0vl2.i386.rpm
+30:mingetty-1.06-2vl1.i386.rpm
+31:net-tools-1.60-12vl1.i386.rpm
+32:popt-1.6.5-1vl8.i386.rpm
+33:gdbm-1.8.0-20vl1.i386.rpm
+34:perl-5.8.2-0vl4.1.i386.rpm
+35:readline-4.3-5vl1.i386.rpm
+36:MAKEDEV-3.3.13-1vl3.i386.rpm
+37:fileutils-4.1-10.1vl4.i386.rpm
+38:diffutils-2.8.1-11vl1.i386.rpm
+39:textutils-2.0.17-0vl4.i386.rpm
+40:mount-2.11z-0vl1.i386.rpm
+41:file-4.09-0vl1.i386.rpm
+42:bzip2-1.0.2-0vl2.i386.rpm
+43:less-358-0vl9.i386.rpm
+43:gzip-1.3.2-2vl3.i386.rpm
+44:tar-1.14-0vl1.i386.rpm
+45:sh-utils-2.0.11-9vl6.i386.rpm
+46:modutils-2.4.27-0vl1.i386.rpm
+47:losetup-2.11z-0vl1.i386.rpm
+48:mkinitrd-3.5.23-1vl1.1.i386.rpm
+49:kernel-2.4.31-0vl1.8.i386.rpm
+50:murasaki-0.8.9-0vl2.i386.rpm
+51:hwdata-0.123-0vl15.noarch.rpm
+52:cpio-2.5-1vl1.i386.rpm
+53:less-358-0vl9.i386.rpm
+54:pam-0.77-38vl2.1.i386.rpm
+55:initscripts-6.51-1vl33.3.i386.rpm
+56:SysVinit-2.85-5vl2.i386.rpm
+57:shadow-utils-4.0.3-35vl1.1.i386.rpm
+58:util-linux-2.11z-0vl1.i386.rpm
+59:sysklogd-1.4.1-13vl2.i386.rpm
+60:which-2.16-0vl4.i386.rpm
+61:procps-2.0.6-5vl6.i386.rpm
+62:libelf-0.8.2-2vl2.i386.rpm
+63:binutils-2.14.90.0.7-1vl2.i386.rpm
+64:gmp-4.1.2-13vl1.i386.rpm
+65:openssl-0.9.7d-0vl3.1.i386.rpm
+66:libxml2-2.6.15-0vl1.i386.rpm
+67:python-2.3.4-0vl5.i386.rpm
+68:libxml2-python-2.6.15-0vl1.i386.rpm
+69:patch-2.5.4-19vl1.i386.rpm
+70:rpm-build-4.0.5-1vl8.1.i386.rpm
+71:rpm-4.0.5-1vl8.1.i386.rpm
+72:rpm-python-4.0.5-1vl8.1.i386.rpm
+73:wget-1.9.1-0vl1.i386.rpm
+74:cyrus-sasl-2.1.18-0vl3.i386.rpm
+75:libuser-0.51.7-7vl2.i386.rpm
+76:passwd-0.68-8vl1.i386.rpm
+EOF
+ )
+ ;;
+ *)
+ # No clue
+ ;;
+esac
+}
+
+print_rpms() {
+ local rpm_list=$(echo "$RPMS" | sed "s/[[:digit:]]\+://")
+
+ echo "RPMs for suite $RPMSUITE and arch $ARCH"
+ for a in $rpm_list
+ do
+ echo " : $a"
+ done
+}
+
+install_rpms() {
+ install_by_pass $RPMS
+}
+
+suite_details() {
+ for a in $RPMS
+ do
+ echo $a
+ done
+}
--- End Message ---
--- Begin Message ---
Version: 0.5.2-2+rm
You filed the bug http://bugs.debian.org/379960 in Debian BTS
against the package rpmstrap. I'm closing it at *unstable*, but it will
remain open for older distributions.
For more information about this package's removal, read
http://bugs.debian.org/443384. That bug might give the reasons why
this package was removed and suggestions of possible replacements.
Don't hesitate to reply to this mail if you have any question.
Thank you for your contribution to Debian.
--
Marco Rodrigues
--- End Message ---