diff --git a/debian/control b/debian/control index 973d6763..4d9c0c0e 100644 --- a/debian/control +++ b/debian/control @@ -1,7 +1,3 @@ -# This file is autogenerated. DO NOT EDIT! -# -# Modifications should be made to debian/control.in instead. -# This file is regenerated automatically in the clean target. Source: libgtop2 Section: libs Priority: optional diff --git a/debian/control.in b/debian/control.in deleted file mode 100644 index 94eb1c10..00000000 --- a/debian/control.in +++ /dev/null @@ -1,83 +0,0 @@ -Source: libgtop2 -Section: libs -Priority: optional -Maintainer: Debian GNOME Maintainers -Uploaders: @GNOME_TEAM@ -Build-Depends: debhelper-compat (= 12), - dh-sequence-gir, - dh-sequence-gnome, - gettext, - pkg-config, - libxau-dev, - libglib2.0-dev (>= 2.6.0), - texinfo, - libxt-dev, - libgeom-dev [kfreebsd-any], - libdevstat-dev [kfreebsd-any], - libkvm-dev [kfreebsd-any], - libbsd-dev [kfreebsd-any], - gtk-doc-tools (>= 1.4), - libgirepository1.0-dev (>= 0.10.7-1~) -Standards-Version: 4.6.2 -Vcs-Browser: https://salsa.debian.org/gnome-team/libgtop -Vcs-Git: https://salsa.debian.org/gnome-team/libgtop.git - -Package: libgtop-2.0-11 -Architecture: any -Multi-Arch: same -Depends: ${shlibs:Depends}, - ${misc:Depends}, - libgtop2-common (>= ${source:Version}) -Description: gtop system monitoring library (shared) - The gtop library reads information about processes and the state of the - system. It is used by the GNOME desktop environment. - . - This package contains the shared library. - -Package: libgtop2-dev -Architecture: any -Multi-Arch: same -Section: libdevel -Depends: ${misc:Depends}, - libgtop-2.0-11 (= ${binary:Version}), - gir1.2-gtop-2.0 (= ${binary:Version}), - libglib2.0-dev -Description: gtop system monitoring library (devel) - The gtop library reads information about processes and the state of the - system. It is used by the GNOME desktop environment. - . - This package contains the static library and development headers. - -Package: libgtop2-common -Architecture: all -Multi-Arch: foreign -Depends: ${misc:Depends}, -Description: gtop system monitoring library (common) - The gtop library reads information about processes and the state of the - system. It is used by the GNOME desktop environment. - . - This package contains the translations. - -Package: libgtop2-doc -Architecture: all -Multi-Arch: foreign -Section: doc -Depends: ${misc:Depends}, -Description: gtop system monitoring library (documentation) - The gtop library reads information about processes and the state of the - system. It is used by the GNOME desktop environment. - . - This package contains the documentation. - -Package: gir1.2-gtop-2.0 -Architecture: any -Multi-Arch: same -Section: introspection -Depends: ${misc:Depends}, - ${gir:Depends} -Description: gtop system monitoring library (gir bindings) - The gtop library reads information about processes and the state of the - system. It is used by the GNOME desktop environment. - . - This package can be used by other packages using the GIRepository format to - generate dynamic bindings. diff --git a/debian/rules b/debian/rules index 65c6726c..7c25734e 100755 --- a/debian/rules +++ b/debian/rules @@ -39,3 +39,5 @@ endif override_dh_missing: dh_missing --list-missing + +override_dh_gnome_clean: