diff --git a/debian/birdview.patch b/debian/birdview.patch deleted file mode 100644 index 93da2ab..0000000 --- a/debian/birdview.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- build.xml.org 2006-12-25 21:00:40.000000000 +0100 -+++ build.xml 2006-12-25 21:00:45.000000000 +0100 -@@ -11,3 +11,3 @@ - -- -+ - -@@ -122,2 +122,2 @@ - -- -\ No newline at end of file -+ diff --git a/debian/jgraph.patch b/debian/jgraph.patch new file mode 100644 index 0000000..93da2ab --- /dev/null +++ b/debian/jgraph.patch @@ -0,0 +1,12 @@ +--- build.xml.org 2006-12-25 21:00:40.000000000 +0100 ++++ build.xml 2006-12-25 21:00:45.000000000 +0100 +@@ -11,3 +11,3 @@ + +- ++ + +@@ -122,2 +122,2 @@ + +- +\ No newline at end of file ++ diff --git a/debian/rules b/debian/rules index 8c143ee..97916df 100755 --- a/debian/rules +++ b/debian/rules @@ -16,7 +16,7 @@ unzip $(CURDIR)/microba-0.4.4-sources.jar -d src unzip $(CURDIR)/microba-0.4.4-javadoc.jar -d doc mv $(CURDIR)/src/build.xml $(CURDIR)/ - patch < $(CURDIR)/debian/birdview.patch + patch < $(CURDIR)/debian/jgraph.patch touch configure-stamp