Commit c8fb0e03c3e67821cababa7b7363a61dadd4cda5
1 parent
3be89db0
Exists in
master
and in
1 other branch
Fixing deb builds.
Showing
2 changed files
with
3 additions
and
9 deletions
Show diff stats
debian/rules
| ... | ... | @@ -23,14 +23,8 @@ build-stamp: |
| 23 | 23 | dh_testdir |
| 24 | 24 | |
| 25 | 25 | # Add here commands to compile the package. |
| 26 | - aclocal | |
| 27 | - autoconf | |
| 28 | - | |
| 29 | - mkdir -p scripts | |
| 30 | - automake --add-missing 2> /dev/null | true | |
| 31 | - | |
| 26 | + NOCONFIGURE=1 ./autogen.sh | |
| 32 | 27 | ./configure --prefix=/usr --disable-static |
| 33 | - | |
| 34 | 28 | make all |
| 35 | 29 | # --- end custom part for compiling |
| 36 | 30 | ... | ... |
rpm/_service
| ... | ... | @@ -37,11 +37,11 @@ |
| 37 | 37 | <param name="outfilename">debian.control</param> |
| 38 | 38 | </service> |
| 39 | 39 | |
| 40 | - <service name="extract_file"> | |
| 40 | + <!-- service name="extract_file"> | |
| 41 | 41 | <param name="archive">*.tar</param> |
| 42 | 42 | <param name="files">*/debian/rules</param> |
| 43 | 43 | <param name="outfilename">debian.rules</param> |
| 44 | - </service> | |
| 44 | + </service --> | |
| 45 | 45 | |
| 46 | 46 | <service name="extract_file"> |
| 47 | 47 | <param name="archive">*.tar</param> | ... | ... |