summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAhmed Toulan <thelinuxer@ubuntu.com>2011-09-05 11:32:51 +0200
committerAhmed Toulan <thelinuxer@ubuntu.com>2011-09-05 11:32:51 +0200
commit75ddd6b9e084bb57dc5303859f69c1407b703b6f (patch)
treee89ec68ea564628dc61ae8917a1f4cb0c58a8585
parentd4700c96fd551eea539921572c03842ecdc6c8c3 (diff)
Import Debian changes 0.2.0+hg20110905r195-1
gdigi (0.2.0+hg20110905r195-1) unstable; urgency=low . * Initial release (Closes: #524202)
-rw-r--r--debian/changelog6
-rw-r--r--debian/compat1
-rw-r--r--debian/control24
-rw-r--r--debian/copyright31
-rw-r--r--debian/dirs2
-rw-r--r--debian/docs2
-rw-r--r--debian/manpages1
-rw-r--r--debian/menu2
-rwxr-xr-xdebian/rules16
-rw-r--r--debian/source/format1
10 files changed, 86 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..1a10689
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,6 @@
+gdigi (0.2.0+hg20110905r195-1) unstable; urgency=low
+
+ * Initial release (Closes: #524202)
+
+ -- Ahmed Toulan <thelinuxer@ubuntu.com> Mon, 05 Sep 2011 11:32:51 +0200
+
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..7f8f011
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+7
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..34417b5
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,24 @@
+Source: gdigi
+Section: sound
+Priority: extra
+Maintainer: Ahmed Toulan <thelinuxer@ubuntu.com>
+Build-Depends: debhelper (>= 7), libexpat1-dev (>= 2.0.0), libgtk2.0-dev (>= 2.14.0), libasound2-dev
+Standards-Version: 3.9.2
+Homepage: http://desowin.org/gdigi/
+Vcs-hg: http://anonscm.debian.org/hg/collab-maint/gdigi/#debian
+Vcs-Browser: http://anonscm.debian.org/hg/collab-maint/gdigi/summary
+
+Package: gdigi
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: utility to control DigiTech effect pedals
+ gdigi is a tool aimed to provide X-Edit functionality to Linux users
+ .
+ Supported devices:
+ * RP250
+ * RP255
+ * RP355
+ * RP500
+ * RP1000
+ * GNX3000
+ * GNX4K
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..26df998
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,31 @@
+Format-Specification: http://wiki.debian.org/Proposals/CopyrightFormat
+Upstream-Name: gdigi
+Upstream-Maintainer: Tomasz Moń <desowin@gmail.com>
+Upstream-Source: http://hg.atheme.org/users/desowin/gdigi/
+
+Files: *
+Copyright: Tomasz Moń <desowin@gmail.com>
+License: GPL-3
+
+Files: gtkknob.*
+Copyright:
+ 1999 Tony Garnock-Jones
+ 2004 Sean Bolton
+ 2007 William Weston
+ 2007 Pete Shorthose
+ 2009 Tomasz Moń
+License: GPL-2+
+
+Files: debian/*
+Copyright:
+ 2009 Andrew O. Shadura <bugzilla@tut.by>
+License: GPL-3
+
+License: GPL-2
+ The full text of the GPL is distributed in
+ /usr/share/common-licenses/GPL-2 on Debian systems.
+
+License: GPL-3
+ The full text of the GPL is distributed in
+ /usr/share/common-licenses/GPL-3 on Debian systems.
+
diff --git a/debian/dirs b/debian/dirs
new file mode 100644
index 0000000..8fa061d
--- /dev/null
+++ b/debian/dirs
@@ -0,0 +1,2 @@
+usr/bin
+usr/share/applications
diff --git a/debian/docs b/debian/docs
new file mode 100644
index 0000000..724e084
--- /dev/null
+++ b/debian/docs
@@ -0,0 +1,2 @@
+README
+TODO
diff --git a/debian/manpages b/debian/manpages
new file mode 100644
index 0000000..b163d45
--- /dev/null
+++ b/debian/manpages
@@ -0,0 +1 @@
+gdigi.1
diff --git a/debian/menu b/debian/menu
new file mode 100644
index 0000000..c099971
--- /dev/null
+++ b/debian/menu
@@ -0,0 +1,2 @@
+?package(gdigi):needs="X11" section="Applications/Sound"\
+ title="gdigi" command="/usr/bin/gdigi"
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..f014ca3
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,16 @@
+#!/usr/bin/make -f
+REV=$(shell dpkg-parsechangelog | grep Version | sed -e 's/.*r\(.*\)-.*/\1/')
+VER=$(shell dpkg-parsechangelog | sed -rne 's,^Version: ([^-]+).*,\1,p')
+get-orig-source:
+ rm -rf gdigi-$(VER).orig
+ hg clone http://hg.atheme.org/users/desowin/gdigi/ gdigi-$(VER).orig
+ cd gdigi-$(VER).orig && hg up -r $(REV)
+ rm -r gdigi-$(VER).orig/.hg gdigi-$(VER).orig/.hgignore
+ GZIP=--best tar -cz --owner root --group root --mode a+rX \
+ -f gdigi_$(VER).orig.tar.gz \
+ gdigi-$(VER).orig
+ rm -r gdigi-$(VER).orig
+ mv gdigi_$(VER).orig.tar.gz ../
+
+%:
+ dh $@
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)