Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
PureOS
Packages
qemu
Commits
98c89fa0
Commit
98c89fa0
authored
Apr 17, 2015
by
Michael Tokarev
Browse files
fix lintian-spotted probs in libcacard packaging
parent
eba96787
Changes
2
Hide whitespace changes
Inline
Side-by-side
debian/control-in
View file @
98c89fa0
...
...
@@ -543,7 +543,7 @@ Package: libcacard-dev
Section: libdevel
Multi-Arch: same
Architecture: amd64 arm arm64 armel armhf hppa i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips mipsel mips64 mips64el powerpc powerpcspe ppc64 ppc64el s390x sparc sparc64 x32
Depends: ${misc:Depends}, pkg-config, libcacard0 (
>
= ${binary:Version}
~
)
Depends: ${misc:Depends}, pkg-config, libcacard0 (= ${binary:Version})
Description: Common Access Card (CAC) Emulation Library (development files)
Package: libcacard-tools
...
...
debian/rules
View file @
98c89fa0
...
...
@@ -271,9 +271,9 @@ endif
dh_strip ${ai}
dh_compress ${ai}
dh_fixperms ${ai}
dh_installdeb ${ai}
dh_makeshlibs ${ai}
dh_shlibdeps ${ai}
dh_installdeb ${ai}
ifeq ($(enable_linux_user),enable)
# after shlibdeps finished, grab ${shlibs:Depends} from -user package
# and transform it into Built-Using field for -user-static.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment