cp $(CURDIR)/packaging/install/$* $@
debian/$(OLDPACKAGE)-%.docs:
- cp $(CURDIR)/packaging/docs/$(patsubst $(OLDPACKAGE)%,oldpkgname%,$*) $@
+ cp $(CURDIR)/packaging/docs/oldpkgname-$* $@
debian/$(PACKAGE)-%.docs:
- cp $(CURDIR)/packaging/docs/$(patsubst $(PACKAGE)%,pkgname%,$*) $@
+ cp $(CURDIR)/packaging/docs/pkgname-$* $@
debian/control: $(wildcard packaging/control/*)
ls $(CURDIR)/packaging/control/[0-9][0-9][0-9]* | grep -v shortdesc | grep -v scmcpold | while read file ; do cat $${file}; if [ -f $${file}.shortdesc ] ; then cat $(CURDIR)/packaging/control/AAAdesc; echo ' .'; cat $${file}.shortdesc; fi; echo ''; done | $(SED_REPLACE) > $@