Skip to content

Commit

Permalink
Renamed subdirectories to match package names
Browse files Browse the repository at this point in the history
  • Loading branch information
simpleigh committed Mar 4, 2015
1 parent d55a6fa commit a4e2e56
Show file tree
Hide file tree
Showing 81 changed files with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,22 +6,22 @@ bin_name = libringing-bin_0.4.0-4_amd64.deb
build: $(dev_name) $(bin_name)

$(dev_name):
find ringing-lib-dev -perm 0664 -exec chmod 0644 {} \;
find ringing-lib-dev -perm 0775 -exec chmod 0755 {} \;
[ -e ringing-lib-dev/usr/lib/libringing.so ] || ln -s libringing.so.0.0.0 ringing-lib-dev/usr/lib/libringing.so
[ -e ringing-lib-dev/usr/lib/libringing.so.0 ] || ln -s libringing.so.0.0.0 ringing-lib-dev/usr/lib/libringing.so.0
[ -e ringing-lib-dev/usr/lib/libringingcore.so ] || ln -s libringingcore.so.0.0.0 ringing-lib-dev/usr/lib/libringingcore.so
[ -e ringing-lib-dev/usr/lib/libringingcore.so.0 ] || ln -s libringingcore.so.0.0.0 ringing-lib-dev/usr/lib/libringingcore.so.0
fakeroot dpkg-deb --build ringing-lib-dev $(dev_name)
find libringing-dev -perm 0664 -exec chmod 0644 {} \;
find libringing-dev -perm 0775 -exec chmod 0755 {} \;
[ -e libringing-dev/usr/lib/libringing.so ] || ln -s libringing.so.0.0.0 libringing-dev/usr/lib/libringing.so
[ -e libringing-dev/usr/lib/libringing.so.0 ] || ln -s libringing.so.0.0.0 libringing-dev/usr/lib/libringing.so.0
[ -e libringing-dev/usr/lib/libringingcore.so ] || ln -s libringingcore.so.0.0.0 libringing-dev/usr/lib/libringingcore.so
[ -e libringing-dev/usr/lib/libringingcore.so.0 ] || ln -s libringingcore.so.0.0.0 libringing-dev/usr/lib/libringingcore.so.0
fakeroot dpkg-deb --build libringing-dev $(dev_name)

$(bin_name):
find ringing-lib-bin -perm 0664 -exec chmod 0644 {} \;
find ringing-lib-bin -perm 0775 -exec chmod 0755 {} \;
[ -e ringing-lib-bin/usr/bin/gsirilic ] || ln -s gsiril ringing-lib-bin/usr/bin/gsirilic
[ -e ringing-lib-bin/usr/bin/msiril ] || ln -s gsiril ringing-lib-bin/usr/bin/msiril
[ -e ringing-lib-bin/usr/share/man/man1/gsirilic.1.gz ] || ln -s gsiril.1.gz ringing-lib-bin/usr/share/man/man1/gsirilic.1.gz
[ -e ringing-lib-bin/usr/share/man/man1/msiril.1.gz ] || ln -s gsiril.1.gz ringing-lib-bin/usr/share/man/man1/msiril.1.gz
fakeroot dpkg-deb --build ringing-lib-bin $(bin_name)
find libringing-bin -perm 0664 -exec chmod 0644 {} \;
find libringing-bin -perm 0775 -exec chmod 0755 {} \;
[ -e libringing-bin/usr/bin/gsirilic ] || ln -s gsiril libringing-bin/usr/bin/gsirilic
[ -e libringing-bin/usr/bin/msiril ] || ln -s gsiril libringing-bin/usr/bin/msiril
[ -e libringing-bin/usr/share/man/man1/gsirilic.1.gz ] || ln -s gsiril.1.gz libringing-bin/usr/share/man/man1/gsirilic.1.gz
[ -e libringing-bin/usr/share/man/man1/msiril.1.gz ] || ln -s gsiril.1.gz libringing-bin/usr/share/man/man1/msiril.1.gz
fakeroot dpkg-deb --build libringing-bin $(bin_name)

check: $(dev_name) $(bin_name)
lintian $(dev_name)
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit a4e2e56

Please sign in to comment.