Import Debian changes 0.14-ok1

dwz (0.14-ok1) yangtze; urgency=low

  * Build for openKylin.
This commit is contained in:
Lu zhiping 2022-08-25 17:22:52 +08:00
parent 8435dca20b
commit c19872291a
8 changed files with 2419 additions and 0 deletions

8
debian/README.Debian vendored Normal file
View File

@ -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

5
debian/changelog vendored Normal file
View File

@ -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

18
debian/control vendored Normal file
View File

@ -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.

2375
debian/copyright vendored Normal file

File diff suppressed because it is too large Load Diff

1
debian/patches/series vendored Normal file
View File

@ -0,0 +1 @@
# You must remove unused comment lines for the released package.

9
debian/rules vendored Executable file
View File

@ -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 $@

1
debian/source/format vendored Normal file
View File

@ -0,0 +1 @@
3.0 (quilt)

2
debian/watch vendored Normal file
View File

@ -0,0 +1,2 @@
version=3
http://sourceware.org/git/?p=dwz.git;a=summary .*h=refs/tags/dwz-(\d.*)