Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Vcs-Browser: https://github.com/mdavidsaver/pyDevSup

Package: epics-pydevsup
Architecture: any
Depends: libpydevsup1.0 (= ${binary:Version}),
Depends: libpydevsup1.1 (= ${binary:Version}),
${shlibs:Depends}, ${misc:Depends},
${epics:Depends},
Description: EPICS device support in Python
Expand All @@ -35,7 +35,7 @@ Description: EPICS device support in Python
.
This package contains headers and libraries needed at build time.

Package: libpydevsup1.0
Package: libpydevsup1.1
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends},
Description: EPICS device support in Python
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
# and I'm too lazy to make a seprate package for
# each. Changing names with SONAME changes is
# bad enough
libpydevsup1.0: package-name-doesnt-match-sonames
libpydevsup1.1: package-name-doesnt-match-sonames
1 change: 1 addition & 0 deletions debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ override_dh_auto_install:
rm debian/tmp/usr/lib/epics/db/test*.db

override_dh_install:
rm debian/tmp/usr/lib/epics/configure/RELEASE.local
dh_install --fail-missing

override_dh_makeshlibs:
Expand Down