mirror of
https://github.com/sheumann/hush.git
synced 2024-12-28 07:30:23 +00:00
Fix malformed build-depends. Update list of bugs to close
-Erik
This commit is contained in:
parent
7aa1f5c42a
commit
5d9cad0253
5
debian/changelog
vendored
5
debian/changelog
vendored
@ -1,5 +1,10 @@
|
|||||||
busybox (0.50pre-1) unstable; urgency=low
|
busybox (0.50pre-1) unstable; urgency=low
|
||||||
|
|
||||||
|
* Fix malformed Build-Depends (closes: #86930)
|
||||||
|
* grep has worked for some time now (closes: #81084)
|
||||||
|
* init compiles with DEBUG_INIT enabled (closes: #85794)
|
||||||
|
* md5sum no longer displays filename when reading stdin (closes: #81283)
|
||||||
|
* lsmod, rmmod, and insmod are no longer enabled (closes: #85642)
|
||||||
* Not yet released.
|
* Not yet released.
|
||||||
* See changelog for details.
|
* See changelog for details.
|
||||||
|
|
||||||
|
2
debian/control
vendored
2
debian/control
vendored
@ -1,7 +1,7 @@
|
|||||||
Source: busybox
|
Source: busybox
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Maintainer: Erik Andersen <andersee@debian.org>
|
Maintainer: Erik Andersen <andersee@debian.org>
|
||||||
Build-Depends: debhelper (>= 2.1.18), dpkg-dev (1.7.0)
|
Build-Depends: debhelper (>= 2.1.18), dpkg-dev (>= 1.7.0)
|
||||||
Standards-Version: 3.2.1.0
|
Standards-Version: 3.2.1.0
|
||||||
|
|
||||||
Package: busybox
|
Package: busybox
|
||||||
|
Loading…
Reference in New Issue
Block a user