about summary refs log tree commit diff
path: root/debian
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2010-01-21 23:37:36 +0000
committerMichael Biebl <biebl@debian.org>2010-01-21 23:37:36 +0000
commit7e27973f74bedcba84cc2f3aad3036cb87461c37 (patch)
treeceffbcdceb14865c6716b92f9f381a69891febae /debian
parentca85ca4f231f37f9d52386eefeab95f2dbc81b6c (diff)
Create compat symlinks for the '_' → '-' change.
* debian/libnm-glib-{vpn-}dev.links
  - The name of the pkg-config files has changed ('_' → '-'). Create compat
    symlinks so existing configure scripts keep working, allowing for a
    smoother transition to the new library names.

git-svn-id: svn+ssh://svn.debian.org/svn/pkg-utopia/packages/experimental/networkmanager@3387 ceb527fc-18e6-0310-9fe2-813c157c29e7
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog4
-rw-r--r--debian/libnm-glib-dev.links1
-rw-r--r--debian/libnm-glib-vpn-dev.links1
3 files changed, 6 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 0c25c20c..22a7f9f6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -15,6 +15,10 @@ network-manager (0.7.998-1) UNRELEASED; urgency=low
     - Remove nm-system-settings files.
     - Install PolicyKit files to new location.
     - Remove udev modem prober.
+  * debian/libnm-glib-{vpn-}dev.links
+    - The name of the pkg-config files has changed ('_' → '-'). Create compat
+      symlinks so existing configure scripts keep working, allowing for a
+      smoother transition to the new library names.
 
  -- Michael Biebl <biebl@debian.org>  Sun, 29 Nov 2009 10:19:59 +0100
 
diff --git a/debian/libnm-glib-dev.links b/debian/libnm-glib-dev.links
new file mode 100644
index 00000000..0b299825
--- /dev/null
+++ b/debian/libnm-glib-dev.links
@@ -0,0 +1 @@
+usr/lib/pkgconfig/libnm-glib.pc usr/lib/pkgconfig/libnm_glib.pc
diff --git a/debian/libnm-glib-vpn-dev.links b/debian/libnm-glib-vpn-dev.links
new file mode 100644
index 00000000..d74ba252
--- /dev/null
+++ b/debian/libnm-glib-vpn-dev.links
@@ -0,0 +1 @@
+usr/lib/pkgconfig/libnm-glib-vpn.pc usr/lib/pkgconfig/libnm_glib_vpn.pc