diff options
| author | Michael Biebl <biebl@debian.org> | 2010-07-08 01:36:08 +0000 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2010-07-08 01:36:08 +0000 |
| commit | 51e010e658bc92cae2acba858f32f069b71dfae6 (patch) | |
| tree | c2eb47f6542a00ab10be99cbd18830b6519ae40a | |
| parent | 3239537bbf991c6cb7580e482cc49fb461e04ca7 (diff) | |
* Switch to source format 3.0 (quilt).
- Add debian/source/format. - Drop Build-Depends on quilt. - Remove /usr/share/cdbs/1/rules/patchsys-quilt.mk from debian/rules. git-svn-id: svn+ssh://svn.debian.org/svn/pkg-utopia/packages/unstable/networkmanager@3618 ceb527fc-18e6-0310-9fe2-813c157c29e7
| -rw-r--r-- | debian/changelog | 6 | ||||
| -rw-r--r-- | debian/control | 1 | ||||
| -rwxr-xr-x | debian/rules | 1 | ||||
| -rw-r--r-- | debian/source/format | 1 |
4 files changed, 6 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index 6a58b487..436a66bb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,8 +4,12 @@ network-manager (0.8.0.999-1) UNRELEASED; urgency=low - Bluetooth Dial-Up Networking support. - Command line interface via nmcli. - IPv6 DHCP support. + * Switch to source format 3.0 (quilt). + - Add debian/source/format. + - Drop Build-Depends on quilt. + - Remove /usr/share/cdbs/1/rules/patchsys-quilt.mk from debian/rules. - -- Michael Biebl <biebl@debian.org> Thu, 20 May 2010 02:38:38 +0200 + -- Michael Biebl <biebl@debian.org> Thu, 08 Jul 2010 03:32:37 +0200 network-manager (0.8-1) unstable; urgency=low diff --git a/debian/control b/debian/control index 3d3a947b..6ce0bc84 100644 --- a/debian/control +++ b/debian/control @@ -9,7 +9,6 @@ Build-Depends: autotools-dev, pkg-config, intltool, - quilt, libdbus-glib-1-dev (>= 0.75), libdbus-1-dev (>= 1.1), libiw-dev(>= 27+28pre9), diff --git a/debian/rules b/debian/rules index 0fefb1de..dc57d45c 100755 --- a/debian/rules +++ b/debian/rules @@ -2,7 +2,6 @@ include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/autotools.mk -include /usr/share/cdbs/1/rules/patchsys-quilt.mk include /usr/share/cdbs/1/rules/utils.mk # List any files which are not installed diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 00000000..163aaf8d --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt) |