diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2015-10-23 07:47:01 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2015-10-24 13:00:06 +0200 |
commit | 482f42498f4c916b5dc4b1ac3b01c281b5e37171 (patch) | |
tree | cf7df2b93124015a90211a5c79a951ccfdbfd5eb /debian/rules | |
parent | d5047b012d5f9ad255d53f11343368e689155c10 (diff) | |
download | weechat-482f42498f4c916b5dc4b1ac3b01c281b5e37171.zip |
debian: rename directory debian to debian-stable
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/debian/rules b/debian/rules deleted file mode 100755 index b92991d82..000000000 --- a/debian/rules +++ /dev/null @@ -1,33 +0,0 @@ -#!/usr/bin/make -f - -BUILDDIR = builddir - -$(BUILDDIR)/Makefile: - mkdir -p $(BUILDDIR) - cd $(BUILDDIR) && \ - cmake .. \ - -DCMAKE_INSTALL_PREFIX:FILEPATH=/usr \ - -DENABLE_DOC:BOOL=ON \ - -DENABLE_MAN:BOOL=ON \ - -DCMAKE_BUILD_TYPE:STRING=RelWithDebInfo \ - -DCMAKE_C_FLAGS_RELWITHDEBINFO:STRING="$(CFLAGS) -D_FORTIFY_SOURCE=2" \ - -DCMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING="$(LDFLAGS)" \ - -DCMAKE_SKIP_RPATH:BOOL=ON \ - -DCMAKE_VERBOSE_MAKEFILE:BOOL=ON - -override_dh_auto_build: $(BUILDDIR)/Makefile - dh_auto_build - -override_dh_auto_configure: - # the package also has autotools buildsys and - # debhelper try to use it but that's not needed - echo - -override_dh_installchangelogs: - dh_installchangelogs ChangeLog.asciidoc - -override_dh_strip: - dh_strip --dbg-package=weechat-dbg - -%: - dh $@ --parallel --builddirectory=$(BUILDDIR) |