giftcurs-commits
[Top][All Lists]
Advanced

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

[giFTcurs-commits] giFTcurs/debian changelog control rules watch


From: Göran Weinholt
Subject: [giFTcurs-commits] giFTcurs/debian changelog control rules watch
Date: Sat, 22 Nov 2003 16:59:42 -0500

CVSROOT:        /cvsroot/giftcurs
Module name:    giFTcurs
Branch:         
Changes by:     Göran Weinholt <address@hidden> 03/11/22 16:59:42

Modified files:
        debian         : changelog control rules 
Added files:
        debian         : watch 

Log message:
        Build with ncursesw and gpm support. Add a watchfile.

Patches:
Index: giFTcurs/debian/changelog
diff -u giFTcurs/debian/changelog:1.28 giFTcurs/debian/changelog:1.29
--- giFTcurs/debian/changelog:1.28      Wed Sep 17 08:30:33 2003
+++ giFTcurs/debian/changelog   Sat Nov 22 16:59:42 2003
@@ -1,9 +1,17 @@
 giftcurs (0.6.1-2) unstable; urgency=low
 
-  * debian/{control,changelog}: Recoded to ASCII, since the tools can't
-    handle UTF-8.
+  * debian/{control,changelog}:
+    + Recoded to ASCII, since UTF-8 causes some problems.
+  * debian/rules:
+    + Add --disable-dependency-tracking for faster builds.
+    + Add --with-ncursesw to enable UTF-8 support.
+    + Remove --disable-gpm to enable gpm support.
+  * debian/control:
+    + Change the libncurses5-dev build dependency to libncursesw5-dev.
+    + Add a libgpmg1-dev build dependency.
+  * debian/watch: Watch file for uscan.
 
- -- Goran Weinholt <address@hidden>  Wed, 17 Sep 2003 14:29:23 +0200
+ -- Goran Weinholt <address@hidden>  Sat, 22 Nov 2003 22:58:05 +0100
 
 giftcurs (0.6.1-1) unstable; urgency=low
 
Index: giFTcurs/debian/control
diff -u giFTcurs/debian/control:1.25 giFTcurs/debian/control:1.26
--- giFTcurs/debian/control:1.25        Wed Sep 17 08:30:33 2003
+++ giFTcurs/debian/control     Sat Nov 22 16:59:42 2003
@@ -2,7 +2,7 @@
 Section: net
 Priority: optional
 Maintainer: Goran Weinholt <address@hidden>
-Build-Depends: debhelper (>= 4), libncurses5-dev, gettext, libglib2.0-dev
+Build-Depends: debhelper (>= 4), libncursesw5-dev, gettext, libglib2.0-dev, 
libgpmg1-dev [!hurd-i386]
 Standards-Version: 3.6.1
 
 Package: giftcurs
Index: giFTcurs/debian/rules
diff -u giFTcurs/debian/rules:1.21 giFTcurs/debian/rules:1.22
--- giFTcurs/debian/rules:1.21  Wed Jul 23 10:11:30 2003
+++ giFTcurs/debian/rules       Sat Nov 22 16:59:42 2003
@@ -23,10 +23,11 @@
        dh_testdir
        # Configure the package
        ./configure $(confflags) \
-                   --disable-libgpm \
+                   --with-ncursesw \
                    --prefix=/usr \
                    --mandir=\$${prefix}/share/man \
                    --infodir=\$${prefix}/share/info \
+                   --disable-dependency-tracking \
                    CFLAGS="$(CFLAGS)"
 
        touch configure-stamp




reply via email to

[Prev in Thread] Current Thread [Next in Thread]