More dpkg work.
authorFredrik Tolf <fredrik@dolda2000.com>
Wed, 30 Jan 2008 02:14:29 +0000 (03:14 +0100)
committerFredrik Tolf <fredrik@dolda2000.com>
Sun, 3 Feb 2008 00:57:22 +0000 (01:57 +0100)
debian/control
debian/doldacond.install [new file with mode: 0644]
debian/rules

index d4d3644..fee040d 100644 (file)
@@ -2,17 +2,18 @@ Source: doldaconnect
 Section: network
 Priority: optional
 Maintainer: Fredrik Tolf <fredrik@dolda2000.com>
+Build-Depends: debhelper, cdbs
 Standards-Version: 3.6.1
 
-Package: doldaconnect
+Package: doldacond
 Architecture: any
 Depends: ${shlibs:Depends}
-Description: Dolda Connect is a client program for the Direct Connect peer-to-peer
- filesharing network. It is written so that the user interface is
- separated from the actual filesharing program, so that the user
- interface can run on a different computer over the network, and can be
- shut down temporarily (or only started temporarily), and can be
- replaced altogether.
+Description: Dolda Connect is a client program for the Direct Connect
+ peer-to-peer filesharing network. It is written so that the user
+ interface is separated from the actual filesharing program, so that
+ the user interface can run on a different computer over the network,
+ and can be shut down temporarily (or only started temporarily), and
can be replaced altogether.
  .
  The protocol with which the user interface talks with the actual
  client is also quite well defined, so that other kinds of clients can
diff --git a/debian/doldacond.install b/debian/doldacond.install
new file mode 100644 (file)
index 0000000..7c02836
--- /dev/null
@@ -0,0 +1,6 @@
+bin/doldacond
+bin/locktouch
+bin/tthsum
+libexec/speedrec
+share/man/man5/doldacond.conf.5
+share/man/man8/doldacond.8
index f549901..42f7407 100644 (file)
@@ -1 +1,8 @@
 #!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/autotools.mk
+
+DEB_CONFIGURE_EXTRA_FLAGS = \
+       --enable-daemon --enable-gtk2ui --enable-guishell \
+        --enable-dolconf --enable-gnomeapplet --enable-pidginplugin