~ubuntu-branches/ubuntu/wily/musl/wily

« back to all changes in this revision

Viewing changes to debian/musl-dev.install

  • Committer: Package Import Robot
  • Author(s): Kevin Bortis
  • Date: 2013-09-27 23:47:18 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20130927234718-a96bgcnvzx5buf60
Tags: 0.9.14-1
* Import upstream version 0.9.14
* Only build on fully supported architectures
* Point to new homepage in control file (Closes: #724277)
* Revorked debian/rules
* Solved possible problem with postrm script (Closes: #724247)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#! /usr/bin/dh-exec
2
 
usr/lib/${MUSL_ARCH}/*.a
3
 
usr/lib/${MUSL_ARCH}/*.o
4
 
usr/include/${MUSL_ARCH}/*
 
2
usr/lib/${MUSL_TRIPLE}/*.a
 
3
usr/lib/${MUSL_TRIPLE}/*.o
 
4
usr/include/${MUSL_TRIPLE}/*