source: git/debian/rules @ ab8867

spielwiese
Last change on this file since ab8867 was ab8867, checked in by Mathias Schulze <mschulze@…>, 11 years ago
Debian package divided into multiple packages * new packages are singular-bin, singular-common, and singular-dev * the meta package singular depends on singular-bin and singular-common
  • Property mode set to 100755
File size: 394 bytes
Line 
1#!/usr/bin/make -f
2
3%:
4        dh $@
5
6override_dh_auto_configure:
7        dh_auto_configure -- --enable-gfanlib
8
9override_dh_auto_install:
10        dh_auto_install
11        install debian/icons/Singular.desktop debian/singular-common/usr/share/applications
12        install debian/icons/Singular-manual.desktop debian/singular-common/usr/share/applications
13        install debian/icons/Singular.png debian/singular-common/usr/share/icons
14
Note: See TracBrowser for help on using the repository browser.