Skip to content

Commit

Permalink
[debian] Update debian packaging for release
Browse files Browse the repository at this point in the history
  • Loading branch information
ntadej committed Sep 23, 2013
1 parent 72ed4c4 commit dc9850a
Show file tree
Hide file tree
Showing 11 changed files with 28 additions and 10 deletions.
2 changes: 1 addition & 1 deletion debian/changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
libvlc-qt (0.8.90-1) unstable; urgency=low
libvlc-qt (0.9.0-1) unstable; urgency=low

* The full changelog can be found in NEWS
or by running 'git log' when using Git
Expand Down
14 changes: 7 additions & 7 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -9,30 +9,30 @@ Homepage: http://projects.tano.si
Package: libvlc-qt-dev
Section: libdevel
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, libvlc-qt-core0 (= ${binary:Version}), libvlc-qt-widgets0 (= ${binary:Version})
Depends: ${shlibs:Depends}, ${misc:Depends}, libvlc-qt-core1 (= ${binary:Version}), libvlc-qt-widgets1 (= ${binary:Version})
Description: VLC-Qt - Qt and libvlc connector library [devel]
VLC-Qt is a free library used to connect Qt and libvlc libraries.
It contains core classes for main media playback and also some GUI
classes for faster media player developement.
.
This package contains development files for building software that
uses the ibvlc-qt-core0 and libvlc-qt-widgets0 libraries.
uses the libvlc-qt-core1 and libvlc-qt-widgets1 libraries.

Package: libvlc-qt-dbg
Architecture: any
Priority: extra
Section: debug
Depends: ${shlibs:Depends}, ${misc:Depends}, libvlc-qt-core0 (= ${binary:Version}), libvlc-qt-widgets0 (= ${binary:Version})
Depends: ${shlibs:Depends}, ${misc:Depends}, libvlc-qt-core1 (= ${binary:Version}), libvlc-qt-widgets1 (= ${binary:Version})
Replaces: libvlc-qt1-dbg
Description: VLC-Qt - Qt and libvlc connector library [debug]
VLC-Qt is a free library used to connect Qt and libvlc libraries.
It contains core classes for main media playback and also some GUI
classes for faster media player developement.
.
This package contains debugging files used to investigate problems
with binaries included in the libvlc-qt-core0 and libvlc-qt-widgets0 packages.
with binaries included in the libvlc-qt-core1 and libvlc-qt-widgets1 packages.

Package: libvlc-qt-core0
Package: libvlc-qt-core1
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, libqtcore4 (>=4.8.0), libqtgui4 (>=4.8.0), vlc (>=2.0.0), vlc-plugin-pulse (>=2.0.0), vlc-plugin-zvbi (>=2.0.0)
Expand All @@ -43,10 +43,10 @@ Description: VLC-Qt - Qt and libvlc connector library
.
This package contains core classes for main media playback.

Package: libvlc-qt-widgets0
Package: libvlc-qt-widgets1
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, libvlc-qt-core0 (= ${binary:Version})
Depends: ${shlibs:Depends}, ${misc:Depends}, libvlc-qt-core1 (= ${binary:Version})
Description: VLC-Qt - Qt and libvlc connector library
VLC-Qt is a free library used to connect Qt and libvlc libraries.
It contains core classes for main media playback and also some GUI
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
6 changes: 4 additions & 2 deletions targets/debian.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,14 @@ CHANGELOG=debian/changelog
NOW=`date -R`
#VER=`git describe | sed "s/\([0-9]*\)\.\([0-9]*\)-\([0-9]*\)-.*/\1.\2.\3/"`
VER=`cat VERSION`
[ -z "${DEBDIST:-}" ] && DEBDIST="unstable"
[ -z "${DEBSUFFIX:-}" ] && DEBSUFFIX=""

build()
{
echo >${CHANGELOG} "libvlc-qt (${VER}-${BUILD}) unstable; urgency=low"
echo >${CHANGELOG} "libvlc-qt (${VER}-${BUILD}${DEBSUFFIX}) ${DEBDIST}; urgency=low"
echo >>${CHANGELOG}
echo >>${CHANGELOG} " * The full changelog can be found in NEWS"
echo >>${CHANGELOG} " * The full changelog can be found in CHANGELOG"
echo >>${CHANGELOG} " or by running 'git log' when using Git"
echo >>${CHANGELOG}
echo >>${CHANGELOG} " -- Tadej Novak <[email protected]> ${NOW}"
Expand Down
4 changes: 4 additions & 0 deletions targets/precise-amd64.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
AUTOBUILD_CONFIGURE_EXTRA="${AUTOBUILD_CONFIGURE_EXTRA:-} --arch=x86_64"
DEBDIST=precise
DEBSUFFIX=~${DEBDIST}1
source targets/debian.sh
4 changes: 4 additions & 0 deletions targets/precise-i386.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
AUTOBUILD_CONFIGURE_EXTRA="${AUTOBUILD_CONFIGURE_EXTRA:-} --arch=i686"
DEBDIST=precise
DEBSUFFIX=~${DEBDIST}1
source targets/debian.sh
4 changes: 4 additions & 0 deletions targets/raring-amd64.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
AUTOBUILD_CONFIGURE_EXTRA="${AUTOBUILD_CONFIGURE_EXTRA:-} --arch=x86_64"
DEBDIST=raring
DEBSUFFIX=~${DEBDIST}1
source targets/debian.sh
4 changes: 4 additions & 0 deletions targets/raring-i386.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
AUTOBUILD_CONFIGURE_EXTRA="${AUTOBUILD_CONFIGURE_EXTRA:-} --arch=i686"
DEBDIST=raring
DEBSUFFIX=~${DEBDIST}1
source targets/debian.sh

0 comments on commit dc9850a

Please sign in to comment.