[icestorm] 01/01: Split in two packages
Ruben Undheim
rubund-guest at moszumanska.debian.org
Wed Oct 7 17:50:34 UTC 2015
This is an automated email from the git hooks/post-receive script.
rubund-guest pushed a commit to branch master
in repository icestorm.
commit 7addf548e5f0a9db0345076f101f621d43022621
Author: Ruben Undheim <ruben.undheim at gmail.com>
Date: Wed Oct 7 21:46:26 2015 +0400
Split in two packages
---
debian/control | 7 +++++++
debian/icestorm-db.install | 1 +
debian/{docs => icestorm.docs} | 0
debian/icestorm.install | 1 +
4 files changed, 9 insertions(+)
diff --git a/debian/control b/debian/control
index 2412869..dadf921 100644
--- a/debian/control
+++ b/debian/control
@@ -11,10 +11,17 @@ Vcs-Browser: https://anonscm.debian.org/cgit/debian-science/packages/icestorm.gi
Vcs-Git: git://anonscm.debian.org/debian-science/packages/icestorm.git
Homepage: http://www.clifford.at/icestorm/
+Package: icestorm-db
+Architecture: all
+Depends: ${misc:Depends}
+Description: <insert up to 60 chars description>
+ <insert long description, indented with spaces>
+
Package: icestorm
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
+ icestorm-db,
python3
Description: <insert up to 60 chars description>
<insert long description, indented with spaces>
diff --git a/debian/icestorm-db.install b/debian/icestorm-db.install
new file mode 100644
index 0000000..1350cd8
--- /dev/null
+++ b/debian/icestorm-db.install
@@ -0,0 +1 @@
+usr/share/icebox/*
diff --git a/debian/docs b/debian/icestorm.docs
similarity index 100%
rename from debian/docs
rename to debian/icestorm.docs
diff --git a/debian/icestorm.install b/debian/icestorm.install
new file mode 100644
index 0000000..1df36c6
--- /dev/null
+++ b/debian/icestorm.install
@@ -0,0 +1 @@
+usr/bin/*
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/icestorm.git
More information about the debian-science-commits
mailing list