Removed debian/rules stuff that is already in pkgos.make
authorThomas Goirand <thomas@goirand.fr>
Sun, 18 Nov 2012 03:18:11 +0000 (03:18 +0000)
committerThomas Goirand <thomas@goirand.fr>
Sun, 18 Nov 2012 03:18:11 +0000 (03:18 +0000)
Rewritten-From: 4ad41cee48faf4114edb43e3dc5f2594605f3682

xenial/debian/rules

index 3b2f83c00ec0ede133981f480ab57c545c298716..1caece13f446753b44550c930fd586681091135f 100755 (executable)
@@ -34,14 +34,3 @@ override_dh_gencontrol:
        else \
                dh_gencontrol -- -T$(CURDIR)/debian/debian_control_vars ; \
        fi
-
-override_dh_builddeb:
-       dh_builddeb -- -Zxz -z9
-
-regen-manifest-patch:
-       quilt pop -a || true
-       quilt push install-missing-files.patch
-       git checkout MANIFEST.in
-       git ls-files --no-empty-directory --exclude-standard nova | grep -v '.py$$' | sed -n 's/.*/include &/gp' >> MANIFEST.in
-       quilt refresh
-       quilt pop -a