summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2012-09-05 02:39:38 +0000
committerIgor Pashev <pashev.igor@gmail.com>2012-09-05 02:39:38 +0000
commitf40d2d332da8443916cab0c4e2edb06b94652e79 (patch)
treefdd6f58b445258fd599d7e6b4bfcd911c10965cf
parentec2145eaa394863eba93244f281f0e3dd3c5f5e6 (diff)
downloadlibelf-f40d2d332da8443916cab0c4e2edb06b94652e79.tar.gz
Do not conflict with libelf-dev, until we rebuild libc
-rw-r--r--debian/changelog6
-rw-r--r--debian/control2
2 files changed, 7 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index fe6e875..da652ca 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libelf (0.8.13-5) unstable; urgency=low
+
+ * Don't conflict with libelf-dev, until we rebuild libc
+
+ -- Igor Pashev <pashev.igor@gmail.com> Wed, 05 Sep 2012 02:35:31 +0000
+
libelf (0.8.13-4) unstable; urgency=low
* Initial release.
diff --git a/debian/control b/debian/control
index cac8c9b..5b144c1 100644
--- a/debian/control
+++ b/debian/control
@@ -18,7 +18,7 @@ Architecture: any
Section: libdevel
Priority: optional
Depends: libelfg0 (= ${binary:Version}), ${misc:Depends}
-Conflicts: libelf-dev, libelf0-dev, libelf1-dev
+Conflicts: libelf1-dev
Description: ELF object file access library (development files)
Package: lib32elfg0