Codebase list gimp-plugin-registry / ae0cce5
Bump debhelper version to 10 - Remove debian/compat file. Use debhelper-compat build-depends. - Remove dh-autoreconf and autotools-dev build-depends. - Remove dh --with autotools-dev - Remove dh --parallel Signed-off-by: Ying-Chun Liu (PaulLiu) <paulliu@debian.org> Ying-Chun Liu (PaulLiu) 1 year, 5 months ago
4 changed file(s) with 8 addition(s) and 9 deletion(s). Raw diff Collapse all Expand all
+0
-1
debian/compat less more
0 9
22 Priority: optional
33 Maintainer: Ying-Chun Liu (PaulLiu) <paulliu@debian.org>
44 Uploaders: Bernd Zeimetz <bzed@debian.org>
5 Build-Depends: autotools-dev, quilt, libgimp2.0-dev, intltool,
6 automake, autoconf, autotools-dev, dh-autoreconf,
7 libxml-parser-perl, liblqr-1-0-dev, automake (>= 1.6), autoconf (>= 2.54), liblcms2-dev, libtiff-dev, debhelper (>= 9), libglib2.0-dev,
5 Build-Depends: quilt, libgimp2.0-dev, intltool,
6 automake, autoconf,
7 libxml-parser-perl, liblqr-1-0-dev, automake (>= 1.6), autoconf (>= 2.54), liblcms2-dev, libtiff-dev, debhelper-compat (= 10), libglib2.0-dev,
88 python3, python3-debian, dh-python
99 Standards-Version: 3.9.5
1010 Vcs-Git: https://salsa.debian.org/debian/gimp-plugin-registry.git
22 Priority: optional
33 Maintainer: Ying-Chun Liu (PaulLiu) <paulliu@debian.org>
44 Uploaders: #AUTO_UPDATE_Uploaders#
5 Build-Depends: autotools-dev, quilt, libgimp2.0-dev, intltool,
6 automake, autoconf, autotools-dev, dh-autoreconf,
7 #AUTO_UPDATE_Build-Depends#, debhelper (>= 9), libglib2.0-dev,
5 Build-Depends: quilt, libgimp2.0-dev, intltool,
6 automake, autoconf,
7 #AUTO_UPDATE_Build-Depends#, debhelper-comat (= 10), libglib2.0-dev,
88 python3, python3-debian, dh-python
99 Standards-Version: 3.9.5
1010 Vcs-Git: https://salsa.debian.org/debian/gimp-plugin-registry.git
1616 export PLUGINSCRIPTDIR
1717
1818 %:
19 dh $@ --with quilt,python3,autotools_dev --parallel
19 dh $@ --with quilt,python3
2020
2121 # Here follows a small shell snipped to call dh_auto_* for all plugins
2222 # Currently
3939
4040
4141 clean: $(ALL_PLUGINS:%=clean-%) debian/copyright debian/control
42 dh $@ --with quilt,python3,autotools_dev --parallel
42 dh $@ --with quilt,python3
4343 rm -f debian/gimp-plugin-registry.install
4444
4545 clean-%: