Bug#499469: llvm: diff for NMU version 2.2-8.1
Thomas Viehmann
tv at beamnet.de
Sun Oct 5 09:04:55 UTC 2008
tags 499469 + patch pending
thanks
Hi Arthur, Pierre,
for your convenience I will upload the attached NMU for llvm (versioned as
2.2-8.1) unless problems show up during my further testing, in the
hope that cutting down on the tedious bug for you to fix helps you
make better use of your Debian time. :)
Kind Regards
T.
diff -u llvm-2.2/debian/control llvm-2.2/debian/control
--- llvm-2.2/debian/control
+++ llvm-2.2/debian/control
@@ -73,7 +73,7 @@
Package: llvm-examples
Section: doc
Architecture: all
-Depends: llvm-dev (= ${source:Version})
+Depends: llvm-dev (>= ${source:Version}), llvm-dev (<< ${source:Version}+c)
Description: examples using LLVM (Low-Level Virtual Machine) compiler
The Low-Level Virtual Machine (LLVM) is a collection of libraries and
tools that make it easy to build compilers, optimizers, Just-In-Time
diff -u llvm-2.2/debian/changelog llvm-2.2/debian/changelog
--- llvm-2.2/debian/changelog
+++ llvm-2.2/debian/changelog
@@ -1,3 +1,11 @@
+llvm (2.2-8.1) unstable; urgency=medium
+
+ * Non-maintainer upload coodinated with Pierre.
+ * debian/control (and control.in): make llvm-examples
+ binNMU-safe. Closes: #499469
+
+ -- Thomas Viehmann <tv at beamnet.de> Sun, 05 Oct 2008 10:54:50 +0200
+
llvm (2.2-8) unstable; urgency=high
* Run testsuite on kfreebsd-i386 and kfreebsd-amd64 as well.
diff -u llvm-2.2/debian/control.in/llvm-examples llvm-2.2/debian/control.in/llvm-examples
--- llvm-2.2/debian/control.in/llvm-examples
+++ llvm-2.2/debian/control.in/llvm-examples
@@ -1,7 +1,7 @@
Package: llvm-examples
Section: doc
Architecture: all
-Depends: llvm-dev (= ${source:Version})
+Depends: llvm-dev (>= ${source:Version}), llvm-dev (<< ${source:Version}+c)
Description: examples using LLVM (Low-Level Virtual Machine) compiler
The Low-Level Virtual Machine (LLVM) is a collection of libraries and
tools that make it easy to build compilers, optimizers, Just-In-Time
More information about the Pkg-llvm-team
mailing list