File tree Expand file tree Collapse file tree 5 files changed +15
-5
lines changed Expand file tree Collapse file tree 5 files changed +15
-5
lines changed Original file line number Diff line number Diff line change 11# pgloader build tool
22APP_NAME = pgloader
3- VERSION = 3.6.7
3+ VERSION = 3.6.8
44
55# use either sbcl or ccl
66CL = sbcl
Original file line number Diff line number Diff line change 1- pgloader (3.6.7-2) UNRELEASED ; urgency=medium
1+ pgloader (3.6.8-1) unstable ; urgency=medium
22
3+ * New upstream version.
34 * Depend on libsqlite3-0.
45
5- -- Christoph Berg <
[email protected] > Mon, 26 Sep 2022
11:09:44 +0200
6+ -- Christoph Berg <
[email protected] > Mon, 26 Sep 2022
14:24:02 +0200
67
78pgloader (3.6.7-1) unstable; urgency=medium
89
Original file line number Diff line number Diff line change 1414SIZE =16384
1515endif
1616
17+ MAKEFILE_VERSION = $(shell awk '/^VERSION/ { print $$3 }' Makefile)
18+ DOC_VERSION = $(shell awk '/^release/ { print $$3 }' docs/conf.py | tr -d "'")
19+ SPECFILE_VERSION = $(shell awk '/^Version/ { print $$2 }' pgloader.spec)
20+ DEBIAN_VERSION = $(shell dpkg-parsechangelog -SVersion | cut -d- -f 1)
21+
1722# buildd provides a build environment where $HOME is not writable, but the
1823# CL compilers here will need to fill-in a per-user cache
1924export HOME = $(CURDIR ) /debian/home
2025
2126override_dh_auto_clean :
2227 dh_auto_clean
2328 rm -rf debian/home
29+ # sanity checks on version number
30+ [ " $( MAKEFILE_VERSION) " = " $( DOC_VERSION) " ] # Makefile = docs/conf.py version
31+ [ " $( MAKEFILE_VERSION) " = " $( SPECFILE_VERSION) " ] # Makefile = pgloader.spec version
32+ [ " $( MAKEFILE_VERSION) " = " $( DEBIAN_VERSION) " ] # Makefile = debian/changelog version
2433
2534override_dh_auto_build-indep :
2635 # do nothing
Original file line number Diff line number Diff line change 5757# The short X.Y version.
5858version = '3.6'
5959# The full version, including alpha/beta/rc tags.
60- release = '3.6.7 '
60+ release = '3.6.8 '
6161
6262# The language for content autogenerated by Sphinx. Refer to documentation
6363# for a list of supported languages.
Original file line number Diff line number Diff line change 11Summary: extract, transform and load data into PostgreSQL
22Name: pgloader
3- Version: 3.6.7
3+ Version: 3.6.8
44Release: 22%{?dist }
55License: The PostgreSQL Licence
66Group: System Environment/Base
You can’t perform that action at this time.
0 commit comments