Loading debian/changelog +7 −0 Original line number Diff line number Diff line cloudsql-proxy (1.33.2-1) unstable; urgency=medium * New version 1.33.2. * Fix incorrect #! opener in cloudsql-proxy.sh. -- Adam Henry Lewenberg <adamhl@stanford.edu> Wed, 30 Aug 2023 14:19:32 -0700 cloudsql-proxy (1.16-1) unstable; urgency=medium * New version 1.16. Loading debian/cloudsql-proxy.service +4 −0 Original line number Diff line number Diff line [Install] WantedBy=multi-user.target [Unit] Description=run the GCP Cloud SQL Proxy service Wants=network-online.target After=network-online.target Documentation=https://code.stanford.edu/debian-public/cloudsql-proxy [Service] Type=simple Loading debian/cloudsql-proxy.sh +1 −1 Original line number Diff line number Diff line #!/bin/sh #!/bin/bash # A wrapper around /usr/bin/cloud_sql_proxy so we can pass options in a # configuration file. Loading debian/compat +1 −1 Original line number Diff line number Diff line 9 10 debian/control +2 −2 Original line number Diff line number Diff line Loading @@ -2,9 +2,9 @@ Source: cloudsql-proxy Section: web Priority: optional Homepage: https://github.com/GoogleCloudPlatform/cloudsql-proxy Build-Depends: rsync, debhelper (>= 8) Build-Depends: rsync, debhelper (>= 10) Maintainer: Adam Henry Lewenberg <adamhl@stanford.edu> Standards-Version: 4.3.0 Standards-Version: 4.6.2 Package: cloudsql-proxy Architecture: amd64 Loading Loading
debian/changelog +7 −0 Original line number Diff line number Diff line cloudsql-proxy (1.33.2-1) unstable; urgency=medium * New version 1.33.2. * Fix incorrect #! opener in cloudsql-proxy.sh. -- Adam Henry Lewenberg <adamhl@stanford.edu> Wed, 30 Aug 2023 14:19:32 -0700 cloudsql-proxy (1.16-1) unstable; urgency=medium * New version 1.16. Loading
debian/cloudsql-proxy.service +4 −0 Original line number Diff line number Diff line [Install] WantedBy=multi-user.target [Unit] Description=run the GCP Cloud SQL Proxy service Wants=network-online.target After=network-online.target Documentation=https://code.stanford.edu/debian-public/cloudsql-proxy [Service] Type=simple Loading
debian/cloudsql-proxy.sh +1 −1 Original line number Diff line number Diff line #!/bin/sh #!/bin/bash # A wrapper around /usr/bin/cloud_sql_proxy so we can pass options in a # configuration file. Loading
debian/control +2 −2 Original line number Diff line number Diff line Loading @@ -2,9 +2,9 @@ Source: cloudsql-proxy Section: web Priority: optional Homepage: https://github.com/GoogleCloudPlatform/cloudsql-proxy Build-Depends: rsync, debhelper (>= 8) Build-Depends: rsync, debhelper (>= 10) Maintainer: Adam Henry Lewenberg <adamhl@stanford.edu> Standards-Version: 4.3.0 Standards-Version: 4.6.2 Package: cloudsql-proxy Architecture: amd64 Loading