ea0c7001f6
Update to 0.6.2b and add Ubuntu packages OBS-URL: https://build.opensuse.org/request/show/76814 OBS-URL: https://build.opensuse.org/package/show/Education/fritzing?expand=0&rev=2
11 lines
197 B
Makefile
11 lines
197 B
Makefile
#!/usr/bin/make -f
|
|
export DH_VERBOSE=1
|
|
%:
|
|
dh $@
|
|
|
|
override_dh_install:
|
|
mv Fritzing fritzing
|
|
mv /usr/src/packages/SOURCES/fritzing.1 .
|
|
mv /usr/src/packages/SOURCES/fritzing.desktop .
|
|
dh_install
|