diff options
| -rw-r--r-- | debian/changelog | 3 | ||||
| -rw-r--r-- | debian/control | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 82599c4d..e660c4db 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,9 @@ network-manager (0.9.2.0-2) UNRELEASED; urgency=low * Build against libnl3. + * Change section of gir1.2-networkmanager-1.0 to introspection. - -- Michael Biebl <biebl@debian.org> Thu, 05 Jan 2012 14:15:12 +0100 + -- Michael Biebl <biebl@debian.org> Thu, 05 Jan 2012 14:19:04 +0100 network-manager (0.9.2.0-1) unstable; urgency=low diff --git a/debian/control b/debian/control index ae6c9fcd..96e13475 100644 --- a/debian/control +++ b/debian/control @@ -206,7 +206,7 @@ Description: network management framework (debugging symbols) This package contains detached debugging symbols. Package: gir1.2-networkmanager-1.0 -Section: libs +Section: introspection Architecture: any Depends: ${gir:Depends}, ${shlibs:Depends}, ${misc:Depends} Description: GObject introspection data for NetworkManager |