[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: putting boot-floppies source into deb package



#include <hallo.h>
Joey Hess wrote on Tue Feb 26, 2002 um 08:11:36PM:
> Eduard Bloch wrote:
> > > Aren't they already contained in the install-doc binary package?
> > 
> > In fact, there is a doc package. So could we drop the boot-floppies*.deb
> > then? "install-doc" can remain as binary package, and boot-floppies as
> > source package. If someone wants the source, she can use apt-get.
> 
> Ah, that sounds good.

Okay, if nobody brings good arguments until the weekend, I will commit
the attached patch, removing the boot-floppies binary package.

Gruss/Regards,
Eduard.
-- 
begin LOVE-LETTER-FOR-YOU.txt.vbs
Ich bin ein Signature Virus. Verbreite mich!
End
Index: debian/control
===================================================================
RCS file: /cvs/debian-boot/boot-floppies/debian/control,v
retrieving revision 1.97
diff -u -r1.97 control
--- debian/control	2002/02/26 17:21:22	1.97
+++ debian/control	2002/02/27 18:31:51
@@ -7,19 +7,6 @@
 Build-Depends-Indep: debhelper
 Build-Depends: glibc-pic, slang1-pic | slang1-utf8-pic (>= 1.4.4-7), libnewt-dev | libnewt-utf8-dev (>= 0.50.17-9), libnewt-pic | libnewt-utf8-pic (>= 0.50.17-9), libpopt-dev, zlib1g-dev, recode, gettext, m4, debiandoc-sgml (>= 1.1.53), libi18n-langtags-perl, man-db, libpaperg, tetex-extra, perl5, libwww-perl, locales [i386 arm powerpc alpha], libpng2-dev [i386 arm powerpc alpha], pointerize, libgd-dev, bogl-bterm [i386 arm powerpc alpha], libbogl-dev (>= 0.1.8-1), bison, ash, dpkg-awk, flex, file, debhelper, gawk, python-dev (>= 2.1.1-4), python2.1-xml (>= 0.7-1), bf-utf-source, zlib-bin [i386 arm], dosfstools [powerpc alpha m68k], console-common [arm], vmelilo [m68k], s390-tools [s390], aboot [alpha], wget, kernel-source-2.2.20 [alpha], syslinux [i386], debootstrap, catsboot [arm], zip [arm]
 
-Package: boot-floppies
-Architecture: all
-Depends: build-essential, glibc-pic, slang1-pic | slang1-utf8-pic, libnewt-dev (>= 0.50.17-9), libpopt-dev, zlib1g-dev, recode, gettext, m4, debiandoc-sgml (>= 1.1.53), libi18n-langtags-perl, man-db, libpaperg, tetex-extra, perl5, libwww-perl, pointerize, libgd-dev, libbogl-dev (>= 0.1.8-1), bison, ash, dpkg-awk, flex, file, debhelper, gawk, python-dev (>= 2.1.1-4), python2.1-xml (>= 0.7-1), bf-utf-source, zlib-bin, wget, dosfstools, debootstrap
-Recommends: sudo
-Description: Scripts to create the Debian installation system
- This package is for developers wishing to build the Debian
- installation system on their own.  It allows you to create a custom
- Debian installation system on floppy disk or other media.
- .
- Users wishing to install Debian do not need this package. They should
- go to http://www.debian.org/releases/ for information on how to
- download or procure installation materials.
-
 Package: install-doc
 Section: doc
 Architecture: any
Index: debian/rules
===================================================================
RCS file: /cvs/debian-boot/boot-floppies/debian/rules,v
retrieving revision 1.24
diff -u -r1.24 rules
--- debian/rules	2001/06/15 19:10:13	1.24
+++ debian/rules	2002/02/27 18:31:51
@@ -47,28 +47,28 @@
 	find . -name '.#*' | xargs rm -f
 
 binary-indep:	checkroot
-	$(checkdir)
-	dh_clean -k
-
-	$(make_dir) $(prefix)/usr/src/$(package)
-	tar --exclude $(prefix) --exclude CVS --exclude .cvsignore -cf - . \
-	    | tar -C $(prefix)/usr/src/$(package) -xf -
-	cd $(prefix)/usr/src/$(package) && ./debian/rules clean
-	chown -R root.root $(prefix)/usr/src/$(package)
-	chmod -R go-w,a+X,a-s $(prefix)/usr/src/$(package)
-	cd $(prefix)/usr/src && \
-	    GZIP=-9 tar -czf $(package).tar.gz --remove-files $(package)
-	rm -rf $(prefix)/usr/src/$(package)
-
-	dh_installdocs -i README README-CVS
-	dh_installchangelogs -i
-	dh_compress -i
-	dh_fixperms -i
-
-	dh_installdeb -i
-	dh_gencontrol -i
-	dh_md5sums -i
-	dh_builddeb -i
+#	$(checkdir)
+#	dh_clean -k
+#
+#	$(make_dir) $(prefix)/usr/src/$(package)
+#	tar --exclude $(prefix) --exclude CVS --exclude .cvsignore -cf - . \
+#	    | tar -C $(prefix)/usr/src/$(package) -xf -
+#	cd $(prefix)/usr/src/$(package) && ./debian/rules clean
+#	chown -R root.root $(prefix)/usr/src/$(package)
+#	chmod -R go-w,a+X,a-s $(prefix)/usr/src/$(package)
+#	cd $(prefix)/usr/src && \
+#	    GZIP=-9 tar -czf $(package).tar.gz --remove-files $(package)
+#	rm -rf $(prefix)/usr/src/$(package)
+#
+#	dh_installdocs -i README README-CVS
+#	dh_installchangelogs -i
+#	dh_compress -i
+#	dh_fixperms -i
+#
+#	dh_installdeb -i
+#	dh_gencontrol -i
+#	dh_md5sums -i
+#	dh_builddeb -i
 
 binary-arch:	checkroot build
 	$(checkdir)

Reply to: