Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Debuild only #214

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion debian/compat
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7
12
10 changes: 5 additions & 5 deletions debian/control
Original file line number Diff line number Diff line change
@@ -1,30 +1,30 @@
Source: libmbus
Priority: extra
Priority: optional
Maintainer: Robert Johansson <rob@raditex.nu>
Build-Depends: debhelper (>= 7.0.50~), dh-autoreconf
Build-Depends: debhelper (>= 7.0.50~)
Standards-Version: 3.8.4
Section: libs
Homepage: http://www.rscada.se/libmbus

Package: libmbus-dev
Section: libdevel
Architecture: any
Depends: libmbus1 (= ${binary:Version}), libc6
Depends: libmbus1 (= ${binary:Version}), ${misc:Depends}
Description: FreeSCADA M-Bus Library Development files.
A free and open-source library for M-Bus (Meter Bus) from the rSCADA project,
including development files.

Package: libmbus1
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, libc6
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: FreeSCADA M-Bus Library.
A free and open-source library for M-Bus (Meter Bus) from the rSCADA project.

Package: libmbus1-dbg
Architecture: any
Section: debug
Priority: extra
Priority: optional
Depends: libmbus1 (= ${binary:Version}), ${misc:Depends}
Description: debugging symbols for libmbus1
A free and open-source library for M-Bus (Meter Bus) from the rSCADA project,
Expand Down
8 changes: 4 additions & 4 deletions debian/libmbus-dev.install
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
usr/include/*
usr/lib/lib*.a
usr/lib/lib*.so
usr/lib/*.la
usr/lib/pkgconfig/libmbus.pc
usr/lib/*/lib*.a
usr/lib/*/lib*.so
usr/lib/*/*.la
usr/lib/*/pkgconfig/libmbus.pc
2 changes: 1 addition & 1 deletion debian/libmbus1.install
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
usr/lib/lib*.so.*
usr/lib/*/lib*.so.*
usr/bin/*
usr/share/*
8 changes: 6 additions & 2 deletions debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

execute_before_dh_autoreconf:
mkdir -p m4 libltdl/config

%:
dh --with autoreconf $@
dh $@ --with autoreconf

.PHONY: override_dh_strip
override_dh_strip:
dh_strip --dbg-package=libmbus1-dbg

Expand All @@ -14,3 +16,5 @@ override_dh_strip:

#override_dh_usrlocal:
# echo "dh_usrlocal does nothing"

.PHONY: override_dh_strip execute_before_dh_autoreconf
1 change: 1 addition & 0 deletions debian/source/format
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.0 (native)