summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorDaniel Glassey <wdg@debian.org>2005-12-10 21:39:54 +0000
committerRoberto C. Sanchez <roberto@connexer.com>2014-10-21 22:48:16 -0400
commit68cb37b09003990083705d99cbc7576ad7721bf9 (patch)
tree7e1e4e20180227444e91afa7bcb32372629f2311 /debian
parent12d391d7512fac21c1eaa2c1930559f4943d0be8 (diff)
parent11cdd9e5b16c1fac806a9919290981cd161721eb (diff)
Imported Debian patch 1.5.3-1
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog9
-rw-r--r--debian/control2
-rw-r--r--debian/control.in2
-rwxr-xr-xdebian/rules4
4 files changed, 13 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog
index 6531e40..a3a57ee 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+bibletime (1.5.3-1) unstable; urgency=low
+
+ * New upstream release
+ * rebuild against transistion sword and KDE
+ * Don't autogenerate debian/control using cdbs
+ fix generated file build-deps
+
+ -- Daniel Glassey <wdg@debian.org> Sat, 10 Dec 2005 21:39:54 +0000
+
bibletime (1.5.1-1) unstable; urgency=low
* New upstream release
diff --git a/debian/control b/debian/control
index 4d84c55..2d20c15 100644
--- a/debian/control
+++ b/debian/control
@@ -1,6 +1,6 @@
Source: bibletime
Section: kde
-Build-Depends: cdbs (>= 0.4.23-1.1), build-essential, bzip2, autotools-dev, quilt, patchutils (>= 0.2.25), cdbs (>= 0.4.27-1), debhelper (>= 4.1.0), kdelibs4-dev, libsword-dev (>= 1.5.8-3), libsword-dev (<< 1.5.8.90-1), libcurl3-dev
+Build-Depends: bzip2, autotools-dev, quilt, patchutils (>= 0.2.25), cdbs (>= 0.4.27-1), debhelper (>= 4.1.0), kdelibs4-dev (>= 3.4.3-2), libsword-dev (>= 1.5.8-7), libsword-dev (<< 1.5.8.90-1)
Priority: optional
Maintainer: Daniel Glassey <wdg@debian.org>
Standards-Version: 3.6.2.0
diff --git a/debian/control.in b/debian/control.in
index 34ae8e4..0b598b2 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -1,6 +1,6 @@
Source: bibletime
Section: kde
-Build-Depends: @cdbs@, kdelibs4-dev, libsword-dev (>= 1.5.8-3), libsword-dev (<< 1.5.8.90-1), libcurl3-dev
+Build-Depends: @cdbs@, kdelibs4-dev (>= 3.4.3-2), libsword-dev (>= 1.5.8-7), libsword-dev (<< 1.5.8.90-1)
Priority: optional
Maintainer: Daniel Glassey <wdg@debian.org>
Standards-Version: 3.6.2.0
diff --git a/debian/rules b/debian/rules
index 9720c10..5214819 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,8 +1,8 @@
#!/usr/bin/make -f
-DEB_AUTO_UPDATE_DEBIAN_CONTROL := yes
+#DEB_AUTO_UPDATE_DEBIAN_CONTROL:=yes
-DEB_TAR_SRCDIR := bibletime-1.5.1
+DEB_TAR_SRCDIR := bibletime-1.5.3
include /usr/share/cdbs/1/rules/tarball.mk