diff options
| -rw-r--r-- | debian/changelog | 7 | ||||
| -rw-r--r-- | debian/docs | 3 | ||||
| -rw-r--r-- | debian/network-manager.NEWS (renamed from debian/NEWS) | 0 | ||||
| -rwxr-xr-x | debian/rules | 2 |
4 files changed, 9 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index 9f2cdaf0..f6501cb9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +network-manager (0.6.2-3) unstable; urgency=low + + * Ship the NEWS.Debian file only for the network-manager package. + (Closes: #367063) + + -- Michael Biebl <biebl@teco.edu> Sat, 13 May 2006 12:35:03 +0200 + network-manager (0.6.2-2) unstable; urgency=low * More integration work. (Closes: #355244) diff --git a/debian/docs b/debian/docs deleted file mode 100644 index 5502ed8f..00000000 --- a/debian/docs +++ /dev/null @@ -1,3 +0,0 @@ -NEWS -README -TODO diff --git a/debian/NEWS b/debian/network-manager.NEWS index 0c0f4d7a..0c0f4d7a 100644 --- a/debian/NEWS +++ b/debian/network-manager.NEWS diff --git a/debian/rules b/debian/rules index 28d9dab5..ebbeb317 100755 --- a/debian/rules +++ b/debian/rules @@ -4,6 +4,8 @@ include /usr/share/cdbs/1/class/autotools.mk include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/rules/simple-patchsys.mk +DEB_INSTALL_DOCS_ALL := README AUTHORS TODO + DEB_CONFIGURE_EXTRA_FLAGS += \ --with-dbus-sys=/etc/dbus-1/system.d \ --with-wpa_supplicant=/sbin/wpa_supplicant \ |