debian: stop launching autogen, it must be done before building .deb
authorMarko Kreen <markokr@gmail.com>
Thu, 5 Jan 2012 19:20:32 +0000 (21:20 +0200)
committerMarko Kreen <markokr@gmail.com>
Thu, 5 Jan 2012 19:20:32 +0000 (21:20 +0200)
Should matter only to somebody building directly from git,
otherwise the build is always from tgz, where the files exist

debian/rules

index 26746ff0d8240674cce625e86f45c85285088b4d..01e7afec362c4378f318561488935777f630df46 100755 (executable)
@@ -25,7 +25,7 @@ ORIG_EXCLUDE=--exclude-vcs --exclude=debian
 include /usr/share/postgresql-common/pgxs_debian_control.mk
 
 config.mak:
-       ./autogen.sh
+       #./autogen.sh
        ./configure --prefix=/usr --with-asciidoc --with-sk3-subdir
 
 override_dh_auto_configure: config.mak