Skip to content

Commit b16f1b9

Browse files
Debianization of gcodetools
1 parent fa67852 commit b16f1b9

File tree

5 files changed

+24
-0
lines changed

5 files changed

+24
-0
lines changed

debian/changelog

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
gcodetools (1.7) unstable; urgency=low
2+
3+
* Initial release.
4+
5+
-- Pavel Shramov <[email protected]> Mon, 20 Aug 2012 16:20:58 +0400

debian/compat

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
5

debian/control

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
Source: gcodetools
2+
Priority: extra
3+
Maintainer: Pavel Shramov <[email protected]>
4+
Build-Depends: debhelper (>= 5.0.0)
5+
Standards-Version: 3.8.0
6+
Section: devel
7+
Homepage: http://www.cnc-club.ru/forum/viewtopic.php?t=34
8+
9+
Package: gcodetools
10+
Section: devel
11+
Architecture: all
12+
Depends: inkscape
13+
Description: Inkscape extension to create G-code from image

debian/install

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
stable/gcodetools.py /usr/share/inkscape/extensions/
2+
stable/*.inx /usr/share/inkscape/extensions/

debian/rules

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#!/usr/bin/make -f
2+
%:
3+
dh $@

0 commit comments

Comments
 (0)