summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorRuben Undheim <ruben.undheim@gmail.com>2018-09-02 23:26:48 +0200
committerRuben Undheim <ruben.undheim@gmail.com>2018-09-02 23:32:18 +0200
commita746cfc88d0281a712f3d9a60c8306dfec5fbe48 (patch)
tree50cccfc497987173935c3245f88907bda4f3ad43 /debian
parentbea3741c74766089d0d75e1ccff56d835ae2511f (diff)
Prepare for adopt
Diffstat (limited to 'debian')
-rw-r--r--debian/autoreconf1
-rw-r--r--debian/changelog7
-rw-r--r--debian/compat2
-rw-r--r--debian/control15
-rw-r--r--debian/copyright3
-rw-r--r--debian/gbp.conf2
-rwxr-xr-xdebian/rules2
7 files changed, 22 insertions, 10 deletions
diff --git a/debian/autoreconf b/debian/autoreconf
new file mode 100644
index 0000000..b744996
--- /dev/null
+++ b/debian/autoreconf
@@ -0,0 +1 @@
+scripts
diff --git a/debian/changelog b/debian/changelog
index d4770f5..adc4df5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+irsim (9.7.93-3) UNRELEASED; urgency=medium
+
+ * Adopt package into the Debian Electronics team
+ with myself as the only uploader. (Closes: #12628)
+
+ -- Ruben Undheim <ruben.undheim@gmail.com> Sun, 02 Sep 2018 23:30:30 +0200
+
irsim (9.7.93-2) unstable; urgency=medium
* QA upload.
diff --git a/debian/compat b/debian/compat
index f599e28..b4de394 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-10
+11
diff --git a/debian/control b/debian/control
index aefebfa..8fef8c5 100644
--- a/debian/control
+++ b/debian/control
@@ -1,23 +1,24 @@
Source: irsim
Section: electronics
-Priority: extra
-Maintainer: Debian QA Group <packages@qa.debian.org>
-Build-Depends: autotools-dev,
- debhelper (>= 10),
+Priority: optional
+Maintainer: Debian Electronics Team <pkg-electronics-devel@lists.alioth.debian.org>
+Uploaders: Ruben Undheim <ruben.undheim@gmail.com>
+Build-Depends: debhelper (>= 11),
libxt-dev,
- m4,
mesa-common-dev,
tcl-dev,
tk-dev,
x11proto-core-dev
-Standards-Version: 4.0.0
+Standards-Version: 4.2.1
Homepage: http://opencircuitdesign.com/irsim/
+Vcs-Browser: https://salsa.debian.org/electronics-team/irsim
+Vcs-Git: https://salsa.debian.org/electronics-team/irsim.git
Package: irsim
Architecture: any
Depends: ${misc:Depends},
${shlibs:Depends}
-Description: switch-level simulator
+Description: Switch-level simulator
IRSIM is a tool for simulating digital circuits. It is a "switch-level"
simulator; that is, it treats transistors as ideal switches. Extracted
capacitance and lumped resistance values are used to make the switch a little
diff --git a/debian/copyright b/debian/copyright
index f4ffdeb..4c8ef9e 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,4 +1,4 @@
-Format: http://dep.debian.net/deps/dep5
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: irsim
Source: http://opencircuitdesign.com/irsim/
@@ -29,6 +29,7 @@ License: GPL-2
Files: debian/*
Copyright: 2011 Roland Stigge <stigge@antcom.de>
+ 2018 Ruben Undheim <ruben.undheim@gmail.com>
License: same-as-upstream
The Debian packaging of this software is distributed under the same licensing
as the package itself,.
diff --git a/debian/gbp.conf b/debian/gbp.conf
new file mode 100644
index 0000000..cec628c
--- /dev/null
+++ b/debian/gbp.conf
@@ -0,0 +1,2 @@
+[DEFAULT]
+pristine-tar = True
diff --git a/debian/rules b/debian/rules
index 0a436c2..f542f57 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,7 +4,7 @@
#export DH_VERBOSE=1
%:
- dh $@ --with autotools_dev
+ dh $@ --with autoreconf
override_dh_auto_install:
dh_auto_install