]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blobdiff - sysvinit/sysvinit.nm
docbook2X: New package.
[people/ms/ipfire-3.x.git] / sysvinit / sysvinit.nm
index 31f82c2d58f17404d799a27db4d7e2aba0e8c679..637b564ca475780d93953384a6773ce2b8559138 100644 (file)
@@ -5,7 +5,7 @@
 
 name       = sysvinit
 version    = 2.86
-release    = 1
+release    = 5
 
 groups     = System/Base
 url        = https://alioth.debian.org/projects/pkg-sysvinit/
@@ -13,7 +13,7 @@ license    = GPLv2+
 summary    = Programs which control basic system processes.
 
 description
-       The sysvinit package contains a group of processes that control \
+       The sysvinit package contains a group of processes that control
        the very basic functions of your system.
 end
 
@@ -35,10 +35,19 @@ build
                mkdir -pv %{BUILDROOT}/{bin,sbin,usr/{bin,include}}
                mkdir -pv %{BUILDROOT}/usr/share/man/man{1,5,8}
                make -C src install ROOT=%{BUILDROOT}
+
+               # /bin/mountpoint is part of util-linux >= 2.20
+               rm -vf %{BUILDROOT}/bin/mountpoint \
+                       %{BUILDROOT}/usr/share/man/man1/mountpoint.1
        end
 end
 
 packages
        package %{name}
+               groups += Base
+       end
+
+       package %{name}-debuginfo
+               template DEBUGINFO
        end
 end