megactl (0.4.5-1) unstable; urgency=medium
.
[ Petter Reinholdtsen ]
* New upstream version 0.4.5
- Dropped all patches now applied upstream.
.
megactl (0.4.4-4) unstable; urgency=medium
.
* Fixed typo in patch metadata.
* Added 0040-hardening.patch to use CPPFLAGS for hardening during build.
.
megactl (0.4.4-3) unstable; urgency=medium
.
[ Petter Reinholdtsen ]
* Added some patches fetched from upstream to improve appstrea
metainfo and compiler warnings.
* Updated Standards-Version from 4.6.2 to 4.7.0.
.
megactl (0.4.4-2) unstable; urgency=medium
.
* Description: mention megacli. Reformat. Closes: #1069175.
.
megactl (0.4.4-1) unstable; urgency=medium
.
* New upstream version 0.4.4
* Drop applied patches
.
megactl (0.4.3+git20240307.6b1fdab-1) unstable; urgency=medium
.
* Initial release (Closes: #1065322).
16 lines
370 B
Makefile
Executable File
16 lines
370 B
Makefile
Executable File
#!/usr/bin/make -f
|
|
|
|
export DH_VERBOSE = 1
|
|
|
|
# See FEATURE AREAS in dpkg-buildflags(1).
|
|
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
|
|
|
|
# See ENVIRONMENT in dpkg-buildflags(1).
|
|
# Package maintainers to append CFLAGS.
|
|
#export DEB_CFLAGS_MAINT_APPEND = -Wall -pedantic
|
|
# Package maintainers to append LDFLAGS.
|
|
#export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
|
|
|
|
%:
|
|
dh $@
|