--- network-config-0.2.orig/debian/network-config.8 +++ network-config-0.2/debian/network-config.8 @@ -0,0 +1,41 @@ +.TH NETWORK-CONFIG 8 "January 9, 2007" +.SH NAME +network-config \- Simple network configuration tool +.SH SYNOPSIS +.B network-config +.RI [ options ] +.br +.SH DESCRIPTION +.B network-config +is a simple and easy to use program that helps configuring +the network interfaces for linux-based operating systems. It allows to have +multiple configurations for the same computer and to easy configure NAT for +internet sharing. It can also be used to scan for wireless networks. +It is written in perl and uses gtk2+, but also works as a command line program. +.SH OPTIONS +.TP +.B \-h +Show summary of options. +.TP +.B \-tl +Lists all the configurations +.TP +.B \-ts CONFIG +Shows CONFIG configuration +.TP +.B \-tc CONFIG "FORMAT" +Changes the CONFIG configuration +.br +FORMAT example : name=test,eth0[dhcp=TRUE ip=192.168. netmask=255.] +.br +formats : name,icon,description,dns_auto,dns1,dns2,dns3,default_net +.br +devices formats : active,ip,netmask,gateway,nat,dhcp,w_wep, +.br +w_wpa,w_ssid,w_rate +.B \-ta CONFIG +Applies the CONFIG configuration +.SH AUTHOR +network-config was written by Munteanu Alexandru Ionut. +.PP +This manual page was written by Marvin Stark --- network-config-0.2.orig/debian/compat +++ network-config-0.2/debian/compat @@ -0,0 +1 @@ +5 --- network-config-0.2.orig/debian/menu +++ network-config-0.2/debian/menu @@ -0,0 +1,6 @@ +?package(network-config): \ + needs="X11" \ + section="Applications/Network/Communication" \ + title="network-config" \ + icon="/usr/share/pixmaps/network-config.xpm" \ + command="/usr/bin/network-config" --- network-config-0.2.orig/debian/control +++ network-config-0.2/debian/control @@ -0,0 +1,18 @@ +Source: network-config +Section: utils +Priority: optional +Maintainer: Marvin Stark +Build-Depends: debhelper (>= 5), dpatch +Homepage: http://network-config.sourceforge.net +Standards-Version: 3.7.3 + +Package: network-config +Architecture: all +Depends: ${perl:Depends}, libglib-perl, libgtk2-perl, gksu, wireless-tools, wpasupplicant, iptables +Description: Simple network configuration tool + Network-config is a simple and easy to use program that helps configuring + the network interfaces for linux-based operating systems. + It allows to have multiple configurations for the same computer and to + easy configure NAT for internet sharing. It can also be used to scan for + wireless networks. It is written in perl and uses gtk2+ but also works + as a command line program. --- network-config-0.2.orig/debian/changelog +++ network-config-0.2/debian/changelog @@ -0,0 +1,48 @@ +network-config (0.2-1) unstable; urgency=low + + * New upstream release: + - added scrollbar in the main window + - fixed many bugs + - added run script at the end from main preferences and for each + configuration + - saves the window size + - don't show wifi networks with no name + - "Config" and "Appearance" swapped + - bigger entries (in Main->Preferences for example) + - small bugs still remain + * Removed debian/patches/03-wpasupplicant.dpatch + - It's fixed in upstream version + * debian/copyright: + - Updated download URL + - Updated Copyright line + * debian/control: + - Removed needless dividing line from long description + + -- Marvin Stark Mon, 07 Apr 2008 20:24:05 +0000 + +network-config (0.1-4) unstable; urgency=low + + * Changed Standards-Version to 3.7.3 + * wpasupplicant does not support argument -w anymore (Closes: #460627) + Thanks to Kel Modderman + * Made menu file lintian clean + + -- Marvin Stark Thu, 14 Feb 2008 18:10:49 +0000 + +network-config (0.1-3) unstable; urgency=low + + * Changed menu file for Menu transition. + + -- Marvin Stark Mon, 09 Jul 2007 14:46:57 +0000 + +network-config (0.1-2) unstable; urgency=low + + * Upload to unstable. + + -- Marvin Stark Thu, 29 Mar 2007 09:21:00 +0200 + +network-config (0.1-1) experimental; urgency=low + + * Initial release (Closes: #381802) + + -- Marvin Stark Tue, 9 Jan 2007 17:23:03 +0000 --- network-config-0.2.orig/debian/dirs +++ network-config-0.2/debian/dirs @@ -0,0 +1,3 @@ +usr/bin +usr/share +usr/share/pixmaps --- network-config-0.2.orig/debian/watch +++ network-config-0.2/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://sf.net/network-config/network-config-(.*)\.tar\.gz --- network-config-0.2.orig/debian/rules +++ network-config-0.2/debian/rules @@ -0,0 +1,56 @@ +#!/usr/bin/make -f + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +# Include dpatch. +include /usr/share/dpatch/dpatch.make + +build: patch build-stamp + +build-stamp: + dh_testdir + touch $@ + +clean: unpatch + dh_testdir + dh_testroot + rm -f build-stamp + dh_clean + +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + + # Add here commands to install the package into debian/network-config. + $(MAKE) PREFIX=$(CURDIR)/debian/network-config/usr install + + # Copy menu icon. + install -m 644 $(CURDIR)/debian/icons/network-config.xpm \ + $(CURDIR)/debian/network-config/usr/share/pixmaps/ + + +# Build architecture-independent files here. +binary-indep: build install + dh_testdir + dh_testroot + dh_installchangelogs ChangeLog + dh_installdocs + dh_installmenu + dh_installman debian/network-config.8 + dh_link + dh_compress + dh_fixperms + dh_perl + dh_installdeb + dh_gencontrol + dh_md5sums + dh_builddeb + +# Build architecture-dependent files here. +binary-arch: build install + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install --- network-config-0.2.orig/debian/copyright +++ network-config-0.2/debian/copyright @@ -0,0 +1,30 @@ +This package was debianized by Marvin Stark on +Tue, 9 Jan 2007 17:23:03 +0000. + +It was downloaded from + +Upstream Author: Munteanu Alexandru Ionut + +Copyright: Copyright (C) 2006-2008 by Munteanu Alexandru + +License: + + This package 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 package 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 package; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +On Debian systems, the complete text of the GNU General +Public License can be found in '/usr/share/common-licenses/GPL-2'. + +The Debian packaging is (C) 2007, Marvin Stark and +is licensed under the GPL, see above. --- network-config-0.2.orig/debian/postrm +++ network-config-0.2/debian/postrm @@ -0,0 +1,13 @@ +#!/bin/sh +set -e + +case "$1" in + purge) + # Remove network-config directory in /etc. + rm -rf /etc/network-config + ;; +esac + +#DEBHELPER# + +exit 0 --- network-config-0.2.orig/debian/icons/network-config.xpm +++ network-config-0.2/debian/icons/network-config.xpm @@ -0,0 +1,355 @@ +/* XPM */ +static char * network_config_xpm[] = { +"32 32 320 2", +" c None", +". c #6971C7", +"+ c #6971C8", +"@ c #5F9960", +"# c #629C63", +"$ c #669F67", +"% c #659E66", +"& c #67A068", +"* c #609A60", +"= c #6870C8", +"- c #676EC8", +"; c #649D65", +"> c #5FA36C", +", c #65C76C", +"' c #71C872", +") c #77C878", +"! c #78C879", +"~ c #7AC87B", +"{ c #75C777", +"] c #68A973", +"^ c #619B6C", +"/ c #6971C6", +"( c #6B74C7", +"_ c #618B82", +": c #66B682", +"< c #60C192", +"[ c #6FC870", +"} c #91C88B", +"| c #98C899", +"1 c #97C898", +"2 c #8AC78C", +"3 c #80BA8E", +"4 c #6BA290", +"5 c #6981B2", +"6 c #71A89B", +"7 c #60C798", +"8 c #6EC691", +"9 c #96C89A", +"0 c #99C89A", +"a c #73B492", +"b c #6885B8", +"c c #5290AA", +"d c #4DAE9D", +"e c #83C883", +"f c #72B593", +"g c #6785B9", +"h c #888E89", +"i c #ADA956", +"j c #3F9BA1", +"k c #6EC19B", +"l c #8CC79A", +"m c #97C79A", +"n c #86B69A", +"o c #68A296", +"p c #A9D498", +"q c #896A9C", +"r c #9F7652", +"s c #7A9D9A", +"t c #5C8EAB", +"u c #71A186", +"v c #D4AF4A", +"w c #A3A45F", +"x c #6E9984", +"y c #73AD9A", +"z c #87BC9A", +"A c #4C989A", +"B c #A8C765", +"C c #F3F280", +"D c #9A8C65", +"E c #70A9AA", +"F c #6FA19C", +"G c #69A26A", +"H c #729264", +"I c #70C194", +"J c #7CC798", +"K c #419BA1", +"L c #819577", +"M c #DB9234", +"N c #D0BC3A", +"O c #6B9D8D", +"P c #78A99A", +"Q c #93C59A", +"R c #92C18D", +"S c #85B87F", +"T c #629794", +"U c #A28E6C", +"V c #E1D03B", +"W c #A5B061", +"X c #71A794", +"Y c #74C59A", +"Z c #78C898", +"` c #6BB27D", +" . c #669B70", +".. c #6E9C79", +"+. c #88C598", +"@. c #8AC89A", +"#. c #77C29B", +"$. c #509E9B", +"%. c #8C9069", +"&. c #ECC42F", +"*. c #BED184", +"=. c #66A099", +"-. c #64B19A", +";. c #62A39A", +">. c #609E96", +",. c #51949A", +"'. c #85A263", +"). c #EC8519", +"!. c #B89B62", +"~. c #709480", +"{. c #75BC98", +"]. c #8BC79A", +"^. c #8EC890", +"/. c #7EC77E", +"(. c #699F79", +"_. c #7BB07C", +":. c #70A771", +"<. c #63A765", +"[. c #6CC46D", +"}. c #96C797", +"|. c #97C89A", +"1. c #83C89A", +"2. c #6BB092", +"3. c #9BB457", +"4. c #C0D182", +"5. c #549490", +"6. c #6CA09C", +"7. c #6FA39C", +"8. c #6FA39E", +"9. c #54959C", +"0. c #86995D", +"a. c #A89F50", +"b. c #6A9999", +"c. c #74B99A", +"d. c #93C89A", +"e. c #98C89A", +"f. c #99C898", +"g. c #89C887", +"h. c #74B476", +"i. c #61A962", +"j. c #67C868", +"k. c #96C897", +"l. c #79B199", +"m. c #5F968D", +"n. c #60A87B", +"o. c #6EA1AC", +"p. c #AAADE0", +"q. c #94A7D0", +"r. c #50A179", +"s. c #679288", +"t. c #8DBC9A", +"u. c #8BB987", +"v. c #649A5F", +"w. c #6CA96D", +"x. c #87C888", +"y. c #91C39A", +"z. c #5D9F92", +"A. c #6B9F99", +"B. c #89A4C4", +"C. c #479095", +"D. c #93C49A", +"E. c #88B87E", +"F. c #619956", +"G. c #639D64", +"H. c #6DAB6E", +"I. c #89C88A", +"J. c #92BF9A", +"K. c #5D9C93", +"L. c #6A9D9D", +"M. c #8BA7BB", +"N. c #4A958A", +"O. c #8AC09A", +"P. c #7EB879", +"Q. c #569852", +"R. c #70AD70", +"S. c #7FC880", +"T. c #67A683", +"U. c #6699B1", +"V. c #8AB1B6", +"W. c #469B87", +"X. c #99C896", +"Y. c #86B87C", +"Z. c #5E9955", +"`. c #74A679", +" + c #66C067", +".+ c #95C896", +"++ c #93C29A", +"@+ c #659C83", +"#+ c #4F939C", +"$+ c #90A6CB", +"%+ c #4E969F", +"&+ c #449194", +"*+ c #7CB196", +"=+ c #86B884", +"-+ c #5F995D", +";+ c #639C64", +">+ c #609861", +",+ c #62B863", +"'+ c #6AA099", +")+ c #4F9173", +"!+ c #A7C7A1", +"~+ c #519187", +"{+ c #8BA5C8", +"]+ c #8BA6C2", +"^+ c #89A4C3", +"/+ c #4C94A7", +"(+ c #8CAA5D", +"_+ c #81A070", +":+ c #57919B", +"<+ c #77A89A", +"[+ c #98C79A", +"}+ c #81B67F", +"|+ c #659A63", +"1+ c #62966B", +"2+ c #63A16C", +"3+ c #7FC696", +"4+ c #8EC89A", +"5+ c #58A49E", +"6+ c #6E9D82", +"7+ c #BFBE22", +"8+ c #E0E279", +"9+ c #848455", +"0+ c #56AA90", +"a+ c #5AA082", +"b+ c #4E9F94", +"c+ c #4A9E9A", +"d+ c #BDA249", +"e+ c #EAA542", +"f+ c #8B906A", +"g+ c #5F8B8E", +"h+ c #80C59A", +"i+ c #83C884", +"j+ c #6AA56D", +"k+ c #609C63", +"l+ c #60945C", +"m+ c #66C395", +"n+ c #7BC89A", +"o+ c #5DA89F", +"p+ c #488F90", +"q+ c #C99D49", +"r+ c #D8C62C", +"s+ c #8DC084", +"t+ c #67A299", +"u+ c #73C399", +"v+ c #8BC59A", +"w+ c #95C595", +"x+ c #6DB493", +"y+ c #63A56B", +"z+ c #CA8232", +"A+ c #D5A538", +"B+ c #958963", +"C+ c #68AF97", +"D+ c #7DC39A", +"E+ c #78C887", +"F+ c #6BC776", +"G+ c #5E995F", +"H+ c #659B61", +"I+ c #72BD8B", +"J+ c #79C798", +"K+ c #4F8E91", +"L+ c #AC9F4F", +"M+ c #D09A31", +"N+ c #85A255", +"O+ c #65A090", +"P+ c #91C09A", +"Q+ c #97C699", +"R+ c #99C892", +"S+ c #93C88D", +"T+ c #55B799", +"U+ c #75967E", +"V+ c #C9CB47", +"W+ c #DEB55D", +"X+ c #6F9B7B", +"Y+ c #61C197", +"Z+ c #68C791", +"`+ c #67B178", +" @ c #619B62", +".@ c #658DB7", +"+@ c #908673", +"@@ c #C5A044", +"#@ c #7FA76C", +"$@ c #66A78A", +"%@ c #83C69A", +"&@ c #78AF99", +"*@ c #84A77A", +"=@ c #C4CF81", +"-@ c #8E7177", +";@ c #7575B8", +">@ c #7FA388", +",@ c #64BA97", +"'@ c #97C69A", +")@ c #7EAF99", +"!@ c #7C93A8", +"~@ c #5DAAA5", +"{@ c #8FC89A", +"]@ c #84C697", +"^@ c #678AB8", +"/@ c #61958C", +"(@ c #5AC297", +"_@ c #62BA9A", +":@ c #8CC899", +"<@ c #8AC48B", +"[@ c #79C47A", +"}@ c #6FBD78", +"|@ c #6581AB", +"1@ c #686FC8", +"2@ c #628D7E", +"3@ c #55A36B", +"4@ c #4EB786", +"5@ c #5EB868", +"6@ c #65B865", +"7@ c #6BB86C", +"8@ c #6EB86F", +"9@ c #70B871", +"0@ c #6DB86E", +"a@ c #69B86A", +"b@ c #5F9A60", +"c@ c #6982A5", +"d@ c #6A73C7", +"e@ c #6970C9", +" ", +" ", +" ", +" . + + @ # $ $ % & & % * + = ", +" - - - - . ; > , ' ) ! ! ~ { ] ^ - - - - / ", +" ( - - - - - _ : < [ } | 1 1 1 2 3 4 5 - - - - - ", +" ( - - - - - 6 7 8 9 0 0 0 0 0 0 0 a b - - - - - ", +" - - - - - c d e 0 0 0 0 0 0 0 0 f g - - - - - ", +" - - - h i j k l 0 0 0 0 0 m n o p q - - - ", +" r s t u v w x y 0 0 0 0 0 z A B C D E F _ ", +" G H I J K L M N O P Q Q R S T U V W X Y Z ` G ", +" ...+.@.#.$.%.&.*.=.-.;.>.,.'.).!.~.{.].^./.(._. ", +" :.<.[.}.0 |.1.2.3.4.5.6.7.8.9.0.a.b.c.d.e.f.g.h.& ", +" % i.j.k.0 0 |.l.m.n.o.p.p.p.q.r.s.t.0 e.0 0 0 u.v. ", +" # w.x.0 0 0 0 y.z.A.p.p.p.p.p.B.C.D.e.0 0 0 0 E.F. ", +" G.H.I.0 0 0 0 J.K.L.p.p.p.p.p.M.N.O.0 0 0 0 0 P.Q. ", +" $ R.S.| 0 0 0 m T.U.p.p.p.p.p.V.W.X.X.0 0 0 0 Y.Z. ", +" G.`. +.+0 0 0 ++@+#+$+p.p.p.p.%+&+*+X.0 0 0 0 =+-+ ", +" ;+>+,+.+0 0 t.'+)+!+~+{+]+^+/+(+_+:+<+[+0 | 0 }+|+ ", +" 1+2+3+|.4+5+6+7+8+9+0+a+b+c+d+e+f+g+h+|.k.i+j+G. ", +" k+l+m+n+o+p+q+r+s+t+u+v+w+x+y+z+A+B+C+D+E+F+G+ ", +" H+I+J+K+L+M+N+O+P+Q+0 R+S+T+U+V+W+X+Y+Z+`+ @ ", +" .@- - +@@@#@$@0 0 0 0 0 4+%@&@*@=@-@- - - ", +" - - - - ;@>@,@@.e.0 0 0 0 0 '@'@)@!@- - - - - ", +" - - - - - - ~@0 {@|.0 0 0 0 0 1 k.]@^@- - - - - ", +" . - - - - - /@(@_@:@| | | | | <@[@}@|@- - - - - ", +" - - - - 1@2@3@4@5@6@7@8@9@9@0@a@b@c@- - - - - ", +" d@- - - G+G+G+G+G+G+G+G+G+ - - e@ ", +" ", +" ", +" ", +" "}; --- network-config-0.2.orig/debian/patches/02-network-config.dpatch +++ network-config-0.2/debian/patches/02-network-config.dpatch @@ -0,0 +1,65 @@ +#!/bin/sh /usr/share/dpatch/dpatch-run +## 02-default-icon.dpatch.dpatch by Marvin Stark +## +## All lines beginning with `## DP:' are a description of the patch. +## DP: Changed location of default icon. +## DP: Changed network-config location. + +@DPATCH@ + +--- network-config-0.2/network-config.pl.orig 2008-04-07 20:52:43.000000000 +0000 ++++ network-config-0.2/network-config.pl 2008-04-07 20:53:51.000000000 +0000 +@@ -470,7 +470,7 @@ + my $program_dir = dirname(realpath($0)); + my $one_setting = { + name => "new_config", +- icon => "$program_dir/default-icon.png", ++ icon => "/usr/share/network-config/default-icon.png", + description => "your description here", + default_net => $ethernet_cards[0], + dns_auto => "TRUE", +@@ -1147,7 +1147,7 @@ + else + { + $icon_pixbuf = +- Gtk2::Gdk::Pixbuf->new_from_file("$program_dir/default-icon.png"); ++ Gtk2::Gdk::Pixbuf->new_from_file("/usr/share/network-config/default-icon.png"); + } + push @{$select_list->{data}},[$icon_pixbuf,$_->{name}]; + } +@@ -1934,7 +1934,7 @@ + else + { + my $program_dir = dirname(realpath($0)); +- $current_icon = Gtk2::Image->new_from_file("$program_dir/default-icon.png"); ++ $current_icon = Gtk2::Image->new_from_file("/usr/share/network-config/default-icon.png"); + } + $icon_hbox->pack_start($current_icon,TRUE,FALSE,10); + #change icon button +@@ -3101,7 +3101,7 @@ + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA."); + $about_dialog->set_copyright("2007 (c) ".$program_author); + my $program_dir = dirname(realpath($0)); +- my $pixbuf = Gtk2::Gdk::Pixbuf->new_from_file("$program_dir/default-icon.png"); ++ my $pixbuf = Gtk2::Gdk::Pixbuf->new_from_file("/usr/share/network-config/default-icon.png"); + $about_dialog->set_logo($pixbuf); + $about_dialog->set_comments($program_date); + $about_dialog->run; +@@ -3314,7 +3314,7 @@ + #create the main window + $main_window = Gtk2::Window->new('toplevel'); + my $program_dir = dirname(realpath($0)); +- my $pixbuf = Gtk2::Gdk::Pixbuf->new_from_file("$program_dir/default-icon.png"); ++ my $pixbuf = Gtk2::Gdk::Pixbuf->new_from_file("/usr/share/network-config/default-icon.png"); + $main_window->set_default_icon($pixbuf); + #title of the main window + $main_window->set_title($program_name." ".$program_version); +@@ -3853,7 +3853,7 @@ + if ($graphic_mode) + { + print "starting gksu $0...\n"; +- system("gksu $program_dir/network-config.pl"); ++ system("gksu /usr/bin/network-config"); + } + #text mode + else --- network-config-0.2.orig/debian/patches/01-makefile.dpatch +++ network-config-0.2/debian/patches/01-makefile.dpatch @@ -0,0 +1,53 @@ +#!/bin/sh /usr/share/dpatch/dpatch-run +## 01-makefile.dpatch by Marvin Stark +## +## All lines beginning with `## DP:' are a description of the patch. +## DP: Removed not needed files. +## DP: Copied network-config.pl to /usr/bin/. + +@DPATCH@ + +--- network-config-0.1/Makefile.orig 2007-01-10 12:57:41.000000000 +0000 ++++ network-config-0.1/Makefile 2007-01-10 12:59:14.000000000 +0000 +@@ -22,19 +22,9 @@ + @echo "Installing Network-config version ${VERSION} :"; + @echo; + mkdir -p ${PREFIX}/share/network-config +- cp ./Makefile ${PREFIX}/share/network-config/ +- cp ./configure ${PREFIX}/share/network-config/ +- cp ./network-config.pl ${PREFIX}/share/network-config/ ++ cp ./network-config.pl ${PREFIX}/bin/network-config + cp ./default-icon.png ${PREFIX}/share/network-config/ +- cp ./AUTHORS ${PREFIX}/share/network-config/ +- cp ./ChangeLog ${PREFIX}/share/network-config/ +- cp ./COPYING ${PREFIX}/share/network-config/ +- cp ./INSTALL ${PREFIX}/share/network-config/ +- cp ./NEWS ${PREFIX}/share/network-config/ +- cp ./README ${PREFIX}/share/network-config/ +- cp ./TODO ${PREFIX}/share/network-config/ +- chmod +x ${PREFIX}/share/network-config/network-config.pl +- ln -s -f ${PREFIX}/share/network-config/network-config.pl ${PREFIX}/bin/network-config ++ chmod +x ${PREFIX}/bin/network-config + @echo; + @echo "Installation is finished."; + @echo "You can type \"make uninstall\" if you wish to uninstall the program."; +@@ -42,18 +32,8 @@ + uninstall: + @echo "Uninstalling Network-config version ${VERSION} :"; + @echo; +- rm -f ${PREFIX}/share/network-config/network-config.pl +- rm -f ${PREFIX}/share/network-config/default-icon.png + rm -f ${PREFIX}/bin/network-config +- rm -f ${PREFIX}/share/network-config/configure +- rm -f ${PREFIX}/share/network-config/Makefile +- rm -f ${PREFIX}/share/network-config/AUTHORS +- rm -f ${PREFIX}/share/network-config/ChangeLog +- rm -f ${PREFIX}/share/network-config/COPYING +- rm -f ${PREFIX}/share/network-config/INSTALL +- rm -f ${PREFIX}/share/network-config/NEWS +- rm -f ${PREFIX}/share/network-config/README +- rm -f ${PREFIX}/share/network-config/TODO ++ rm -f ${PREFIX}/share/network-config/default-icon.png + rmdir ${PREFIX}/share/network-config; + @echo; + @echo "Uninstallation is finished."; --- network-config-0.2.orig/debian/patches/00list +++ network-config-0.2/debian/patches/00list @@ -0,0 +1,2 @@ +01-makefile.dpatch +02-network-config.dpatch