diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 7 | ||||
-rw-r--r-- | debian/control | 4 | ||||
-rw-r--r-- | debian/debuild.opts | 1 | ||||
-rwxr-xr-x | debian/rules | 8 |
4 files changed, 7 insertions, 13 deletions
diff --git a/debian/changelog b/debian/changelog index e45d7f2..2284c45 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +libept (1.0.15) UNRELEASED; urgency=medium + + * Removed need of tagcoll and wibble + * Removed popcon/ support + + -- Enrico Zini <enrico@debian.org> Thu, 10 Sep 2015 15:19:23 +0200 + libept (1.0.14) unstable; urgency=medium * New version that includes Matthias' changes diff --git a/debian/control b/debian/control index 7146325..63c22de 100644 --- a/debian/control +++ b/debian/control @@ -7,7 +7,6 @@ Build-Depends: debhelper (>= 9), dh-exec, dh-buildinfo, cmake (>= 2.6), pkg-config, doxygen, libapt-pkg-dev (>= 1.0.10), - libwibble-dev (>= 1.1-1+b1), libwibble-dev (<< 2.0), libxapian-dev (>= 1.2.21-1.2) Standards-Version: 3.9.6.0 Vcs-Git: git://git.debian.org/git/debtags/libept.git @@ -19,9 +18,7 @@ Architecture: any Recommends: pkg-config Depends: libept1.4.16 (= ${binary:Version}), - libwibble-dev (>= 1.1-1+b1), libwibble-dev (<< 2.0), libapt-pkg-dev (>= 1.0.10), libxapian-dev (>= 1.2.21-1.2), ${misc:Depends} -Built-Using: ${libwibble:Source} Description: High-level library for managing Debian package information The library defines a very minimal framework in which many sources of data about Debian packages can be implemented and queried together. @@ -40,7 +37,6 @@ Section: libs Architecture: any Multi-Arch: same Depends: ${shlibs:Depends}, ${misc:Depends} -Built-Using: ${libwibble:Source} Description: High-level library for managing Debian package information The library defines a very minimal framework in which many sources of data about Debian packages can be implemented and queried together. diff --git a/debian/debuild.opts b/debian/debuild.opts deleted file mode 100644 index b962575..0000000 --- a/debian/debuild.opts +++ /dev/null @@ -1 +0,0 @@ --i_darcs -I_darcs -iwibble -Iwibble diff --git a/debian/rules b/debian/rules index 9c9cd65..e689b30 100755 --- a/debian/rules +++ b/debian/rules @@ -2,9 +2,6 @@ BUILDDIR = $(CURDIR)/debian/build -libwibble_source = $(shell dpkg-query -f '$${source:Package} (= $${source:Version}), ' -W libwibble-dev) -tagcoll2_source = $(shell dpkg-query -f '$${source:Package} (= $${source:Version}), ' -W libtagcoll2-dev) - %: dh $@ --buildsystem=cmake --builddirectory=$(BUILDDIR) @@ -22,11 +19,6 @@ override_dh_auto_install: dh_installdocs -plibept-dev -n $(BUILDDIR)/doc/html dh_installdocs -plibept-dev -n $(BUILDDIR)/doc/libept.doxytags -override_dh_gencontrol: - dh_gencontrol -- \ - -Vlibwibble:Source="$(libwibble_source)" \ - -Vtagcoll2:Source="$(tagcoll2_source)" - debsrc: debian/check_versions gbp buildpackage --git-pristine-tar -S -us -uc |