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

Bug#797634: RFS: network-config/0.2-2 [ITA] -- Simple network configuration tool




Hi

>The respective dsc file can be found at:
>http://mentors.debian.net/debian/pool/main/n/network-config/network-config_0.2-2.dsc



I still don't like the rules file.

I would appreciate a content like:
#!/usr/bin/make -f
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

%:
    dh $@


and nothing more.


However to make this work you have to add a debian/{network-config.}install for the xpm file
cat debian/install

debian/icons/network-config.xpm usr/share/pixmaps/

and a patch for DESTDIR
cat debian/patches/destdir.patch 

--- network-config-0.2.orig/Makefile
+++ network-config-0.2/Makefile
@@ -1,7 +1,7 @@
#VERSION=subversion-$(shell date +%d-%m-%y)
VERSION=0.2
DIST_NAME=network-config-${VERSION}
-PREFIX=/usr
+PREFIX=$(DESTDIR)/usr

all: compile



cheers,

G.


Reply to: