tags 394709 + patch
tags 418476 + patch
tags 424249 + patch
tags 442873 + patch
thanks
Hi,
Attached is the diff for my snacc 1.3bbn-9.3 NMU.
diff -u snacc-1.3bbn/debian/control snacc-1.3bbn/debian/control
--- snacc-1.3bbn/debian/control
+++ snacc-1.3bbn/debian/control
@@ -10,7 +10,7 @@
Architecture: any
Depends: ${shlibs:Depends}
Recommends: libsnacc-dev, snacc-doc
-Suggests: automake
+Suggests: automake1.7
Description: ASN.1 to C or C++ or IDL compiler
Snacc is short for "Sample Neufeld ASN.1 to C Compiler" and ASN.1
stands for Abstract Syntax Notation One (ITU-T X.208/ISO 8824).
@@ -31,7 +31,7 @@
Package: libsnacc-dev
Section: libdevel
Architecture: any
-Depends: libsnacc0c2 (= ${Source-Version})
+Depends: libsnacc0c2 (= ${binary:Version})
Recommends: snacc-doc
Description: ASN.1 to C or C++ or IDL compiler, development files
Snacc is short for "Sample Neufeld ASN.1 to C Compiler" and ASN.1
diff -u snacc-1.3bbn/debian/snacc-doc.doc-base snacc-1.3bbn/debian/snacc-doc.doc-base
--- snacc-1.3bbn/debian/snacc-doc.doc-base
+++ snacc-1.3bbn/debian/snacc-doc.doc-base
@@ -2,7 +2,7 @@
Title: Snacc 1.2rj: A High Performance ASN.1 to C/C++/IDL Compiler
Author: Michael Sample
Abstract: This manual describes the Snacc ASN.1 to C/C++ compiler.
-Section: Apps/Programming
+Section: Programming
Format: PostScript
Files: /usr/share/doc/snacc-doc/snacc-a5.ps.gz
diff -u snacc-1.3bbn/debian/changelog snacc-1.3bbn/debian/changelog
--- snacc-1.3bbn/debian/changelog
+++ snacc-1.3bbn/debian/changelog
@@ -1,3 +1,22 @@
+snacc (1.3bbn-9.3) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * debian/rules
+ - updated clean target (Closes: #424249)
+ - added removal for usr/share/doc/snacc-doc in snacc (Closes: #418476)
+ * debian/control
+ - bump Suggest to automake1.7 (to follow what's in build-dep) (Closes:
+ #394709)
+ - updated libsnacc-dev to use ${binary:Version} for depends over libsnacc0c2
+ * debian/patches/bts-442873.patch
+ - added (Closes: #442873)
+ * debian/snacc-doc.doc-base
+ - fixed Section to Programming
+ * debian/copyright
+ - updated FSF address
+
+ -- Sandro Tosi <[EMAIL PROTECTED]> Wed, 16 Apr 2008 01:42:50 +0200
+
snacc (1.3bbn-9.2) unstable; urgency=low
* Non-maintainer upload.
diff -u snacc-1.3bbn/debian/copyright snacc-1.3bbn/debian/copyright
--- snacc-1.3bbn/debian/copyright
+++ snacc-1.3bbn/debian/copyright
@@ -21,7 +21,7 @@
Version 2, June 1991
Copyright (C) 1989, 1991 Free Software Foundation, Inc.
- 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
diff -u snacc-1.3bbn/debian/rules snacc-1.3bbn/debian/rules
--- snacc-1.3bbn/debian/rules
+++ snacc-1.3bbn/debian/rules
@@ -23,4 +23,7 @@
+install/snacc::
+ rm -rf $(CURDIR)/debian/snacc/usr/share/doc/snacc-doc/
+
clean::
rm -rf c-lib/Cebuf c-lib/ebuf c-lib/mbuf c-lib/sbuf c-lib/tbl \
- c++-lib/c++
-
+ c++-lib/c++ c++-lib/tcl/*.C c++-lib/tcl/tkAppInit.c \
+ config.log config.status depcomp
--- snacc-1.3bbn.orig/debian/patches/bts-442873.patch
+++ snacc-1.3bbn/debian/patches/bts-442873.patch
@@ -0,0 +1,12 @@
+diff -uraN snacc-1.3bbn.orig/snacc-config.in snacc-1.3bbn/snacc-config.in
+--- snacc-1.3bbn.orig/snacc-config.in 2001-01-27 02:02:40.000000000 +0100
++++ snacc-1.3bbn/snacc-config.in 2008-04-16 01:19:43.153755670 +0200
+@@ -95,7 +95,7 @@
+ if test $exec_prefix != /usr; then echo -n "-L${exec_prefix}/lib "; fi
+ case "$language" in
+ C) echo -n "-lasn1c${buffertype} " ;;
+- C++) echo -n "-Iasn1c++ " ;;
++ C++) echo -n "-lasn1c++ " ;;
+ *) ;;
+ esac
+ else