]> git.donarmstrong.com Git - debbugs.git/commitdiff
Update for testing in buster environment (use pq-11-debversion)
authorDon Armstrong <don@donarmstrong.com>
Mon, 8 Jul 2019 04:02:47 +0000 (21:02 -0700)
committerDon Armstrong <don@donarmstrong.com>
Mon, 8 Jul 2019 04:02:47 +0000 (21:02 -0700)
.travis/Dockerfile
debian/control

index c5fbffa5a4152d848b50ca1543efcdd300b52476..9324d155b269e2c654df67f46c75b1dbda0fd888 100644 (file)
@@ -5,17 +5,8 @@ RUN apt-get -qq update; \
  apt-get clean;
 COPY debian/control debian/control
 COPY debian/changelog debian/changelog
+# finalize debian changelog
 RUN dch -r -m '';
-RUN echo 'deb http://deb.debian.org/debian/ sid main' \
- > /etc/apt/sources.list.d/sid.list
-RUN echo 'deb http://deb.debian.org/debian/ stretch-backports main' \
- > /etc/apt/sources.list.d/stretchbackports.list
-RUN echo '\nPackage: libtest-postgresql-perl\nPin: release a=unstable\nPin-Priority: 500\n\n'\
- > /etc/apt/preferences
-RUN echo '\nPackage: *\nPin: release a=unstable\nPin-Priority: 1\n\n'\
- >> /etc/apt/preferences
-RUN echo '\nPackage: *\nPin: release a=stretch-backports\nPin-Priority: 500\n\n'\
- >> /etc/apt/preferences
 # work around slim image interacting with missing documentation
 RUN for a in $(seq 1 7); do mkdir -p /usr/share/man/man$a; done;
 RUN apt-get -qq update && \
index 74b07491b56de15d566ef6eef96e16c891de0ec9..8bf8dcbf0b745276af8dd3139cb92b6f14627a3a 100644 (file)
@@ -21,7 +21,7 @@ Build-Depends-Indep: libparams-validate-perl,
  libdatetime-perl,
  libaliased-perl,
  postgresql,
- postgresql-9.6-debversion|postgresql-10-debversion,
+ postgresql-9.6-debversion|postgresql-10-debversion|postgresql-11-debversion,
  libtext-xslate-perl, graphviz, libtext-iconv-perl, libnet-server-perl,
  libmouse-perl, libmousex-nativetraits-perl,
 # used to make the logo
@@ -38,7 +38,7 @@ Depends:
  libdebbugs-perl
 Recommends: debbugs-web (>= 2.6~)
 Suggests: spamassassin (>= 3.0), libcgi-alert-perl, postgresql,
- postgresql-9.6-debversion|postgresql-10-debversion
+ postgresql-9.6-debversion|postgresql-10-debversion|postgresql-11-debversion
 Description: bug tracking system based on the active Debian BTS
  Debian has a bug tracking system which files details of bugs reported by
  users and developers. Each bug is given a number, and is kept on file until