summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (from parent 1: aad580d)
raw | patch | inline | side by side (from parent 1: aad580d)
author | Sebastian Harl <sh@tokkee.org> | |
Sat, 6 Jun 2009 13:35:10 +0000 (15:35 +0200) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Sat, 6 Jun 2009 13:35:10 +0000 (15:35 +0200) |
debian/changelog | patch | blob | history | |
debian/control | patch | blob | history |
diff --git a/debian/changelog b/debian/changelog
index 86ea416a93c30e1bed9106d5e52b56bb9f034b29..141892df2f895f3e369d0ecb7f2af8d7435eac1c 100644 (file)
--- a/debian/changelog
+++ b/debian/changelog
* Added liboping0.symbols.
* debian/rules:
- Do not ignore 'make clean' errors.
+ * debian/control:
+ - Use ${binary:Version} instead of ${Source-Version}.
- -- Sebastian Harl <tokkee@debian.org> Sat, 06 Jun 2009 15:27:41 +0200
+ -- Sebastian Harl <tokkee@debian.org> Sat, 06 Jun 2009 15:34:51 +0200
liboping (0.3.5-1) unstable; urgency=low
diff --git a/debian/control b/debian/control
index 1bd2ea553424a7cd18bef7749244d4c43cd9635d..92eeaf30178085c13b2872f08f220d7d32081dbe 100644 (file)
--- a/debian/control
+++ b/debian/control
Package: liboping-dev
Section: libdevel
Architecture: any
-Depends: liboping0 (>= ${Source-Version})
+Depends: liboping0 (>= ${binary:Version})
Conflicts: liboping0-dev
Replaces: liboping0-dev
Description: C/C++ library to generate ICMP_ECHO requests (development files)