Changeset 96c2ce in git


Ignore:
Timestamp:
Apr 24, 2013, 10:10:14 AM (11 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
a44bcfd7437f94c20602b09730efd48bf03c03ba
Parents:
5782e2d7947412c3820f7bd158d09b128c888ca92816dca587089099994f848089b5be002579764d
Message:
Merge pull request #319 from mschulze/spielwiese

initial Debian package support
Files:
11 added
2 edited

Legend:

Unmodified
Added
Removed
  • Makefile.am

    r5782e2d r96c2ce  
    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 r96c2ce  
    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.