chiark / gitweb /
Debianization fixes.
authormdw <mdw>
Sat, 29 Nov 2003 23:49:42 +0000 (23:49 +0000)
committermdw <mdw>
Sat, 29 Nov 2003 23:49:42 +0000 (23:49 +0000)
configure.in
debian/.cvsignore
debian/control
debian/rules

index ebb870d8377f44b3560b782b93596be316fd1245..f65de2424fd54ffc9b5945bdb3ecce84e9f8f45e 100644 (file)
@@ -1,6 +1,6 @@
-dnl -*-fundamental-*-
+dnl -*-m4-*-
 dnl
-dnl $Id: configure.in,v 1.14 1999/11/11 19:50:13 mdw Exp $
+dnl $Id: configure.in,v 1.15 2003/11/29 23:49:42 mdw Exp $
 dnl
 dnl Configuration script for X tools
 dnl
@@ -28,6 +28,9 @@ dnl Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 dnl ----- Revision history --------------------------------------------------
 dnl
 dnl $Log: configure.in,v $
+dnl Revision 1.15  2003/11/29 23:49:42  mdw
+dnl Debianization fixes.
+dnl
 dnl Revision 1.14  1999/11/11 19:50:13  mdw
 dnl Build separately from libraries.
 dnl
index 4e3ca0229305882700ff2bd9f1a4420630f0ba0c..0de241f2b026178fb4d33405e56569d90fc95acb 100644 (file)
@@ -1 +1,2 @@
 files *.debhelper tmp xtoys-gtk substvars *.substvars
+xtoys
index e1fd9b8202cccb15cc050ba6aeccd083932b87bc..3003695f3d1b8b1491081a0e01e2bb02d327d060 100644 (file)
@@ -1,6 +1,8 @@
 Source: xtoys
 Section: x11
 Priority: extra
+Build-Depends: mlib-dev (>= 2.0.0), mglib-dev (>= 1.1.0),
+ debhelper (>= 4.0.2)
 Maintainer: Mark Wooding <mdw@nsict.org>
 Standards-Version: 3.1.1
 
index e0a0e84a1bbc47d6d30ad09e41683bb346e64ef1..cde85dcfad1b47370a1898abcf7bbead468f653d 100755 (executable)
@@ -1,5 +1,7 @@
 #! /usr/bin/make -f
 
+export DH_COMPAT = 4
+
 build:
        rm -rf deb-build build; mkdir deb-build
        cd deb-build; ../configure --prefix=/usr --mandir=/usr/share/man
@@ -29,6 +31,7 @@ binary-arch: install
        dh_testroot -a
        dh_compress -a
        dh_installdocs -a
+       dh_strip -a
        dh_shlibdeps -a
        dh_gencontrol -a
        dh_fixperms -a