Codebase list libi18n-charset-perl / 75eb590
Use packaged libmodule-install-perl instead of convenience copy. gregor herrmann 3 years ago
2 changed file(s) with 13 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
44 Section: perl
55 Testsuite: autopkgtest-pkg-perl
66 Priority: optional
7 Build-Depends: debhelper-compat (= 12)
7 Build-Depends: debhelper-compat (= 12),
8 libmodule-install-perl
89 Build-Depends-Indep: perl,
910 libio-capture-perl,
1011 libio-string-perl,
00 #!/usr/bin/make -f
1
12 %:
23 dh $@
4
5 # we want to use the system version of included modules, so
6 # we move the inc away and move it back afterwards
7 override_dh_auto_clean:
8 dh_auto_clean
9 [ ! -d $(CURDIR)/inc.save ] || mv $(CURDIR)/inc.save $(CURDIR)/inc
10
11 override_dh_auto_configure:
12 [ ! -d $(CURDIR)/inc ] || mv $(CURDIR)/inc $(CURDIR)/inc.save
13 dh_auto_configure