]> git.ipfire.org Git - ipfire-3.x.git/blobdiff - lua/lua.nm
Add a -debuginfo for every package that is not noarch.
[ipfire-3.x.git] / lua / lua.nm
index b27d23848deb817b29ed48cdd2ce292386f5d72e..a08ea6357e1840a07c73c92a13025fa598bcffd6 100644 (file)
@@ -58,14 +58,18 @@ end
 packages
        package %{name}
        end
-       
+
        package %{name}-devel
                template DEVEL
        end
-       
+
        package %{name}-libs
                template LIBS
-       
+
                files += /usr/lib*/liblua-5.1.so
        end
+
+       package %{name}-debuginfo
+               template DEBUGINFO
+       end
 end