Package: libtexttools
Version: 2.0.3-3
Severity: normal
Tags: patch

Hi,

Attached is the diff for my libtexttools 2.0.3-3.1 NMU.
diff -u libtexttools-2.0.3/debian/changelog libtexttools-2.0.3/debian/changelog
--- libtexttools-2.0.3/debian/changelog
+++ libtexttools-2.0.3/debian/changelog
@@ -1,3 +1,13 @@
+libtexttools (2.0.3-3.1) unstable; urgency=high
+
+  * Non-maintainer upload.
+  * Rebuild with gnat-4.1. (Closes: #377721)
+    * Remove build-dependency on gnat (<< 3.16).
+    * Set CFLAGS to "-O2 -g".
+  * Remove obsolete local variables from the bottom of the changelog.
+
+ -- Steinar H. Gunderson <[EMAIL PROTECTED]>  Tue, 18 Jul 2006 11:54:12 +0200
+
 libtexttools (2.0.3-3) unstable; urgency=low
   
   * debian/rules: Accept any character in the Debian upload number.
@@ -22,3 +31,0 @@
-Local variables:
-left-margin: 2
-End:
diff -u libtexttools-2.0.3/debian/control libtexttools-2.0.3/debian/control
--- libtexttools-2.0.3/debian/control
+++ libtexttools-2.0.3/debian/control
@@ -2,7 +2,7 @@
 Priority: optional
 Maintainer: Ludovic Brenta <[EMAIL PROTECTED]>
 Uploaders: Matthias Klose <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>= 4.0.0), ncurses-dev, gnat (>= 3.15p-19), gnat (<< 
3.16)
+Build-Depends: debhelper (>= 4.0.0), ncurses-dev, gnat (>= 3.15p-19)
 Standards-Version: 3.6.2
 
 Package: libtexttools-dev
diff -u libtexttools-2.0.3/debian/rules libtexttools-2.0.3/debian/rules
--- libtexttools-2.0.3/debian/rules
+++ libtexttools-2.0.3/debian/rules
@@ -17,7 +17,7 @@
 BODIES := $(wildcard *.adb)
 OBJECTS := $(patsubst %.ads,obj/%.o,$(SPECS))
 C_OBJECTS := $(patsubst C_code/%.c,obj/%.o,$(wildcard C_code/*.c))
-CFLAGS=-O2 -gnato -gnatn -gnatVa
+CFLAGS=-O2 -g
 
 build: build-stamp
 build-stamp:

Reply via email to