Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
mediastreamer2
Commits
4126d24b
Commit
4126d24b
authored
Jun 03, 2014
by
Sylvain Berfini
Browse files
Improved mediastreamer2 deb generation
parent
af520273
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
debian/control
debian/control
+4
-4
debian/libmediastreamer2.install
debian/libmediastreamer2.install
+0
-0
debian/rules
debian/rules
+1
-1
No files found.
debian/control
View file @
4126d24b
...
...
@@ -18,7 +18,7 @@ Homepage: http://www.linphone.org/
Vcs-Svn: svn://svn.debian.org/pkg-voip/linphone/trunk/
Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-voip/linphone/trunk/
Package: libmediastreamer
1
Package: libmediastreamer
2
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
...
...
@@ -33,7 +33,7 @@ Description: linphone web phone's media library
Package: libmediastreamer-dev
Section: libdevel
Architecture: any
Depends: ${misc:Depends}, libmediastreamer
1
(= ${binary:Version}), libasound2-dev [linux-any], libortp-dev, libspeex-dev
Depends: ${misc:Depends}, libmediastreamer
2
(= ${binary:Version}), libasound2-dev [linux-any], libortp-dev, libspeex-dev
Conflicts: libmediastreamer0-dev
Description: linphone web phone's media library
Linphone is an audio and video internet phone using the SIP protocol. It
...
...
@@ -43,9 +43,9 @@ Description: linphone web phone's media library
This package contains the shared runtime libraries for handling media
operations.
Package: libmediastreamer
1
-dbg
Package: libmediastreamer
2
-dbg
Architecture: any
Depends: libmediastreamer
1
(= ${binary:Version}), ${misc:Depends}
Depends: libmediastreamer
2
(= ${binary:Version}), ${misc:Depends}
Section: debug
Priority: extra
Description: Debugging symbols for mediastreamer
...
...
debian/libmediastreamer
1
.install
→
debian/libmediastreamer
2
.install
View file @
4126d24b
File moved
debian/rules
View file @
4126d24b
...
...
@@ -13,4 +13,4 @@ override_dh_installchangelogs:
dh_installchangelogs NEWS
override_dh_strip:
dh_strip --dbg-package=libmediastreamer
1
-dbg
dh_strip --dbg-package=libmediastreamer
2
-dbg
Write
Preview
Markdown
is supported
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