forked from openkylin/dwz
Import Debian changes 0.14-ok1
dwz (0.14-ok1) yangtze; urgency=low * Build for openKylin.
This commit is contained in:
parent
8435dca20b
commit
c19872291a
|
@ -0,0 +1,8 @@
|
|||
dwz for Debian
|
||||
|
||||
Please edit this to provide information specific to
|
||||
this dwz Debian package.
|
||||
|
||||
(Automatically generated by debmake Version 4.3.1)
|
||||
|
||||
-- Lu zhiping <luzhiping@kylinos.cn> Thu, 25 Aug 2022 17:22:52 +0800
|
|
@ -0,0 +1,5 @@
|
|||
dwz (0.14-ok1) yangtze; urgency=low
|
||||
|
||||
* Build for openKylin.
|
||||
|
||||
-- Lu zhiping <luzhiping@kylinos.cn> Thu, 25 Aug 2022 17:22:52 +0800
|
|
@ -0,0 +1,18 @@
|
|||
Source: dwz
|
||||
Section: devel
|
||||
Priority: optional
|
||||
Maintainer: Openkylin Developers <packaging@lists.openkylin.top>
|
||||
Build-Depends: debhelper-compat (=13),
|
||||
libelf-dev,
|
||||
dejagnu <!nocheck>,
|
||||
elfutils <!nocheck>,
|
||||
gdb <!nocheck>,
|
||||
Standards-Version: 4.1.4
|
||||
Homepage: https://www.sourceware.org/dwz/
|
||||
|
||||
Package: dwz
|
||||
Architecture: any
|
||||
Multi-Arch: foreign
|
||||
Depends: ${misc:Depends}, ${shlibs:Depends}
|
||||
Description: DWARF compression tool
|
||||
DWARF optimizer and duplication removal utility.
|
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1 @@
|
|||
# You must remove unused comment lines for the released package.
|
|
@ -0,0 +1,9 @@
|
|||
#!/usr/bin/make -f
|
||||
# You must remove unused comment lines for the released package.
|
||||
#export DH_VERBOSE = 1
|
||||
#export DEB_BUILD_MAINT_OPTIONS = hardening=+all
|
||||
#export DEB_CFLAGS_MAINT_APPEND = -Wall -pedantic
|
||||
#export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
|
||||
|
||||
%:
|
||||
dh $@
|
|
@ -0,0 +1 @@
|
|||
3.0 (quilt)
|
|
@ -0,0 +1,2 @@
|
|||
version=3
|
||||
http://sourceware.org/git/?p=dwz.git;a=summary .*h=refs/tags/dwz-(\d.*)
|
Loading…
Reference in New Issue