]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
Revert accidental package renaming
authorFlole998 <Flole998@users.noreply.github.com>
Fri, 8 Mar 2024 19:39:06 +0000 (19:39 +0000)
committerFlole998 <Flole998@users.noreply.github.com>
Fri, 8 Mar 2024 19:42:08 +0000 (20:42 +0100)
debian/control
debian/rules

index a146060a4d540e23d77fc00dfbb220cd235522e7..dfa5003f92b2aafd0f57a422c42c2cc167d0e4d4 100644 (file)
@@ -5,7 +5,7 @@ Maintainer: Tvheadend Project <admin@tvheadend.org>
 Build-Depends: debhelper (>= 7.0.50), pkg-config, gettext, libavahi-client-dev, libssl-dev | libssl1.0-dev, zlib1g-dev, wget, bzip2, git-core, liburiparser-dev, python | python3, python-requests | python3-requests, ca-certificates, cmake, libpcre2-dev | libpcre3-dev, libdvbcsa-dev
 Standards-Version: 3.7.3
 
-Package: tvheadend-armv6l
+Package: tvheadend
 Architecture: any
 Depends: ${shlibs:Depends}, libavahi-client3, zlib1g, liburiparser1, bzip2
 Recommends: xmltv-util, python, python-requests
@@ -17,10 +17,10 @@ Description: Tvheadend
    - supports a variety of inputs (DVB-S(2)/T(2)/C, ISDB-S/T/C, ATSC-T/C, IPTV, SAT>IP, HDHR)
    - supports a variety of clients (Movian, Smart TV, Kodi, VLC)
 
-Package: tvheadend-dbg-armv6l
+Package: tvheadend-dbg
 Architecture: any
 Section: debug
 Priority: extra
-Depends: tvheadend-armv6l (= ${binary:Version}), ${misc:Depends}
+Depends: tvheadend (= ${binary:Version}), ${misc:Depends}
 Description: Debug symbols for Tvheadend
  This package contains the debugging symbols for Tvheadend.
index 0a3097d30f2ef3c65f43858cd70a031a41e2db78..883e095a2e7aa589405d3e666cc5403a8a747713 100755 (executable)
@@ -15,7 +15,7 @@ override_dh_auto_build:
        make ${JARGS}
 
 override_dh_strip:
-       dh_strip --dbg-package=tvheadend-dbg-armv6l
+       dh_strip --dbg-package=tvheadend-dbg
 
 override_dh_shlibdeps:
        dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info
@@ -23,6 +23,6 @@ override_dh_shlibdeps:
 override_dh_auto_install:
        dh_systemd_enable || true
        dh_systemd_start || true
-       dh_auto_install --destdir=debian/tvheadend-armv6l
+       dh_auto_install --destdir=debian/tvheadend
 
 override_dh_auto_clean: