diff options
author | Guillem Jover <guillem@debian.org> | 2005-07-17 06:04:42 +0000 |
---|---|---|
committer | Guillem Jover <guillem@hadrons.org> | 2010-06-10 23:21:17 +0200 |
commit | 241715e35232f0cca3a7aeb6e5f4b2e1f21febb1 (patch) | |
tree | 620c7d6bb0ffcb9ce6af525496186a802ece5643 /debian/rules | |
parent | 47bf3eab3037714c7fa95f99b1ceb4dc8e7bd97e (diff) | |
download | inetutils-241715e35232f0cca3a7aeb6e5f4b2e1f21febb1.tar.gz |
Change source and Linux binary packages Priority to extra
Closes: #290700
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/rules b/debian/rules index 5bcbb83..ae8e10d 100755 --- a/debian/rules +++ b/debian/rules @@ -28,8 +28,8 @@ clean :: ifeq ($(DEB_HOST_ARCH_OS),linux) cat debian/control.in \ | sed \ - -e 's/@inetutils:Priority@/optional/g' \ - -e 's/@syslogd:Priority@/optional/g' \ + -e 's/@inetutils:Priority@/extra/g' \ + -e 's/@syslogd:Priority@/extra/g' \ -e 's/@syslogd:Section@/net/g' \ -e '/@tools:Provides@/d' \ > debian/control |