tags 559609 + pending
thanks
Dear maintainer,
I've sponsored an NMU for hstore-new (versioned as 1.0-2.1) prepared by
Obey Arthur Liu (Cc:-ed) and uploaded it to DELAYED/3, as per devref
§5.11.1. Please feel free to tell me if I should reschedule it somehow.
Regards.
--
Stefano Zacchiroli -o- PhD in Computer Science \ PostDoc @ Univ. Paris 7
z...@{upsilon.cc,pps.jussieu.fr,debian.org} -<>- http://upsilon.cc/zack/
Dietro un grande uomo c'è ..| . |. Et ne m'en veux pas si je te tutoie
sempre uno zaino ...........| ..: |.... Je dis tu à tous ceux que j'aime
diff -u hstore-new-1.0/debian/rules hstore-new-1.0/debian/rules
--- hstore-new-1.0/debian/rules
+++ hstore-new-1.0/debian/rules
@@ -1,32 +1,23 @@
#!/usr/bin/make -f
-PG_CFG83 = /usr/lib/postgresql/8.3/bin/pg_config
-PGXS83 = $(shell $(PG_CFG83) --pgxs)
-CFLAGS83 = $(shell $(PG_CFG83) --cflags)
-
PG_CFG84 = /usr/lib/postgresql/8.4/bin/pg_config
PGXS84 = $(shell $(PG_CFG84) --pgxs)
CFLAGS84 = $(shell $(PG_CFG84) --cflags)
ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
- CFLAGS83 += -O0
CFLAGS84 += -O0
else
- CFLAGS83 += -O2
CFLAGS84 += -O2
endif
SRCDIR = $(CURDIR)
-TGT83 = $(CURDIR)/debian/hstore-8.3
TGT84 = $(CURDIR)/debian/hstore-8.4
clean:
dh_testdir
dh_testroot
- $(MAKE) clean PG_CONFIG="$(PG_CFG83)"
- $(MAKE) clean PG_CONFIG="$(PG_CFG84)"
rm -rf $(CURDIR)/debian/usr $(CURDIR)/debian/postgresql-*-hstore-new
- rm -rf $(TGT83) $(TGT84)
+ rm -rf $(TGT84)
dh_clean
install: build
@@ -35,15 +26,10 @@
dh_prep
dh_installdirs
- mkdir -p $(TGT83) $(TGT84)
- cp $(SRCDIR)/uninstall_hstore-new.sql $(TGT83)
- cp $(SRCDIR)/README.hstore-new $(TGT83)
+ mkdir -p $(TGT84)
cp $(SRCDIR)/uninstall_hstore-new.sql $(TGT84)
cp $(SRCDIR)/README.hstore-new $(TGT84)
- cd $(TGT83) && $(MAKE) -f $(SRCDIR)/Makefile CFLAGS="$(CFLAGS)" PG_CONFIG="$(PG_CFG83)" VPATH="$(SRCDIR)" DESTDIR=$(CURDIR)/debian install
- dh_install --sourcedir=$(CURDIR)/debian -ppostgresql-8.3-hstore-new
-
cd $(TGT84) && $(MAKE) -f $(SRCDIR)/Makefile CFLAGS="$(CFLAGS)" PG_CONFIG="$(PG_CFG84)" VPATH="$(SRCDIR)" DESTDIR=$(CURDIR)/debian install
dh_install --sourcedir=$(CURDIR)/debian -ppostgresql-8.4-hstore-new
reverted:
--- hstore-new-1.0/debian/postgresql-8.3-hstore-new.install
+++ hstore-new-1.0.orig/debian/postgresql-8.3-hstore-new.install
@@ -1,3 +0,0 @@
-usr/lib/postgresql/8.3/lib/hstore-new.so usr/lib/postgresql/8.3/lib
-usr/share/postgresql/8.3/contrib/hstore-new.sql usr/share/postgresql/8.3/contrib
-usr/share/postgresql/8.3/contrib/uninstall_hstore-new.sql usr/share/postgresql/8.3/contrib
diff -u hstore-new-1.0/debian/control hstore-new-1.0/debian/control
--- hstore-new-1.0/debian/control
+++ hstore-new-1.0/debian/control
@@ -2,19 +2,10 @@
Section: database
Priority: extra
Maintainer: Dimitri Fontaine <[email protected]>
-Build-Depends: debhelper (>= 7), postgresql-server-dev-8.3, postgresql-server-dev-8.4
+Build-Depends: debhelper (>= 7), postgresql-server-dev-8.4
Homepage: http://hstore-new.projects.postgresql.org/
Standards-Version: 3.8.3
-Package: postgresql-8.3-hstore-new
-Architecture: any
-Depends: ${shlibs:Depends}, postgresql-8.3
-Description: PostgreSQL data type for storing sets of (key,value) pairs
- This module is an enhanced version of the hstore type from contrib/hstore,
- intended to allow the new features to be used in existing PostgreSQL
- versions. (This code is being submitted for inclusion in future versions,
- but I have had requests to backport the functionality.)
-
Package: postgresql-8.4-hstore-new
Architecture: any
Depends: ${shlibs:Depends}, postgresql-8.4
diff -u hstore-new-1.0/debian/changelog hstore-new-1.0/debian/changelog
--- hstore-new-1.0/debian/changelog
+++ hstore-new-1.0/debian/changelog
@@ -1,3 +1,11 @@
+hstore-new (1.0-2.1) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Drop support for PostgreSQL 8.3 as it dropped in Squeeze (Closes: #559609).
+ * Fix noop clean command.
+
+ -- Obey Arthur Liu <[email protected]> Fri, 02 Apr 2010 23:59:42 +0200
+
hstore-new (1.0-2) unstable; urgency=low
* Stop using {} bash'ism in debian/rules (Closes: #541668)
reverted:
--- hstore-new-1.0/debian/postgresql-8.3-hstore-new.dirs
+++ hstore-new-1.0.orig/debian/postgresql-8.3-hstore-new.dirs
@@ -1,2 +0,0 @@
-usr/lib/postgresql/8.3/lib
-usr/share/postgresql/8.3/contrib
reverted:
--- hstore-new-1.0/debian/postgresql-8.3-hstore-new.docs
+++ hstore-new-1.0.orig/debian/postgresql-8.3-hstore-new.docs
@@ -1 +0,0 @@
-README.hstore-new