List of commits:
Subject Hash Author Date (UTC)
fix .pc include file path 7af80f73e523cb74ad26b31f63c7176a430d5105 Sylvain BERTRAND 2018-04-04 14:59:16
cleanup some filename generations 18ab65b24ea12f070e054c4f189bb1de946df8c5 Sylvain BERTRAND 2017-07-25 09:53:14
increase included utils and add pkg-config file c495204f3e0812e4574e04274c8aa4c461e8d4a2 Sylvain BERTRAND 2017-07-22 19:23:36
cleanup dc65b2d30a049cf5160109e23c373fc52425e82c Sylvain BERTRAND 2017-07-20 21:31:31
fix some of make help eda2aac9e1d9b9a716602a7269e587b5fef96b93 Sylvain BERTRAND 2017-07-20 19:21:18
sync with util-linux 2.30.1 and its udf work 6190f52b0030d80e83414246908878cc5b92ddad Sylvain BERTRAND 2017-07-20 16:34:30
first release of code extraction 4cf6461453cef6973570fae855a1a0652ef9e78f Sylvain BERTRAND 2017-07-19 02:31:19
Commit 7af80f73e523cb74ad26b31f63c7176a430d5105 - fix .pc include file path
Author: Sylvain BERTRAND
Author date (UTC): 2018-04-04 14:59
Committer name: Sylvain BERTRAND
Committer date (UTC): 2018-04-04 14:59
Parent(s): 18ab65b24ea12f070e054c4f189bb1de946df8c5
Signing key:
Tree: fae1c55f918af7c93bbdecf8c239f5102cc1ff62
File Lines added Lines deleted
blkid.pc.in 1 1
File blkid.pc.in changed (mode: 100644) (index 8df54a0..26a4c87)
... ... includedir=@includedir@
6 6 Name: blkid Name: blkid
7 7 Description: Block device id library Description: Block device id library
8 8 Version: @VERSION@ Version: @VERSION@
9 Cflags: -I${includedir}/uuid
9 Cflags: -I${includedir}/blkid
10 10 Libs: -L${libdir} -lblkid Libs: -L${libdir} -lblkid
11 11 Requires.private: uuid Requires.private: uuid
Hints:
Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://rocketgit.com/user/sylware/nyanblkid

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@ssh.rocketgit.com/user/sylware/nyanblkid

Clone this repository using git:
git clone git://git.rocketgit.com/user/sylware/nyanblkid

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a merge request:
... clone the repository ...
... make some changes and some commits ...
git push origin main