aboutsummarylogtreecommitdiffstats
path: root/build.patch
blob: 0bd597475ce2f31c021efd16e8ada3f7e14e8339 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
diff -Naur Reduce-svn6860-src.orig/debianbuild/reduce/debian/rules Reduce-svn6860-src/debianbuild/reduce/debian/rules
--- Reduce-svn6860-src.orig/debianbuild/reduce/debian/rules	2023-03-07 22:36:03.000000000 +0100
+++ Reduce-svn6860-src/debianbuild/reduce/debian/rules	2025-01-09 04:22:15.586480336 +0100
@@ -59,8 +59,8 @@
 RSYNC_CMD=rsync -a --cvs-exclude --delete --delete-excluded
 
 
-%:
-	dh $@ 
+# %:
+# 	dh $@
 
 distclean:
 	dh_distclean
@@ -92,7 +92,7 @@
 #override_dh_auto_configure:
 configure: configure-stamp
 configure-stamp:
-	dh_testdir
+#	dh_testdir
 	cd $(TOPDIR) ; ./configure --prefix=/usr --with-csl
 ifneq ($(BUILDPSL),)
 	cd $(TOPDIR) ; ./configure --with-psl
@@ -101,13 +101,13 @@
 	cd $(REDFRONTSRCDIR) ; autoreconf -f -i -v
 	cd $(REDFRONTBUILDDIR) ; ../configure
 	mkdir -p $(LIBEDITBUILDDIR)
-	cd $(LIBEDITBUILDDIR) ; autoreconf -f -i -v; $(LIBEDITSRCDIR)/configure --prefix=$(REDFRONTSRCDIR) --enable-widec
+	cd $(LIBEDITBUILDDIR) ; autoreconf -f -i -v $(LIBEDITSRCDIR); $(LIBEDITSRCDIR)/configure --prefix=$(REDFRONTSRCDIR) --enable-widec
 	touch configure-stamp
 
 
 build:	configure-stamp build-stamp
 build-stamp:
-	dh_testdir
+#	dh_testdir
 #	cd $(TOPDIR) ; make
 	cd $(CSLBUILDDIR) ; make bootstrapreduce.img ; make csl.img ; make
 ifneq ($(BUILDPSL),)
@@ -196,7 +196,7 @@
 	chmod a-x $(DESKTOPDIR)/*.desktop
 
 # run dh_install to copy the files into the package build dirs
-	dh_install
+#	dh_install
 
 	touch install-stamp