summaryrefslogtreecommitdiff
path: root/debian/rules
Commit message (Collapse)AuthorAge
* d/rules: Set SFML_PKGCONFIG_INSTALL_PREFIXJames Cowgill2018-10-16
| | | | | | | | | Now that the pkgconfig patches have been dropped, the pkgconfig files will be installed in the wrong location on kFreeBSD. Use the newly added CMake option to override the default location to fix this. Also remove the SFML_INSTALL_PKGCONFIG_FILES option which is now the default on Linux and kFreeBSD.
* Reformat cmake configure options in debian/rulesJames Cowgill2018-05-16
|
* Use /usr/share/dpkg/architecture.mk in debian/rulesJames Cowgill2018-05-16
|
* Don't install examples/android/.gitignoreJames Cowgill2018-05-16
|
* Remove obsolete dh_makeshlibs override (not needed after ABI bump)James Cowgill2018-05-16
|
* Build-depend on GCC 7 and update shlibsJames Cowgill2017-08-05
|
* Use debhelper compat 10James Cowgill2016-12-30
|
* Bump libsfml-window2.4 shlibs dependencyJames Cowgill2016-10-27
| | | | | Dependency required by applications which use the new sf::GlResource::TransientContextLock API.
* Drop the symbols filesJames Cowgill2016-08-09
| | | | | | | | | | | | | | Maintaining the symbols files for a C++ library is a massive PITA. Upstream bumps the SONAME and breaks the ABI enough times that the symbols files have no real benefit (the important information is already encoded in the package name). Upstream is also pretty good about not making any important API changes during patch releases. For these reasons I'm removing the symbols files. dh_makeshlibs -V can still be used in the unlikely event upstream adds a new function during a patch release.
* Drop dbysym migration code now that package names have changedJames Cowgill2016-08-09
|
* Use newer --dbgsym-migration optionJames Cowgill2016-06-28
|
* Move repack options from d/rules to d/watchJames Cowgill2016-06-28
|
* Drop $(PKD) from get-orig-source targetJames Cowgill2016-01-10
|
* Drop libsfml2.3-dbg and use ddebsJames Cowgill2016-01-10
|
* Use libsfml2.3-dbg as the debug packageJames Cowgill2015-05-09
| | | | | | | Previously I attempted to use 'libsfml-dbg' (no soname qualifier) as the debug package name. I hindsight this has some downsides such as not being able to co-install debug packages for different versions of SFML like you can with the libraries.
* Add patch to build the documentation only once (rather than twice)James Cowgill2014-12-09
| | | | Since the reason for disabling parallel builds is now gone, reenable them.
* Use --download-cuurent-version from recent uscanJames Cowgill2014-12-09
|
* Disable parallel buildJames Cowgill2014-12-08
| | | | | | The doxygen output during parallel builds makes the build logs unreadable and confuses the build log parsers. Since SFML builds very quickly anyway, I've decided to disable parallel builds.
* Rename libsfml2-dbg to libsfml-dbgJames Cowgill2014-12-08
| | | | | Note none of the normal Breaks/Replaces stuff is needed for renaming debug packages.
* Enable SFML_INSTALL_PKGCONFIG_FILESJames Cowgill2014-12-08
|
* Merge branch 'uscan-repack'James Cowgill2014-05-14
|\ | | | | | | OK now that devscripts 2.14.2 is in unstable
| * Repack original source using uscanJames Cowgill2014-05-07
| |
* | Adjust DTYPE variable to use '+dfsg2' nowJames Cowgill2014-05-07
|/
* Add example resources I can verify are free (Closes: 647698)James Cowgill2014-05-07
|
* Enable all hardening flagsJames Cowgill2014-05-06
|
* Enable parallel buildsJames Cowgill2014-05-06
|
* Added initial symbols files created with pkgkde_symbolshelperJames Cowgill2013-10-06
|
* Added --as-needed linker option to only build against needed librariesJames Cowgill2013-10-01
| | | | | | This suppresses the "dpkg-shlibdeps: warning: package could avoid a useless dependency if" warnings. It also reduces the amount of dependencies needed (especially in libsfml-graphics2)
* Removed xcode templates since some of the resources are non-freeJames Cowgill2013-09-13
|
* Added multiarch supportJames Cowgill2013-09-02
|
* Lots of repackaging for sfml 2.1James Cowgill2013-08-23
| | | | | | | | | | | | | This is in one commit since I havn't been using git to do most of this. From the changelog of things done so far: * New upstream version 2.1 (Closes: #706001) * Add dependency to libgl-dev and libglu-dev to libsfml-dev (Closes: #706239) * Modify debian/copyright to use the machine-readable format (http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/) * Added doc-base file for API documentation * Moved debian/watch source to the SFML github repository * Upgrade source format to 3.0 and debhelper 9 using dh * Upgrade to standards version 3.9.4
* Upstream doesn't care about freenes of stuff in samples/data so we'reChristoph Egger2011-05-02
| | | | | | unfortunately forced to get rid of that alltogether. There have been some potentially undistributeable bits already.
* Update debian files for new upstream versionChristoph Egger2010-04-07
|
* Update get-orig-source targetChristoph Egger2010-04-07
|
* Whitespace cleanups in rulesChristoph Egger2009-12-19
|
* New changelog + cleanupChristoph Egger2009-08-27
|
* Small improvements suggested by kibi during package review, cleaned up watchfileChristoph Egger2009-08-16
|
* Fix get-orig-source targetChristoph Egger2009-07-25
| | | | | Clean up commented-out superseeded code Imporove make clean
* Some minor debian/rules improvments suggested by Sandro TosiChristoph Egger2009-07-11
|
* last polishingChristoph Egger2009-06-16
|
* lib/ is missing from time to time, just create it if neededChristoph Egger2009-06-15
|
* Bringing everything up-to-date for 1.5Christoph Egger2009-06-14
|
* Add lintian override, -dbg is explicitely set to Priority:extra on purposeChristoph Egger2009-04-16
|
* Better -dev Package nameChristoph Egger2009-03-23
| | | | | Update get-orig-source target Update Copyright
* Adopting new master for topgitChristoph Egger2008-12-15
|
* * Changes to buld against new snapshotChristoph Egger2008-12-03
| | | | | * Drop more patches applied upstream * Refresh patch
* * Cleaning up patchesChristoph Egger2008-11-01
| | | | * Using quilt.make in debian/rules
* * SFML's new $(DESTDIR) actually works so I don't need to work around any more!Christoph Egger2008-11-01
| | | | * Deleting not used patches from debian/patches
* * Importing 1.4 svn snapshotChristoph Egger2008-11-01
|
* * Changing changelog entry for repacked (SOIL removed) tarballChristoph Egger2008-11-01
| | | | * building -doc package