diff options
-rw-r--r-- | debian/changelog | 13 | ||||
-rw-r--r-- | debian/control | 2 | ||||
-rwxr-xr-x | debian/rules | 11 | ||||
-rw-r--r-- | debian/weechat-plugins.install | 2 | ||||
-rw-r--r-- | weechat/debian/changelog | 13 | ||||
-rw-r--r-- | weechat/debian/control | 2 | ||||
-rwxr-xr-x | weechat/debian/rules | 11 | ||||
-rw-r--r-- | weechat/debian/weechat-plugins.install | 2 |
8 files changed, 46 insertions, 10 deletions
diff --git a/debian/changelog b/debian/changelog index 35efe0452..842481032 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,16 @@ +weechat (0.1.8-1) unstable; urgency=low + + * New upstream release + * Add liblualib50-dev and docbook-xml to Build-Depends + + -- Julien Louis <ptitlouis@sysif.net> Sat, 18 Mar 2006 11:32:52 +0100 + +weechat (0.1.7-2) unstable; urgency=low + + * force linking against libpthread on GNU/Hurd (Closes: #350487) + + -- Julien Louis <ptitlouis@sysif.net> Sun, 5 Feb 2006 18:23:24 +0100 + weechat (0.1.7-1) unstable; urgency=low * New upstream release diff --git a/debian/control b/debian/control index 8527688cc..4ff11022d 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: net Priority: optional Maintainer: Sebastien Helleu <flashcode@flashtux.org> Uploaders: Julien Louis <ptitlouis@sysif.net> -Build-Depends: debhelper (>> 4.0.0), libncursesw5-dev, ruby, ruby1.8-dev, libperl-dev, python-dev, libgnutls-dev, libtool, xsltproc, docbook-xsl +Build-Depends: debhelper (>> 4.0.0), libncursesw5-dev, ruby, ruby1.8-dev, libperl-dev, python-dev, liblualib50-dev, libgnutls-dev, libtool, xsltproc, docbook-xsl, docbook-xml Standards-Version: 3.6.2 Package: weechat diff --git a/debian/rules b/debian/rules index 5bf81416b..575fc4c0e 100755 --- a/debian/rules +++ b/debian/rules @@ -2,6 +2,8 @@ #export DH_VERBOSE=1 +DEB_HOST_ARCH_OS := $(shell dpkg-architecture -qDEB_HOST_ARCH_OS) + ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) CFLAGS += -O0 else @@ -11,12 +13,15 @@ ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS))) INSTALL_PROGRAM += -s endif +ifeq ($(DEB_HOST_ARCH_OS),hurd) +LDFLAGS +=-lpthread +endif + configure: configure-stamp configure-stamp: dh_testdir - ./configure --prefix=/usr --sysconfdir=/etc --mandir=\$${prefix}/share/man \ - --infodir=\$${prefix}/share/info --enable-perl --enable-python --enable-ruby \ - --with-debug=0 + LDFLAGS=$(LDFLAGS) ./configure --prefix=/usr --sysconfdir=/etc --mandir=\$${prefix}/share/man \ + --infodir=\$${prefix}/share/info --with-debug=0 touch configure-stamp diff --git a/debian/weechat-plugins.install b/debian/weechat-plugins.install index 444b3d574..77a5a592a 100644 --- a/debian/weechat-plugins.install +++ b/debian/weechat-plugins.install @@ -1 +1 @@ -debian/tmp/usr/lib +debian/tmp/usr/lib/ diff --git a/weechat/debian/changelog b/weechat/debian/changelog index 35efe0452..842481032 100644 --- a/weechat/debian/changelog +++ b/weechat/debian/changelog @@ -1,3 +1,16 @@ +weechat (0.1.8-1) unstable; urgency=low + + * New upstream release + * Add liblualib50-dev and docbook-xml to Build-Depends + + -- Julien Louis <ptitlouis@sysif.net> Sat, 18 Mar 2006 11:32:52 +0100 + +weechat (0.1.7-2) unstable; urgency=low + + * force linking against libpthread on GNU/Hurd (Closes: #350487) + + -- Julien Louis <ptitlouis@sysif.net> Sun, 5 Feb 2006 18:23:24 +0100 + weechat (0.1.7-1) unstable; urgency=low * New upstream release diff --git a/weechat/debian/control b/weechat/debian/control index 8527688cc..4ff11022d 100644 --- a/weechat/debian/control +++ b/weechat/debian/control @@ -3,7 +3,7 @@ Section: net Priority: optional Maintainer: Sebastien Helleu <flashcode@flashtux.org> Uploaders: Julien Louis <ptitlouis@sysif.net> -Build-Depends: debhelper (>> 4.0.0), libncursesw5-dev, ruby, ruby1.8-dev, libperl-dev, python-dev, libgnutls-dev, libtool, xsltproc, docbook-xsl +Build-Depends: debhelper (>> 4.0.0), libncursesw5-dev, ruby, ruby1.8-dev, libperl-dev, python-dev, liblualib50-dev, libgnutls-dev, libtool, xsltproc, docbook-xsl, docbook-xml Standards-Version: 3.6.2 Package: weechat diff --git a/weechat/debian/rules b/weechat/debian/rules index 5bf81416b..575fc4c0e 100755 --- a/weechat/debian/rules +++ b/weechat/debian/rules @@ -2,6 +2,8 @@ #export DH_VERBOSE=1 +DEB_HOST_ARCH_OS := $(shell dpkg-architecture -qDEB_HOST_ARCH_OS) + ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) CFLAGS += -O0 else @@ -11,12 +13,15 @@ ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS))) INSTALL_PROGRAM += -s endif +ifeq ($(DEB_HOST_ARCH_OS),hurd) +LDFLAGS +=-lpthread +endif + configure: configure-stamp configure-stamp: dh_testdir - ./configure --prefix=/usr --sysconfdir=/etc --mandir=\$${prefix}/share/man \ - --infodir=\$${prefix}/share/info --enable-perl --enable-python --enable-ruby \ - --with-debug=0 + LDFLAGS=$(LDFLAGS) ./configure --prefix=/usr --sysconfdir=/etc --mandir=\$${prefix}/share/man \ + --infodir=\$${prefix}/share/info --with-debug=0 touch configure-stamp diff --git a/weechat/debian/weechat-plugins.install b/weechat/debian/weechat-plugins.install index 444b3d574..77a5a592a 100644 --- a/weechat/debian/weechat-plugins.install +++ b/weechat/debian/weechat-plugins.install @@ -1 +1 @@ -debian/tmp/usr/lib +debian/tmp/usr/lib/ |