summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <smcv@debian.org>2023-11-15 12:07:42 +0000
committerSimon McVittie <smcv@debian.org>2023-11-15 12:07:42 +0000
commitd21a51d265c5880a03811433769d966b267ec97a (patch)
tree71cd03f79b3994a26cb1ec2dc87f77607a3d0289
parent743539083655787c29a93bf9c1d13ced2f8a826a (diff)
d/control: Stop generating from d/control.in
-rw-r--r--debian/control4
-rw-r--r--debian/control.in77
-rwxr-xr-xdebian/rules3
3 files changed, 3 insertions, 81 deletions
diff --git a/debian/control b/debian/control
index 9fe66cd..9ee636a 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: babl
Section: libs
Priority: optional
diff --git a/debian/control.in b/debian/control.in
deleted file mode 100644
index 11e58fb..0000000
--- a/debian/control.in
+++ /dev/null
@@ -1,77 +0,0 @@
-Source: babl
-Section: libs
-Priority: optional
-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
-Uploaders: @GNOME_TEAM@
-Build-Depends: debhelper-compat (= 13),
- dh-sequence-gir,
- dh-sequence-gnome,
- libgirepository1.0-dev (>= 1.32.0),
- liblcms2-dev (>= 2.8),
- meson (>= 0.54.0),
- python3-setuptools,
- pkg-config,
- valac (>= 0.20.0),
- w3m
-Standards-Version: 4.6.2
-Rules-Requires-Root: no
-Vcs-Browser: https://salsa.debian.org/gnome-team/babl
-Vcs-Git: https://salsa.debian.org/gnome-team/babl.git
-Homepage: https://gegl.org/babl/
-
-Package: libbabl-0.1-0
-Architecture: any
-Multi-Arch: same
-Depends: ${misc:Depends},
- ${shlibs:Depends}
-Description: Dynamic, any to any, pixel format conversion library
- Babl is a dynamic, any to any, pixel format conversion library. It
- provides conversions between the myriad of buffer types images can be
- stored in. Babl doesn't only help with existing pixel formats, but
- also facilitates creation of new and uncommon ones.
-
-Package: libbabl-dev
-Architecture: any
-Multi-Arch: same
-Section: libdevel
-Depends: gir1.2-babl-0.1 (= ${binary:Version}),
- libbabl-0.1-0 (= ${binary:Version}),
- liblcms2-dev,
- ${misc:Depends}
-Description: Dynamic, any to any, pixel format conversion library (development files)
- Babl is a dynamic, any to any, pixel format conversion library. It
- provides conversions between the myriad of buffer types images can be
- stored in. Babl doesn't only help with existing pixel formats, but
- also facilitates creation of new and uncommon ones.
- .
- This package contains the development files.
-
-Package: libbabl-doc
-Architecture: all
-Multi-Arch: foreign
-Section: doc
-Depends: ${misc:Depends}
-Description: Dynamic, any to any, pixel format conversion library (documentation)
- Babl is a dynamic, any to any, pixel format conversion library. It
- provides conversions between the myriad of buffer types images can be
- stored in. Babl doesn't only help with existing pixel formats, but
- also facilitates creation of new and uncommon ones.
- .
- This package contains the API documentation.
-
-Package: gir1.2-babl-0.1
-Section: introspection
-Architecture: any
-Multi-Arch: same
-Depends: ${misc:Depends},
- ${gir:Depends}
-Description: GObject introspection data for Babl library
- Babl is a dynamic, any to any, pixel format conversion library. It
- provides conversions between the myriad of buffer types images can be
- stored in. Babl doesn't only help with existing pixel formats, but
- also facilitates creation of new and uncommon ones.
- .
- This package contains introspection data for the library.
- .
- 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 37f43cc..2a9d14f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -22,3 +22,6 @@ override_dh_makeshlibs:
override_dh_missing:
dh_missing -X/usr/bin
+
+override_dh_gnome_clean:
+ dh_gnome_clean --no-control