Only libdconf0 will be available in precise, and only libdconf1 will be available in quantal.
The change is quite trivial as you see, you can probably support both if you:
- Do some magic in setup.py to check the version of libdconf and set a C define
- Drop the explicit libdconf1 dependency, ${shlibs:Depends} should provide it for you (and the other libs too).
Only libdconf0 will be available in precise, and only libdconf1 will be available in quantal.
The change is quite trivial as you see, you can probably support both if you:
- Do some magic in setup.py to check the version of libdconf and set a C define
- Drop the explicit libdconf1 dependency, ${shlibs:Depends} should provide it for you (and the other libs too).