--- linuxlogo-2.07.orig/ascii_debian.h
+++ linuxlogo-2.07/ascii_debian.h
@@ -0,0 +1,18 @@
+const char *ascii_logo[]={
+"         $$$$$$        ",
+"        $$$$$$$$         DDDD   EEEEEE BBBB   IIIIII  AAAA   NN   NN",
+"        $  $  $$         DD DD  EE     BB BB    II   AA  AA  NNN  NN",
+"        $/o$o\\$$         DD  DD EEEEE  BBBBB    II   AAAAAA  NNNN NN",
+"        $////$$$$        DD DD  EE     BB  BB   II   AA  AA  NN NNNN",
+"        <<<<<-'$$        DDDD   EEEEEE BBBBB  IIIIII AA  AA  NN   NN",
+"        $......$$$     ",
+"       $........$$$$   ",
+"       $.........$$$$  ",
+"       $.........$$$$  ",
+"      $..........$$$$$ ",
+"     $$..........$$$$$ ",
+"     ###........###$$$ ",
+"   #####........####$$ ",
+" #######........###### ",
+" ########......####### "
+};
--- linuxlogo-2.07.orig/debian.h
+++ linuxlogo-2.07/debian.h
@@ -0,0 +1,18 @@
+const char *color_logo[]={
+"[0;30;44m.........[6C........[1;40m",
+"[0;30;44m........[8C.......[2C[1;47mDDDD[3CEEEEEE[1CBBBB[3CIIIIII[2CAAAA[3CNN[3CNN[40m",
+"[0;30;44m........[1C[47m  [1C  [2C[44m.......[2C[1;47mDD[1CDD[2CEE[5CBB[1CBB[4CII[3CAA[2CAA[2CNNN[2CNN[40m",
+"[0;30;44m........[1C[47m [3C [3C[44m......[2C[1;47mDD[2CDD[1CEEEEE[2CBBBBB[4CII[3CAAAAAA[2CNNNN[1CNN[40m",
+"[0;30;44m........[2C[43m    [3C[44m......[2C[1;47mDD[1CDD[2CEE[5CBB[2CBB[3CII[3CAA[2CAA[2CNN[1CNNNN[40m",
+"[0;30;44m........[1C[43m`----'[2C[44m......[2C[1;47mDDDD[3CEEEEEE[1CBBBBB[2CIIIIII[1CAA[2CAA[2CNN[3CNN[40m",
+"[0;30;44m........[1C[1;47m.[37m....[30m.[3C[0;30;44m.....[1;40m",
+"[0;30;44m.......[1C[1;47m........[4C[0;30;44m...[1;40m",
+"[0;30;44m.......[1C[1;47m.........[4C[0;30;44m..[1;40m",
+"[0;30;44m.......[1C[1;47m.........[4C[0;30;44m..[1;40m",
+"[0;30;44m......[1C[1;47m..........[5C[0;30;44m.[1;40m",
+"[0;30;44m.....[2C[1;47m..........[5C[0;30;44m.[1;40m",
+"[0;30;44m.....[43m   [1;47m........[43m   [3C[0;30;44m.[1;40m",
+"[0;30;44m...[43m     [1;47m........[43m    [2C[0;30;44m.[1;40m",
+"[0;30;44m.[43m       [1;47m........[43m      [0;30;44m.[1;40m",
+"[0;30;44m.[43m       [1C[1;47m......[1C[43m      [0;30;44m.[1;40m"
+};
--- linuxlogo-2.07.orig/defaults.h
+++ linuxlogo-2.07/defaults.h
@@ -5,7 +5,7 @@
 \* If a 1 is picked, banner mode will be the default mode.                  */
 /* If a 0 is picked, classic mode (which some people prefer)will be default.*\
 \* You can over-ride this with the -banner and -classic switches.           */
-#define DEFAULT_BANNER_MODE 1
+#define DEFAULT_BANNER_MODE 0
 
 /* By setting this option to 1 you can have linux_logo always run in plain *\
 \* ascii mode.                                                             */
@@ -55,7 +55,7 @@
 /* Linux logo files.                                                      */
 
 /* This file contains the ascii version of the classic logo */
-#include "ascii_penguin.h"
+#include "ascii_debian.h"
 
 /* This file contains the ascii version of the banner logo */
 #include "ascii_banner.h"
@@ -70,7 +70,7 @@
 #include "irix.h"    /* Just make it with an ansi-making tool (i.e. TheDraw) */
 
 #elif LINUX_ANSI     /* it MUST be 16 lines long.  Any width.  */
-#include "penguin.h" /* The first 6 lines can be longer */
+#include "debian.h"  /* The first 6 lines can be longer */
 
 #elif AIX
 #include "aix.h"
--- linuxlogo-2.07.orig/debian/README.debian
+++ linuxlogo-2.07/debian/README.debian
@@ -0,0 +1,31 @@
+linuxlogo for DEBIAN
+----------------------
+
+This is Debian GNU/Linux's prepackaged version of linuxlogo, a color ANSI
+penguin logo for Linux.  It displays the penguin logo at system boot time
+or at the terminal login prompt.  A configuration utility (linuxlogoconfig)
+is provided to choose when the logo is displayed.
+
+/etc/issue from the base-files package will be diverted when the logo is
+displayed at the terminal login prompt.  And the logo is updated at each
+system boot to show the latest kernel version and compilation information
+along with the system processor, memory & BogoMips rating.
+
+linuxlogo was originally packaged by Christoph Lameter <clameter@debian.org>
+and was converted to use debhelper by Karl M. Hegbloom <karlheg@debian.org>.
+This version of linuxlogo was packaged by Steve Kostecke <steve@debian.org>,
+from sources obtained from:
+
+	 http://www.glue.umd.edu/~weave/vmwprod/linux_logo-2.07.tar.gz.
+
+The changes made beyond the addition of the Debian control files include:
+
+	* Changed the logo to read 'Debian' instead of 'Linux.'
+	* Changed the default logo to the 'Classic' style.
+        * Added a man page for linux_logo(1).
+	* Added a configuration utility and man page.
+
+The Official Linux-Logo Homepage can be found at
+http://www.glue.umd.edu/~weave/vmwprod
+
+Steve Kostecke <steve@debian.org>, Wed,  7 Aug 1998 11:00:00 -0400
--- linuxlogo-2.07.orig/debian/TODO
+++ linuxlogo-2.07/debian/TODO
@@ -0,0 +1,10 @@
+TODO list for linuxlogo
+-----------------------------------------------------------------------
+
+- See if missing m86k specific getsysinfo.c variable has already been
+  added to upstream sources (v2.02).
+- See if new upstream version fixes bug #19937.
+- Create an ANSI version of the Debian Logo.
+
+-----------------------------------------------------------------------
+Ideas, suggestions, etc. to Steve Kostecke <steve@debian.org>
--- linuxlogo-2.07.orig/debian/changelog
+++ linuxlogo-2.07/debian/changelog
@@ -0,0 +1,104 @@
+linuxlogo (2.07-1) unstable; urgency=low
+
+  * New upstream release.
+  * [defaults.h] Changed default display mode to the "Classic" logo.
+  * [defaults.h] Use "Classic" logo w/ Debian text. Provided by
+    Robert Edmonds <edmonds@freewwweb.com>.
+  * [debian/menu] Linuxlogo now shows system uptime when started from the menu.
+
+ -- Steve Kostecke <steve@debian.org>  Thu,  7 Aug 1998 11:00:00 -0400
+
+linuxlogo (1.06-6) unstable; urgency=low
+
+  * [debian/changelog] Changed distribution to unstable (Fixes: #25456).
+  * [debian/init] Add escape codes (redirected from clear) to /etc/issue
+    (Fixes #24337).
+  * [debian/init] Use dpkg-divert instead of grep to test diversion
+    (Fixes: #23600).
+  * [debian/linuxlogoconfig] Corrected typo (Fixes: #23785).
+
+ -- Steve Kostecke <steve@debian.org>  Thu,  9 Jul 1998 16:41:25 -0400
+
+linuxlogo (1.06-5) frozen; urgency=low
+
+  * Added 'frozen' to the changelog. Probably too little, too late.
+  * Added patch from Roman Hodek <Roman.Hodek@informatik.uni-erlangen.de>
+    to fix missing m68k-specific variable in getsysinfo.c (Fixes: #22827).
+
+ -- Steve Kostecke <steve@debian.org>  Wed, 3 Jun 1998 22:30:00 -0400
+
+linuxlogo (1.06-4) unstable; urgency=low
+
+  * Added 'frozen' to the changelog. Probably too late.
+  * Changed architecture to 'any' (Fixes: #22253, #22256, #22446).
+
+ -- Steve Kostecke <steve@debian.org>  Mon, 11 May 1998 14:41:38 -0400
+
+linuxlogo (1.06-3) unstable; urgency=low
+
+  * Fixed typo in linuxlogoconfig (Fixes: #22127).
+
+ -- Steve Kostecke <steve@debian.org>  Wed,  6 May 1998 10:35:50 -0400
+
+linuxlogo (1.06-2) unstable; urgency=low
+
+  * Removed diversion of /etc/issue during installation, added
+    linuxlogoconfig(8) w/man page, preinst & postrm now recreate the
+    original /etc/issue if necessary (Fixes: #19679, #20175, #21114).
+  * Fixed typo in the linux_logo.1 man page.
+  * Changed architecture to 'all' (Fixes: #19694).
+
+ -- Steve Kostecke <steve@debian.org>  Mon, 16 Mar 1998 08:42:25 -0500
+
+linuxlogo (1.06-1) unstable; urgency=low
+
+  * New maintainer.
+  * New upstream release.
+  * Added man page.
+  * Rewrote menu entry to eliminate linux_logo_wait.
+  * Added diversion of /etc/issue.
+
+ -- Steve Kostecke <steve@debian.org>  Tue, 10 Mar 1998 15:53:35 -0500
+
+linuxlogo (1.0-5) unstable; urgency=low
+
+  * Fix the init.d script installation so it runs at boot again.
+
+ -- Karl M. Hegbloom <karlheg@debian.org>  Wed, 14 Jan 1998 21:26:57 -0800
+
+linuxlogo (1.0-4) unstable; urgency=low
+
+  * New maintainer.
+  
+  * convert to debhelper.
+
+ -- Karl M. Hegbloom <karlheg@debian.org>  Sat, 20 Dec 1997 14:18:52 -0800
+
+linuxlogo (1.0-3) unstable; urgency=low
+
+  * New maintainer.
+
+ -- Ben J. Ciaccio <ben@righton.org>  Sat, 20 Sep 1997 13:48:20 -0800
+
+linuxlogo (1.0-2) unstable; urgency=low
+
+  * Rebuild on hamm.
+
+ -- Christoph Lameter <clameter@debian.org>  Thu,  4 Sep 1997 19:51:44 -0700
+
+linuxlogo (1.0-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Christoph Lameter <clameter@debian.org>  Fri, 18 Jul 1997 20:41:18 -0700
+
+linuxlogo (0.2-1) unstable; urgency=low
+
+  * Initial Release.
+
+ -- Christoph Lameter <clameter@debian.org>  Fri, 11 Jul 1997 17:35:58 -0700
+
+Local variables:
+mode: debian-changelog
+add-log-mailing-address: "steve@debian.org"
+End:
--- linuxlogo-2.07.orig/debian/conffiles
+++ linuxlogo-2.07/debian/conffiles
@@ -0,0 +1 @@
+/etc/init.d/linuxlogo
--- linuxlogo-2.07.orig/debian/control
+++ linuxlogo-2.07/debian/control
@@ -0,0 +1,24 @@
+Source: linuxlogo
+Section: misc
+Priority: extra
+Maintainer: Steve Kostecke <steve@debian.org>
+Standards-Version: 2.4.0.0
+
+Package: linuxlogo
+Architecture: any
+Depends: ${shlibs:Depends}
+Description: Color ANSI Penguin with system information
+ An ANSI Color Penguin Logo with some system information that is
+ can be displayed at boot time or at the the login prompt. The
+ default installation displays the linuxlogo at boot time. Three
+ different Penguin Logos are available: Classic, Banner and
+ monochrome ASCII.
+ .
+ Includes a config utility, linuxlogoconfig(8), for selecting
+ when the linuxlogo is displayed.
+ .
+ Diverts /etc/issue from the base-files package when the linuxlogo
+ is displayed at the login prompt.
+ .
+ As of version 0.2 linuxlogo now works on terminals with white
+ backgrounds.
--- linuxlogo-2.07.orig/debian/copyright
+++ linuxlogo-2.07/debian/copyright
@@ -0,0 +1,21 @@
+This package was first debianized by Christoph Lameter clameter@debian.org
+on Fri, 11 Jul 1997 17:35:58 -0700.
+
+This version uses sources downloaded from:
+
+	http://www.glue.umd.edu/~weave/vmwprod/linux_logo-1.02.tar.gz
+
+Copyright:
+
+linuxlogo is free software; you may 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, or (at your option) any later version.
+
+This 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.
+
+A copy of the GNU General Public License is available as /usr/doc/copyright/GPL
+in the Debian GNU/Linux distribution or on the World Wide Web at
+http://www.gnu.org/copyleft/gpl.html. You can also obtain it by writing to the
+Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
--- linuxlogo-2.07.orig/debian/dirs
+++ linuxlogo-2.07/debian/dirs
@@ -0,0 +1,5 @@
+usr/bin
+usr/sbin
+usr/doc/linuxlogo
+usr/man/man1
+usr/man/man8
\ No newline at end of file
--- linuxlogo-2.07.orig/debian/docs
+++ linuxlogo-2.07/debian/docs
@@ -0,0 +1,5 @@
+ANNOUNCE.logo
+BUGS
+CHANGES
+README
+TODO
--- linuxlogo-2.07.orig/debian/init
+++ linuxlogo-2.07/debian/init
@@ -0,0 +1,53 @@
+#! /bin/sh
+# Written by Miquel van Smoorenburg <miquels@drinkel.ow.org>.
+# Modified for Debian GNU/Linux by Ian Murdock <imurdock@gnu.ai.mit.edu>.
+# Modified for Debian by Christoph Lameter <clameter@debian.org>
+# Modified for linuxlogo by Steve Kostecke <steve@debian.org>
+
+PATH=/bin:/usr/bin:/sbin:/usr/sbin
+DAEMON=/usr/bin/linux_logo
+FLAGS="defaults 99"
+
+# /etc/issue may be diverted to
+REALISSUE=/etc/issue.linuxlogo
+
+# Set the options to control the logo appearance.  See the manpage
+# for the available options.  This really should be replaced with
+# a conf file.
+OPTS="-n -o 4"
+
+[ -f $DAEMON ] || exit 0
+
+# Check to see if /etc/issue has been diverted
+DIVERT=`dpkg-divert --list linuxlogo | cut --delimiter=" " --fields=1`
+
+update_the_logo() {
+    echo -n "Updating the Linux Logo..."
+    clear > /etc/issue
+    echo -e "\f" >> /etc/issue
+    $DAEMON $OPTS >> /etc/issue
+    echo -e "\n" >> /etc/issue
+    [ -f "$REALISSUE" ] && cat "$REALISSUE" >> /etc/issue
+    echo "done."
+}
+
+case "$1" in
+  start)
+    if [ "$DIVERT" ]; then
+      update_the_logo
+    else
+      $DAEMON $OPTS 
+    fi
+    ;;
+  stop)
+    ;;
+  restart)
+    update_the_logo
+    ;;
+  reload|force-reload|*)
+    echo "Usage: $0 {start|stop|restart}"
+    exit 1
+    ;;
+esac
+
+exit 0
--- linuxlogo-2.07.orig/debian/linux_logo.1
+++ linuxlogo-2.07/debian/linux_logo.1
@@ -0,0 +1,76 @@
+.TH LINUX_LOGO 1 "7 August 1998" "Debian" "Debian GNU/Linux Manual"
+.SH NAME
+linux_logo \- Color ANSI penguin logo w/ system information.
+.SH SYNOPSIS
+.BR "linux_logo " [ "-h" " | " "-v" " | [[" "-ascii" " | " "-a" " | " "-banner" " | " "-b" " | " "-classic" " | " "-c" "] [" "-f" "] [" "-g" " | " "-l" "] [" "-u" "] [" "-s" "] [" "-w Num" "] [" "-o Num" "] [" "-p" "] [" "-n" "] [" "-kX" "] [" "-rX" "]]"
+.SH "DESCRIPTION"
+.B linux_logo
+.SM
+is a program that generates a color ANSI picture of a penguin which
+includes some system information obtained from the /proc filesystem.
+.SH OPTIONS
+.TP
+.B \-h
+Show summary of options.
+.TP
+.B \-v
+Show version of program.
+.TP
+.B \-ascii -a
+Display the logo as monochrome ascii.
+.TP
+.B \-banner -b
+Display the banner-style logo.
+.TP
+.B \-classic -c
+Display the original penguin logo.
+.TP
+.B \-f
+Force the screen clear before drawing the logo.
+.TP
+.B \-l
+Display only the logo.
+.TP
+.B \-g
+Display only the system infomation.
+.TP
+.B \-u
+Display the system uptime.
+.TP
+.B \-s
+Skip the BogoMips test [ speeds up display on non-Linux platforms ].
+.TP
+.B \-w Num
+Set the screen width to Num [ default is 80 ].
+.TP
+.B \-o Num
+Offset the output by Num spaces to the right.
+.TP
+.B \-p
+Preserve the cursor location.
+.TP
+.B \-n
+Do not display the 'Classic' logo background periods.
+.TP
+.B \-kX
+Replace the background character with X.
+.TP
+.B \-rX
+Replace the '#' character, in banner mode, with X.
+.SH DEBIAN
+The Debian pre-packaged version of
+.B linux_logo
+is compiled with the 'Classic' logo as the default logo. And the 'Classic' logo has been modified to display 'Debian' instead of 'Linux'.
+.PP
+The Debian linuxlogo package includes a utility,
+.BR linuxlogoconfig (8)
+for selecting if the linuxlogo is displayed at boot time or at the login prompt.
+.SH "SEE ALSO"
+.IR /usr/doc/linux_logo ", http://www.glue.umd.edu/~weave"
+.SH AUTHOR
+.TP
+Vince Weaver
+<weave@eng.umd.edu>.
+.PP
+This manual page was written by Steve Kostecke <steve@debian.org>,
+for the Debian GNU/Linux system.
--- linuxlogo-2.07.orig/debian/linuxlogo.conf
+++ linuxlogo-2.07/debian/linuxlogo.conf
@@ -0,0 +1,2 @@
+#Comment
+variable #
--- linuxlogo-2.07.orig/debian/linuxlogoconfig
+++ linuxlogo-2.07/debian/linuxlogoconfig
@@ -0,0 +1,72 @@
+#!/bin/bash
+# name: /usr/sbin/linuxlogoconfig
+# purpose: Configures the linuxlogo package.
+# by: Steve Kostecke <steve@debian.o
+
+# Make sure that /etc/issue exists...
+restore_issue() {
+if [ ! -f /etc/issue ]; then
+ echo -n "Restoring the original /etc/issue..."
+ echo "Debian GNU/\s `cat /etc/debian_version`  \n \l" > /etc/issue
+ echo "done."
+fi
+}
+
+# Check to see if /etc/issue has been diverted
+DIVERT=`/usr/sbin/dpkg-divert --list linuxlogo | cut -b 1-9`
+
+case "$DIVERT" in
+  diversion)
+    echo "linuxlogo is configured to display at the login prompt."
+    [ `whoami` = "root" ] && [ `which dpkg-divert` ] || exit 0
+    read -p "Change linuxlogo to display at system boot time? [yN]: " AKEY
+    case "$AKEY" in
+      y|Y)
+	echo -n "Configuring linuxlogo to display at system boot time..."
+	rm -f /etc/issue && /usr/sbin/dpkg-divert --package linuxlogo \
+	 --remove --rename --divert /etc/issue.linuxlogo /etc/issue 1> /dev/null
+	echo "done."
+	restore_issue
+	;;
+      *)
+	;;
+    esac
+    ;;
+  *)
+    echo "linuxlogo is configured to display at system boot time."
+    [ `whoami` = "root" ]  && [ `which dpkg-divert` ] || exit 0
+    
+    # Paranoia check...
+    if [ -f /etc/issue.linuxlogo ]; then
+      echo "Unable to continue. Please rename or delete /etc/issue.linuxlogo."
+      exit 1
+    fi
+
+    cat << EOM
+
+Displaying the linuxlogo at the login prompt uses /etc/issue. The system's
+current /etc/issue will be diverted (and renamed) to /etc/issue.linuxlogo.
+It will be restored when linuxlogo is removed, purged, or changed to display
+at system boot time.
+
+EOM
+    read -p "Change linuxlogo to display at the login prompt? [yN]: " AKEY
+    case "$AKEY" in
+      y|Y)
+	restore_issue
+        echo "Configuring linuxlogo to display at the login prompt..."
+	/usr/sbin/dpkg-divert --package linuxlogo \
+	 --add --rename --divert /etc/issue.linuxlogo /etc/issue 1> /dev/null
+	/etc/init.d/linuxlogo restart
+        ;;
+      *)
+        ;;
+    esac
+    ;;
+esac
+    
+exit 0
+
+
+
+
--- linuxlogo-2.07.orig/debian/linuxlogoconfig.8
+++ linuxlogo-2.07/debian/linuxlogoconfig.8
@@ -0,0 +1,32 @@
+.TH LINUXLOGOCONFIG 8 "7 March 1998" "Debian" "Debian GNU/Linux Manual"
+.SH NAME
+linuxlogoconfig \- Change when linux_logo(1) is displayed.
+.SH SYNOPSIS
+.B linuxlogoconfig
+.SH "DESCRIPTION"
+.PP
+.BR linuxlogoconfig (8)
+is a program for choosing when the
+.BR linux_logo (1)
+is automatically displayed on a Debian/GNU
+Linux system.  The 
+.BR linux_logo (1)
+can be displayed at system boot time or at the login prompt (via
+.IR /etc/issue .)
+.PP
+The original 
+.I /etc/issue
+is diverted to
+.I /etc/issue.dist
+when the
+.BR linux_logo (1)
+is displayed at the login prompt.
+.SH AUTHOR
+.PP
+This manual page was written by Steve Kostecke <steve@debian.org>,
+for the Debian GNU/Linux system.
+.SH SEE ALSO
+.SM
+.BR linux_logo (1),
+.IR /usr/doc/linuxlogo . 
+
--- linuxlogo-2.07.orig/debian/menu
+++ linuxlogo-2.07/debian/menu
@@ -0,0 +1,15 @@
+?package(linuxlogo): needs="text" \
+	section="Games/Toys" \
+	icon="mini-penguin.xpm" \
+	title="Linux logo" \
+	command="xterm 2>/dev/null -e sh -c '/usr/bin/linux_logo -u; \
+                 echo; echo Press [ENTER] to exit...; read AKEY' \
+              || sh -c '/usr/bin/linux_logo -u -f; \
+                 echo; echo Press [ENTER] to exit...; read AKEY'"
+
+?package(linuxlogo): needs="text" \
+	section="Apps/System/Admin" \
+	icon="mini-penguin.xpm" \
+	title="Linux logo config" \
+	command="sh -c /usr/sbin/linuxlogoconfig"
+
--- linuxlogo-2.07.orig/debian/mini-penguin.xpm
+++ linuxlogo-2.07/debian/mini-penguin.xpm
@@ -0,0 +1,31 @@
+/* XPM */
+static char * mini_penguin_xpm[] = {
+/* width height num_colors chars_per_pixel */
+"16 18 7 1",
+/* colors */
+" 	s None	m none	c None",
+".	c #808080",
+"X	s iconColor1	m black	c black",
+"o	c #c0c0c0",
+"O	c #101010",
+"+	s iconColor2	m white	c white",
+"@	c #e0a008",
+/* pixels */
+"      .XX.      ",
+"     .XXXX.     ",
+"     XoXoXX     ",
+"     XOXX+X     ",
+"     X@@@oX     ",
+"     X@@@oX.    ",
+"     X@@++XX    ",
+"    X.+++++X.   ",
+"   .X++++++.X.  ",
+"   X+++o++++XX  ",
+"   X++oo++++XX. ",
+"  Xo++o+++++XXX ",
+"  @o++o+++++XXX ",
+" @@@+++++++@XX@ ",
+"@@@@@+++++o@@@@@",
+"@@@@@+++++X@@@@@",
+" @@@@@++XXX@@@@ ",
+"  @@@.XXXXX.@@  "};
--- linuxlogo-2.07.orig/debian/package.docs
+++ linuxlogo-2.07/debian/package.docs
@@ -0,0 +1,5 @@
+ANNOUNCE.logo
+BUGS
+CHANGES
+README
+TODO
--- linuxlogo-2.07.orig/debian/postinst
+++ linuxlogo-2.07/debian/postinst
@@ -0,0 +1,19 @@
+#!/bin/bash
+set -e
+if [ -d /usr/X11R6/include/X11/pixmaps ] && ! [ -f /usr/X11R6/include/X11/pixmaps/mini-penguin.xpm ]; then
+    cp /usr/doc/linuxlogo/mini-penguin.xpm /usr/X11R6/include/X11/pixmaps/mini-penguin.xpm
+fi
+
+# This was added to insure that the linux_logo_wait file is purged
+# from /usr/bin.
+rm -f /usr/bin/linux_logo_wait
+
+#DEBHELPER#
+
+echo -n "linuxlogo can be configured to display at "
+if [ "`/usr/sbin/dpkg-divert --list linuxlogo`" ]; then
+  echo "boot time"
+else
+  echo "the login prompt"
+fi
+echo "with /usr/sbin/linuxlogoconfig."
\ No newline at end of file
--- linuxlogo-2.07.orig/debian/postrm
+++ linuxlogo-2.07/debian/postrm
@@ -0,0 +1,17 @@
+#!/bin/bash
+set -e
+
+# Remove diversion of /etc/issue
+if  [ remove = "$1" ] && [ -e /etc/issue.linuxlogo ]; then
+    rm -f /etc/issue && dpkg-divert --package linuxlogo --remove --rename \
+    --divert /etc/issue.linuxlogo /etc/issue
+fi
+
+# Make sure that /etc/issue exists...
+if [ ! -f /etc/issue ]; then
+ echo -n "Restoring the original /etc/issue..."
+ echo "Debian GNU/\s `cat /etc/debian_version`  \n \l" > /etc/issue
+ echo "done."
+fi
+
+#DEBHELPER#
--- linuxlogo-2.07.orig/debian/preinst
+++ linuxlogo-2.07/debian/preinst
@@ -0,0 +1,22 @@
+#!/bin/bash
+set -e
+
+# Removes diversion introduced in v1.06-1
+if [ "upgrade" = "$1" ] && \
+ echo -n "Checking the current linuxlogo version..." && \
+ [ `dpkg -l linuxlogo | grep linuxlogo | awk '{ print $3 }'` = "1.06-1" ] && \
+ echo "done."; then
+    rm -f /etc/issue && dpkg-divert --package linuxlogo --remove --rename \
+    --divert /etc/issue.dist /etc/issue
+else
+    echo "done."
+fi
+
+# Make sure that /etc/issue exists...
+if [ ! -f /etc/issue ]; then
+ echo -n "Restoring the original /etc/issue..."
+ echo "Debian GNU/\s `cat /etc/debian_version`  \n \l" > /etc/issue
+ echo "done."
+fi
+
+#DEBHELPER#
--- linuxlogo-2.07.orig/debian/rules
+++ linuxlogo-2.07/debian/rules
@@ -0,0 +1,50 @@
+#!/usr/bin/make -f
+
+package=linuxlogo
+
+.EXPORT_ALL_VARIABLES:
+DH_VERBOSE=1
+
+build:
+	dh_testdir
+	make
+	touch build-stamp
+
+clean:
+	dh_testdir
+	dh_testroot
+	-rm -f build-stamp
+	-make clean
+	dh_clean
+
+binary-indep: build
+
+binary-arch: build
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+	dh_installdirs
+	   install linux_logo			debian/tmp/usr/bin
+	   install debian/mini-penguin.xpm	debian/tmp/usr/doc/linuxlogo
+	   install debian/linux_logo.1		debian/tmp/usr/man/man1
+	   install debian/linuxlogoconfig.8 	debian/tmp/usr/man/man8
+	   install debian/linuxlogoconfig	debian/tmp/usr/sbin
+	dh_installdocs
+	dh_installmenu
+	dh_installchangelogs
+	dh_strip
+	dh_compress
+	dh_fixperms
+	dh_installinit
+	dh_installdeb
+	dh_shlibdeps
+	dh_gencontrol
+# dh_du removed to make lintian happy
+#	dh_du
+	dh_md5sums
+	dh_builddeb
+
+binary: binary-indep binary-arch
+
+
+.PHONY: build clean binary-indep binary-arch binary
