Trying to add the .aegis manifest
[mussorgsky] / debian / rules
index 4adc75b..2bc7b3e 100755 (executable)
@@ -6,3 +6,6 @@ DEB_PYTHON_SYSTEM = pycentral
 
 include /usr/share/cdbs/1/class/python-distutils.mk
 
+PACKAGE_TARGETS :=  $(foreach pkg,$(DEB_ALL_PACKAGES),binary/$(pkg))
+$(PACKAGE_TARGETS)::
+[ ! -f debian/$(notdir $@).aegis ] || aegis-deb-add -control debian/$(notdir $@)/DEBIAN/control .. debian/$(notdir $@).aegis=_aegis 
\ No newline at end of file