Skip to content

Commit

Permalink
[debian] fix packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
xhaggi committed Mar 14, 2015
1 parent b4b7de1 commit 9d5ee3a
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 18 deletions.
6 changes: 3 additions & 3 deletions debian/changelog.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
xbmc-pvr-demo (#PACKAGEVERSION#-#TAGREV#~#DIST#) #DIST#; urgency=low
kodi-pvr-demo (#PACKAGEVERSION#-#TAGREV#~#DIST#) #DIST#; urgency=low

[ xbmc ]
[ kodi ]
* autogenerated dummy changelog

-- Arne Morten Kvarving <[email protected]> Sat, 01 Jun 2013 00:59:22 +0200
-- Nobody <[email protected]> Sat, 01 Jun 2013 00:59:22 +0200

20 changes: 10 additions & 10 deletions debian/control
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
Source: xbmc-pvr-demo
Source: kodi-pvr-demo
Priority: extra
Maintainer: Arne Morten Kvarving <[email protected]>
Build-Depends: debhelper (>= 8.0.0), cmake, libtinyxml-dev, xbmc-pvr-dev,
libxbmcplatform-dev, xbmc-addon-dev
Maintainer: Nobody <[email protected]>
Build-Depends: debhelper (>= 9.0.0), cmake, libtinyxml-dev, kodi-pvr-dev,
libkodiplatform-dev, kodi-addon-dev
Standards-Version: 3.9.2
Section: libs

Package: xbmc-pvr-demo
Package: kodi-pvr-demo
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Demo PVR for XBMC
Demo PVR for XBMC
Description: Demo PVR for Kodi
Demo PVR for Kodi

Package: xbmc-pvr-demo-dbg
Package: kodi-pvr-demo-dbg
Section: debug
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: debug symbols for Demo PVR for XBMC
debug symbols for Demo PVR for XBMC
Description: debug symbols for Demo PVR for Kodi
debug symbols for Demo PVR for Kodi

7 changes: 2 additions & 5 deletions debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,7 @@ override_dh_auto_configure:
dh_auto_configure -- -DCMAKE_BUILD_TYPE=Release -DBUILD_SHARED_LIBS=1 -DUSE_LTO=1

override_dh_strip:
dh_strip --dbg-package=xbmc-pvr-demo-dbg

override_dh_auto_install:
dh_auto_install --destdir=debian/xbmc-pvr-demo
dh_strip -pkodi-pvr-demo --dbg-package=kodi-pvr-demo-dbg

override_dh_installdocs:
dh_installdocs --link-doc=xbmc-pvr-demo
dh_installdocs --link-doc=kodi-pvr-demo

0 comments on commit 9d5ee3a

Please sign in to comment.