summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog57
-rw-r--r--debian/control8
-rw-r--r--debian/copyright19
-rwxr-xr-xdebian/rules10
4 files changed, 70 insertions, 24 deletions
diff --git a/debian/changelog b/debian/changelog
index ed26379..e73fed8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,61 @@
-obnam (0.1.3-1) unstable; urgency=low
+obnam (0.8.1-1) unstable; urgency=medium
+
+ * New Debian package
+
+ -- Lars Wirzenius <liw@liw.fi> Mon, 01 Jan 2024 16:22:35 +0200
+
+obnam (0.8.0-1) unstable; urgency=medium
+
+ * New release.
+
+ -- Lars Wirzenius <liw@liw.fi> Sun, 24 Jul 2022 11:13:59 +0300
+
+obnam (0.7.1-1) unstable; urgency=medium
+
+ * New release.
+
+ -- Lars Wirzenius <liw@liw.fi> Tue, 08 Mar 2022 08:17:53 +0200
+
+obnam (0.7.0-1) unstable; urgency=medium
+
+ * New release.
+
+ -- Lars Wirzenius <liw@liw.fi> Tue, 04 Jan 2022 16:29:52 +0200
+
+obnam (0.6.0-1) unstable; urgency=medium
+
+ * New release.
+
+ -- Lars Wirzenius <liw@liw.fi> Sat, 04 Dec 2021 08:38:15 +0200
+
+obnam (0.5.0-1) unstable; urgency=medium
+
+ * New release.
+
+ -- Lars Wirzenius <liw@liw.fi> Sat, 20 Nov 2021 11:13:20 +0200
+
+obnam (0.4.0-1) unstable; urgency=medium
+
+ * New release.
+
+ -- Lars Wirzenius <liw@liw.fi> Sun, 06 Jun 2021 10:25:02 +0300
+
+obnam (0.3.1-1) unstable; urgency=medium
+
+ * New release.
+
+ -- Lars Wirzenius <liw@liw.fi> Tue, 23 Mar 2021 09:51:23 +0200
+
+obnam (0.3.0-1) unstable; urgency=medium
+
+ * New release.
+
+ -- Lars Wirzenius <liw@liw.fi> Sun, 14 Mar 2021 11:15:25 +0200
+
+obnam (0.2.2-1) unstable; urgency=low
* Initial packaging. This is not intended to be uploaded to Debian, so
no closing of an ITP bug.
-- Lars Wirzenius <liw@liw.fi> Sat, 28 Sep 2019 16:45:49 +0300
+
diff --git a/debian/control b/debian/control
index 5d3167b..b13c20d 100644
--- a/debian/control
+++ b/debian/control
@@ -5,8 +5,6 @@ Priority: optional
Standards-Version: 4.2.0
Build-Depends:
debhelper (>= 10~),
- build-essential,
- dh-cargo,
daemonize,
git,
libsqlite3-dev,
@@ -16,12 +14,8 @@ Build-Depends:
python3,
python3-requests,
python3-yaml,
- strace,
subplot,
- summain,
- texlive-fonts-recommended,
- texlive-latex-base,
- texlive-latex-recommended
+ summain
Homepage: https://obnam.org
Package: obnam
diff --git a/debian/copyright b/debian/copyright
index ea31729..043fcc0 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -4,20 +4,17 @@ Upstream-Contact: Lars Wirzenius <liw@liw.fi>
Source: http://git.liw.fi/obnam2
Files: *
-Copyright: 2020, Lars Wirzenius
-License: GPL-3+
+Copyright: 2020-2021, Lars Wirzenius and others
+License: AGPL-3+
This program is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation, either version 3 of the License, or
- (at your option) any later version.
+ it under the terms of the GNU Affero General Public License as
+ published by the Free Software Foundation, either version 3 of the
+ License, or (at your option) any later version.
.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
+ GNU Affero General Public License for more details.
.
- You should have received a copy of the GNU General Public License
- along with this program. If not, see <http://www.gnu.org/licenses/>.
- .
- On a Debian system, you can find a copy of GPL version 3 at
- /usr/share/common-licenses/GPL-3 .
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see <https://www.gnu.org/licenses/>.
diff --git a/debian/rules b/debian/rules
index 6675ae9..7a3e4e9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,15 +1,15 @@
#!/usr/bin/make -f
%:
- dh $@ --buildsystem cargo
+ dh $@
override_dh_auto_build:
true
override_dh_auto_install:
- cargo install --path=. --root=debian/obnam
- rm -f debian/obnam/.crates.toml
- rm -f debian/obnam/.crates2.json
+ cargo install --path=. --root=debian/obnam --offline
+ find debian -name '.crates*' -delete
+ find debian/obnam/bin -type f ! -name 'obnam*' -delete
override_dh_auto_test:
- ./check
+ echo disabled: ./check