Skip to content

Commit 231eb3a

Browse files
committed
update debian build code
1 parent 2860f88 commit 231eb3a

File tree

7 files changed

+11
-11
lines changed

7 files changed

+11
-11
lines changed

debian/changelog.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ kodi-audiodecoder-nosefart (#PACKAGEVERSION#-#TAGREV#~#DIST#) #DIST#; urgency=lo
33
[ kodi ]
44
* autogenerated dummy changelog
55

6-
-- Arne Morten Kvarving <cptspiff@gmail.com> Sat, 01 Jun 2013 00:59:22 +0200
6+
-- Nobody <nobody@kodi.tv> Sat, 01 Jun 2013 00:59:22 +0200
77

debian/compat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
8
1+
9

debian/control

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
Source: kodi-audiodecoder-nosefart
22
Priority: extra
3-
Maintainer: Arne Morten Kvarving <cptspiff@gmail.com>
4-
Build-Depends: debhelper (>= 8.0.0), cmake, kodi-addon-dev
5-
Standards-Version: 3.9.2
3+
Maintainer: Nobody <nobody@kodi.tv>
4+
Build-Depends: debhelper (>= 9.0.0), cmake, kodi-addon-dev
5+
Standards-Version: 4.1.2
66
Section: libs
7+
Homepage: http://kodi.tv
78

89
Package: kodi-audiodecoder-nosefart
910
Section: libs

debian/copyright

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
Format: http://dep.debian.net/deps/dep5
22
Upstream-Name: audiodecoder.nosefart
3-
Source: <url://example.com>
3+
Source: https://github.com/xbmc/audiodecoder.nosefart
44

55
Files: *
6-
Copyright: 2005-2013 Team XBMC
6+
Copyright: 2005-2020 Team Kodi
77
License: GPL-2+
88
This package is free software; you can redistribute it and/or modify
99
it under the terms of the GNU General Public License as published by
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
usr/lib/*
2+
usr/share/*

debian/rules

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,5 @@ override_dh_auto_configure:
1818
override_dh_strip:
1919
dh_strip --dbg-package=kodi-audiodecoder-nosefart-dbg
2020

21-
override_dh_auto_install:
22-
dh_auto_install --destdir=debian/kodi-audiodecoder-nosefart
23-
2421
override_dh_installdocs:
2522
dh_installdocs --link-doc=kodi-audiodecoder-nosefart

debian/source/format

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.0 (native)
1+
3.0 (quilt)

0 commit comments

Comments
 (0)