Changeset 2816dca in git


Ignore:
Timestamp:
Apr 23, 2013, 10:30:13 PM (11 years ago)
Author:
Mathias Schulze <mschulze@…>
Branches:
(u'spielwiese', '2a584933abf2a2d3082034c7586d38bb6de1a30a')
Children:
96c2ce8b080a9a545234eb9b8d52c48883488fc8
Parents:
5782e2d7947412c3820f7bd158d09b128c888ca9
Message:
initial Debian package support

* new folder debian

* added Debian files to EXTRA_DIST in Makefile.am

* added Singular desktop files as AC_CONFIG_FILES in configure.ac
Files:
11 added
2 edited

Legend:

Unmodified
Added
Removed
  • Makefile.am

    r5782e2d r2816dca  
    3131#       [ -d ${builddir}/emacs ] || ln -s ${srcdir}/emacs ${builddir}
    3232
     33DEBIAN = \
     34        debian/changelog \
     35        debian/compat \
     36        debian/control \
     37        debian/copyright \
     38        debian/rules \
     39        debian/singular.dirs \
     40        debian/source/format \
     41        debian/source/include-binaries \
     42        debian/icons/Singular.png
    3343
    34 EXTRA_DIST = autogen.sh $(EMACS)
     44EXTRA_DIST = autogen.sh $(EMACS) $(DEBIAN)
    3545
    3646bin_SCRIPTS = libsingular-config
  • configure.ac

    r5782e2d r2816dca  
    195195AC_CONFIG_SUBDIRS([gfanlib])
    196196
     197AC_CONFIG_FILES([debian/icons/Singular.desktop])
     198AC_CONFIG_FILES([debian/icons/Singular-manual.desktop])
     199
    197200AC_OUTPUT
Note: See TracChangeset for help on using the changeset viewer.